Network

 
AuthorCommitMessageCommit Date
Albert ChengAlbert Cheng
a0b291db5b5[svn-r24759] Added test support for Mac OS X Mavericks.
Private HDFPrivate HDF
bcc9e4a9763[svn-r24754] Snapshot version 1.8 release 13 (snap3)
Allen ByrneAllen Byrne
e5759186e8d[svn-r24746] Merge trunk revision 24744 from cmake branch includes; HDFFV-8505: UD filter changes to remove filters in h5repack. Tested: local linux
Albert ChengAlbert Cheng
e674aaf859d[svn-r24740] Bug fix: HDFFV-8684 h5committest failed in platypus because cmakehdf5 failed in installation because cmake generates a install-tarball based on incomplete version number (subrelease string is missing). Solution: Fixed $HDF5_PACKAGE_VERSION to contain the subrelease string. Fixed $HDF5_PACKAGE_VERSION_STRING to be the same as $HDF5_PACKAGE_VERSION. Tested: jam and platypus in both trunk and v18 branches because the current version number is trunk has a null sub-release and v18 ...
Albert ChengAlbert Cheng
c240dd4687f[svn-r24738] Updated with changes made back on Jan 27.
Neil FortnerNeil Fortner
0baea769532[svn-r24735] Port r24635 from trunk to 1.8 branch. Note: despite the log from r24635, it was decided that this is the actual fix for the error described in HDFFV-8647 that is not specific to BSD. This does not address the BSD issue, which is apparently unrelated. Tested: jam, ostrich, platypus (h5committest, apparent system issue on koala) Log from r24635: Change some range check assertions to errors in H5HF_man_remove in an attempt to aid in diagnosing issue HDFFV-8647. Tested: ummon
Larry KnoxLarry Knox
f4781c29daf[svn-r24732] Fix for reconfigure, which fails because LT_ADD_LIBHDF5_DEPENDENCY is used in Makefiles but the declaration in configure.ac is missing. Copied declaration from trunk. Tested with h5committest on jam ostrich koala and platypus(cmake).
Quincey KoziolQuincey Koziol
86d6651b44c[svn-r24728] Description: Bring r24726 & r24727 from trunk to 1.8 branch: Description: Revert some earlier usage of strncpy, which was incorrect. Bring Coverity changes from branch back to trunk: r20821: Use HDstrncpy. --gh (Fixed already, with strdup) r20822: (Not merged, incorrect use of HDstrncpy()) r20823: (Not merged, incorrect use of HDstrncpy()) r20824: Maintenance: Bug fix: addressed CID 666. Value stored at *expression_len should be used in the call ...
Allen ByrneAllen Byrne
456507476f0[svn-r24721] Set NSIS display name
Mohamad ChaarawiMohamad Chaarawi
32baeca60fb[svn-r24720] bring r24709 from trunk: rename H5V to H5VM since H5V is needed in the fastforward project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change.
Neil FortnerNeil Fortner
1cc2bf00e13[svn-r24699] Port r24463 from trunk to 1.8 branch. Tested: jam, ostrich, platypus (h5committest, apparent system issue on koala) Log from r24463: Issue 8484 - Segfault during H5Fopen of corrupt file. I put a condition check to make sure a pointer isn't NULL. Tested on jam - very simple change.
Allen ByrneAllen Byrne
551c147aa98[svn-r24684] Add IF SHARED block around Windows PDB file generation command.
Allen ByrneAllen Byrne
ea30f2156b2[svn-r24680] Remove acknowledgment file from install. Remove obsolete CPack.cmake file. Merge h5repack and h5mkgrp test folder changes from trunk. Tested: local linux
Allen ByrneAllen Byrne
960dbc91698[svn-r24672] Update document with ctest script changes.
Allen ByrneAllen Byrne
d7e8a93078d[svn-r24654] HDFFV-8640: Remove XLATE_UTILITY Update tools testfiles
Albert ChengAlbert Cheng
554d0eaccdd[svn-r24653] HDFFV-8572: test/testhdf5.c main() should not return number of errors Solution: testhdf5 now exits EXIT_SUCCESS(0) if no errors, else EXIT_FAILURE(1). Tested: Jam only since it is a trivial fix.
Scot BreitenfeldScot Breitenfeld
dcde3e4cdf7[svn-r24651] Merged changes in the fortran directory from the trunk into the branch, svn merge -r23351:24650 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran . Tested: jam (gcc, intel), koala (gcc)
Allen ByrneAllen Byrne
3ffdf81de41[svn-r24640] Add SUN specific block skipping. Tested: emu
Allen ByrneAllen Byrne
d042dac6aeb[svn-r24637] Add SUN if blocks
Allen ByrneAllen Byrne
00b3a3332c3[svn-r24626] Correct numbering
Mark EvansMark Evans
56b52ad9b9c[svn-r24625] Edited the Preconditions section. There were two Notes sections at the end of the section.
Albert ChengAlbert Cheng
3b2ba22320b[svn-r24618] Changed --old to --script as directed by Allen. Tested: jam (only verify help message is correct and --script is invoked correctly.)
Albert ChengAlbert Cheng
3eaf85e45ac[svn-r24615] Feature: HDFFV-8336 Changed to use the quick steps described in INSTALL_CMake.txt. Previous version is available by --old. Added a help page to explain how to use. Added a fix to figure out the current HDF5 version and use that to find the correct file for install. (Still need to figure out the platform name.) Tested: Jam and Platypus. Both failed in the installed steps because the Cmake produced HDF5-1.8.13-Linux.sh even though the version number is 1.8.13-snap3. Committed it ...
Mohamad ChaarawiMohamad Chaarawi
8266f69f5eb[svn-r24614] Bring 24612 from trunk: fix bugs in parallel tests exposed in corner cases when running with 1 or 2 processes. First bug is in testpar/t_mdset.c, where the test reports an error in addition to skipping the test if there are less than three procs. Fix to just skip the test. Second bug is in testpar/t_dset.c in actual_io_mode tests, where incorrect expected value for IO mode was set if the number of procs running the test is 1. tested with h5committest.
Mohamad ChaarawiMohamad Chaarawi
b3a2bd81a1c[svn-r24599] Merged /trunk:r24598 allocate and use the H5AC_aux_t struct even if num_procs == 1. This was a bug exposed by running a single process with a program that generates lots of dirty metadata that needs to be flushed. --This line, and those below, will be ignored-- _M . M src/H5AC.c
Raymond LuRaymond Lu
582b9a6d3c3[svn-r24512] I updated the path of ZLIB. Tested on VMS.
Raymond LuRaymond Lu
f1b8facee48[svn-r24511] I updated the path of ZLIB. Tested on VMS.
Dana RobinsonDana Robinson
5aabcd1ae86[svn-r24507] Updated RELEASE.txt with big test changes.
Dana RobinsonDana Robinson
090bae7ded2[svn-r24506] Merge of r24358 from trunk. Makes the big test aware of the HDF5_DRIVER environment variable. Fixes HDFFV-8554. Tested on: 32-bit LE linux (jam) 64-bit LE linux (koala) 64-bit BE linux (ostrich) 64-bit Windows 7 with VS 2010 On all platforms, the big test was run with the environment variable set to all supported VFDs.
Quincey KoziolQuincey Koziol
acf41d83005[svn-r24479] Description: Fix ph5diff worker command handling so it can correctly respond to situations where there's no work to perform. Also, a few minor code cleanups. Tested on: Mac OSX/64 10.9.0 (amazon) w/parallel
Quincey KoziolQuincey Koziol
92d40e82f16[svn-r24477] Description: Bring r24476 from trunk to 1.8 branch: Remove duplicate "intent" flags from top & shared file structures, leaving them only in the shared file structure. Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8, both parallel & serial (too minor to require h5committest)
Allen ByrneAllen Byrne
c80d8cbe61e[svn-r24468] tfilters.h5 was created and checked in on 21 Feb 05, rev 10060, and never regenerated. The code for scaleoffset continued to change and the number of params for scaleoffset changed from 7 to 20 on the checkin of 23 Mar 05, rev 10384. The h5dump tests only looked at headers and never the data. Data reads would fail with invalid number of params (7 expected 20). Regenerated file and replacement ddls updated. New h5dump test will be added to read the data.
Private HDFPrivate HDF
8d0f72d482d[svn-r24466] Snapshot version 1.8 release 13 (snap2)
Dana RobinsonDana Robinson
960faed5e36[svn-r24464] Changed an H5FL_MALLOC call to H5MM_calloc to fix a very small memory leak when the thread-safe version of the library is built. Part of HDFFV-8518. Tested on: 32-bit LE linux (jam) with threadsafe and callstack enabled. (very minor change)
Allen ByrneAllen Byrne
d1e5490fcc0[svn-r24456] Correct typo
Allen ByrneAllen Byrne
d1009fa230c[svn-r24455] Add IF block to not override user set path
Allen ByrneAllen Byrne
ac88574936c[svn-r24453] Add IF block around apple CPack Bundle commands
Raymond LuRaymond Lu
5a1f6f3c925[svn-r24438] Issue 8147 - clang's -fcatch-undefined-behavior exposed undefined behavior in the alignment detection algorithm for integers in H5detect.c. Quincey decided to solve it in two steps. First, catch illegal instruction signal in the original algorithm. Second, use POSIX __alignof function to detect alignment if it's available. This checkin is the first step. I merged the change from the trunk. Tested on wren, jam, ostrich, platypas, and koala.
Allen ByrneAllen Byrne
86cf7671bed[svn-r24433] Update examples package install location and text files
Elena PourmalElena Pourmal
ff6ed059350[svn-r24420] Maintenance after the release: Updated 1.8 history file with the 1.8.12 release information.
Allen ByrneAllen Byrne
38ad910b4d6[svn-r24413] Updated information on how to build examples with cmake installed binary.
Raymond LuRaymond Lu
23fb9b7233f[svn-r24402] Issue 8528 - H5F_get_objects overfilled the list for object IDs. I fixed a typo. It caused the PGI compiler on jam to fail tfile.c test. Tested with h5committest.
Allen ByrneAllen Byrne
ad1a5b1e985[svn-r24395] Missed script file for cleanup
Allen ByrneAllen Byrne
08901f283ee[svn-r24393] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles. Tested: local cmake, autotools
Raymond LuRaymond Lu
d242fd85c4d[svn-r24391] Issue 8528 - H5F_get_objects overfilled the list for object IDs. I merged the fix the trunk. I put the safeguard in both H5F_get_objects and H5F_get_objects_cb to prevent overfill the list. I also added test cases in tfile.c. Tested with h5committest on jam, koala, ostrich, and platypus.
Allen ByrneAllen Byrne
3640c675823[svn-r24384] Add missing H5_ prefix Tested: local linux
Dana RobinsonDana Robinson
821090788e6[svn-r24379] Merged r24333 from trunk. Added volatile keyword to find_bias() function in H5detect. Fixes HDFFV-8547. Change to H5win32defs.h fixes a minor typo. Tested on 64-bit Visual Studio 2010 / 64-bit Windows 7 (Visual Studio warning)
Dana RobinsonDana Robinson
d6b116be671[svn-r24377] - Added uint32_t to the list of traceable types. - Fixed a couple of commenting typos in configure.ac. Tested on: 32-bit LE linux (jam) w/ parallel and Fortran These are minor changes, hence the limited testing.
Private HDFPrivate HDF
403d36479ac[svn-r24335] Snapshot version 1.8 release 13 (snap1)
Allen ByrneAllen Byrne
63fa6e97e60[svn-r24329] Remove quotes in list add