hdf5/tools/h5repack
Quincey Koziol 35694d44ae [svn-r14362] Description:
Switched from "H5P[gs]et_latest_format" to "H5P[gs]et_format_bounds".

Tested on:
        FreeBSD/32 6.2 (duty) in debug mode
        FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
                                in debug mode
        Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
                                in production mode
        Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
                                in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                                w/szip filter, in production mode
        Mac OS X/32 10.4.10 (amazon) in debug mode
        Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
2008-01-03 08:55:39 -05:00
..
h5repack_copy.c [svn-r14362] Description: 2008-01-03 08:55:39 -05:00
h5repack_filters.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_main.c [svn-r14311] enhancement: change the usage example for multiple filters 2007-11-29 15:51:32 -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-r14360] New function has_filters (replace has_filters for each object and for global filters): verify if all requested filters in the array FILTER obtained from user input are present in the property list PID obtained from the output file. All the filter comparison of client data values is done here instead of the previous filtcmp 2008-01-02 14:40:20 -05:00
h5repack.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.h [svn-r14360] New function has_filters (replace has_filters for each object and for global filters): verify if all requested filters in the array FILTER obtained from user input are present in the property list PID obtained from the output file. All the filter comparison of client data values is done here instead of the previous filtcmp 2008-01-02 14:40:20 -05:00
h5repack.sh.in [svn-r14309] bug fix: add a check for the presence of a filter in the call to test of long swtich names 2007-11-29 14:56:55 -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-r14299] new feature: add support for h5repack to handle several global filters 2007-11-28 15:30:43 -05:00
testh5repack_detect_szip.c [svn-r13589] 2007-04-04 15:25:42 -05:00