[svn-r22444] (1) fix for making MEM_GHEAP as MEM_DRAW(2) fix to extend into the aggregator based on threshold
(3) fix for the "flavor" logging problem
(4) fix for test failures due to the above fixes
(5) bug fix for h5stat when h5stat against a non-existing file
[svn-r22432] Description: Correct misspelled debugging #ifdef and remove unused variable.Tested on:
Mac OS X/64 10.7.4 (amazon) w/serial
(too minor to require h5committest)
[svn-r22430] CMake and configure synchronization effort. CMake added most tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scriptsTested: local linux(cmake) and h5committest
[svn-r22419] Purpose: HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5diff tool.Description:
Update cmake script to fetch test files from any tools to a test directory
and run test in organized manner.
Also keep the apperance similiar to shell script for better maintainance.
Tested:
CMake (Windows and jam)
[svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files for windows when configured with RelWithDebInfoTested: local linux and Windows
[svn-r22391] HDFFV-7999: h5dump did not display H5T_DSET_UTF8.Changed if/else block to switch like in h5ls, and distinguished between ERROR and UNKNOWN.
Reviewed by JKM
Tested: local linux
[svn-r22377] make the file and memory MPI datatypes as default properties in the DXPL so that we don't have to insert and remove them everytime we perform collective I/O.Test with h5committest
[svn-r22375] add a test to expose a memory leak when adding/removing the same property in property list multiple times. fix that bug.test with h5committest
[svn-r22373] Purpose: Fix h5repacktst (test file generating binary) to address HDFFV-8016 h5repacktst failed in AIX 32bit modeDescription:
Segmentation fault occurred when h5repacktst try to generate a dataset when
system memory is limited to 256MB.
Add error handling to display apporiate message to exit and adjust the test
dataset according to the original size which didn't causing out of memory.
Tested: test was done by limit memory in csh.
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)
[svn-r22324] Description: Change name of MPE log file produced from "cpilog" (which was the name used in the example code we were referencing) to "h5log".Tested on:
None, too trivial, eyeballed only...
[svn-r22323] Description: The ph5diff (parallel h5diff) can intermittently hang in parallel mode when comparing the two HDF5 files that contains common name objects with different object types. (HDFFV-8003) Skip only the specific test for parallel until the fix has made.Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
[svn-r22319] Purpose: Fix for HDFFV-7998-h5diff: incorrect behavior and output for comparing symbolic dangling links without following-symlinks option Description:
Fix not to check and display dangling link status without --follow-symlinks option.
Berfor the fix, when comparing symbolic link to symbolic link without follow-symlinks option, h5diff followed to check if those links are dangling or not. It caused to display output incorrectly (dangling link instead of symbolic link).
The fix also improved performance when comparing lots ...
[svn-r22312] Description: Correct error reported by user (Martin Otte) where we weren't using realloc'ed buffer in MPI datatype code.Tested on:
Mac OSX/64 10.7.3 (amazon) w/parallel
[svn-r22300] Purpose: Fix for HDFFV-8001 - h5unjam: segfault when used -V (show version) optionDescription:
h5unjam has an option '-V' to display version information.
"h5unjam -V" caused segfulat for 1.8.9 pre-release.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
[svn-r22287] Description: Clean up more FUNC_ENTER/FUNC_LEAVE macros and move H5D & H5T code toward the final design (as exemplified by the H5EA & H5FA code).Tested on:
Mac OSX/64 10.7.3 (amazon) w/debug & parallel
[svn-r22277] Purpose: Fix for HDFFV-7993 - h5repack fails with error "chunk size must be <= maximum dimension size for fixed-sized dimensions"Description:
Fixed a failure when change the chunk size of a specified chunked dataset with unlimited max dims.
Also took care of converting to contiguous and compact from the dataset.
Test cases were added and tagged with jira#.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)