[svn-r22582] Description: Refactor ID class registration to be more like how other "class"s in the library are registered, and clean up compiler warnings.Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug
(Too minor to require h5comittest)
[svn-r22575] Issue 8068 - A user reported some random data in the padding of fill value. The problem happened in H5P_get_fill_value. I believe it's because the background buffer wasn't big enough. So I corrected it in this checkin.Tested on jam and koala - simple change.
[svn-r22567] HDFFV-7784: add attributes to the list of file contents option for h5dump. This is accomplished by adding an optional value to the option (-n) Created test and reference files.Tested: local linux with cmake
[svn-r22564] HDFFV-8095: index order of links wrong Create setters for indexing options in h5trav.c to be set before the obj table is created. Revert h5trav_print to remove now duplicated parameters. Added test and testfiles.Tested: local linux with cmake
[svn-r22563] HDFFV-8095: index order of links wrong Create setters for indexing options in h5trav.c to be set before the obj table is created. Revert h5trav_print to remove now duplicated parameters. Added test and testfiles.Tested: local linux with cmake
[svn-r22556] HDFFV-7936: added error files in h5dump folder and adjusted scripts to compare error files.Tested: local linux with cmake,
jam with make check
[svn-r22541] Purpose: HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5dump 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-r22531] HDFFV-5942: sort options with contents optionAdded static local variables in h5trav to hold the index_by and index_order values. Defaults are set.
H5dump only use of the trav_print function, added two parameters and passed in the sort_by and sort_order variables.
Tested: local linux
[svn-r22526] ifdef around the text file generation in importtest. reordered tests so that both scripts are in similar order. Changed ADD_H5_TEST in CMake file to always delete the created h5 file.Tested: local linux
[svn-r22506] HDFFV-7782: resolve names of tests files with tests - added two copies of references files and adjusted CMake and linux test script.Tested: local linux w/ CMake
[svn-r22504] Maintenance: See HELPDESK-643 issue in JIRA.
NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments
and no executable statements. Removed tH5E_F03.f90 from the list of modules to build.
Tested on jam with Intel compiler using --enable-fortran2003 flag.
[svn-r22495] Skip the failing File Creation I/O subtest that causes c++ tests to fail with the new/PGI compiler (see HDFFV- 8067).Tested jam, koala, ostrich.
[svn-r22490] I took out the "return an error" line in H5Dget_offset, to match what the RM says about the function behavior. Quincey added it some time ago without realizing it caused test errors (Issue 8072).Tested on ostrich, MacGoblin - simple change.
[svn-r22484] Description: Copy the file image test file from the source directory to the build directory, instead of trying to open the [in-memory] file R/W. Also, clean up a few other test files that were left lying around from
other tests.
Tested on:
MacOSX/64 10.7.4 (amazon) w/debug
Too minor to require h5committest
[svn-r22482] Maintenance: - Fixed a typo in return value of the nh5dread_f_c function ( was 1
instead of 0 on success); fixed the return value to make it consistent
with other Fortran functions; cleaned the code from debug statements.
Platforms tested: jam with GNU and Intel compilers, fortran 2003 feature.