hdf5/tools/h5repack
Pedro Vicente Nunes 6787ef71a2 [svn-r15428] http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1170
Summary: when using h5diff to compare the results of h5repack (or other tools that copy one HDF5 file to another), a new option is needed to allow h5diff to make an "absolute" comparison of the 2 files. This is the "contents" mode explained in the usage below.

If this mode is present, objects in both files must match (must be exactly the same). If this does not happen, the tool returns an error code of 1 (instead of the success code of 0)

Changes to the h5repack test script: the call to h5diff was changed to include -c (maintaining the previous -q). 

tested: windows, linux, solaris
2008-08-04 16:13:16 -05:00
..
testfiles [svn-r15247] Moved all h5repack testfiles from /tools/testfiles to tools/h5repack/testfiles 2008-06-20 09:17:16 -05:00
h5repack_copy.c [svn-r14913] Introduced a compression ratio = uncompressed size / compressed size 2008-05-01 15:13:17 -05:00
h5repack_filters.c [svn-r14368] clean code and reshufle functions between modules, remove unused functions 2008-01-03 15:45:18 -05:00
h5repack_main.c [svn-r15421] bug fix 2008-07-28 16:08:34 -05:00
h5repack_opttable.c [svn-r14346] New feature: has_filters_obj function that checks if filters match for each individual dataset 2007-12-14 16:38:23 -05:00
h5repack_parse.c [svn-r14320] Added a function that matches the filters on the dataset's DCPL and in the requested list 2007-12-04 14:59:54 -05:00
h5repack_refs.c [svn-r14299] new feature: add support for h5repack to handle several global filters 2007-11-28 15:30:43 -05:00
h5repack_verify.c [svn-r14379] add check of some values for the nbit and scale offest filters on the h5repack verify function 2008-01-07 14:16:29 -05:00
h5repack.c [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
h5repack.h [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
h5repack.sh.in [svn-r15428] http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1170 2008-08-04 16:13:16 -05:00
h5repacktst.c [svn-r14355] uncomment previously commented code regarding nbit and scale-offset filter adding 2007-12-20 16:31:34 -05:00
Makefile.am [svn-r14299] new feature: add support for h5repack to handle several global filters 2007-11-28 15:30:43 -05:00
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
testh5repack_detect_szip.c [svn-r13589] 2007-04-04 15:25:42 -05:00