hdf5/tools/h5repack
Pedro Vicente Nunes 472394a0e9 [svn-r8252] Purpose:
bug fix
new test

Description:
the fletcher filter used a temporary  2 byte word buffer to compute the checksum.
this is non portable between big-endian/little endian.

added a test that reads 2  pre-saved files (one LE, other BE) with that filter enabled

Solution:
replaced with a buffer of 1 byte type

Platforms tested:
linux
solaris
solaris 64 bit
AIX
windows

Misc. update:
2004-03-10 19:25:31 -05:00
..
Dependencies [svn-r8128] Purpose: 2004-01-30 21:32:19 -05:00
h5repack_copy.c [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
h5repack_filters.c [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
h5repack_layout.c
h5repack_list.c [svn-r8068] Purpose: 2004-01-15 11:48:48 -05:00
h5repack_main.c [svn-r8232] Purpose: 2004-03-04 11:55:07 -05:00
h5repack_opttable.c
h5repack_parse.c
h5repack_refs.c [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
h5repack_verify.c [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
h5repack.c [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
h5repack.h [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
h5repack.sh [svn-r8232] Purpose: 2004-03-04 11:55:07 -05:00
Makefile.in [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
testh5repack_attr.c [svn-r8074] Purpose: 2004-01-16 10:31:55 -05:00
testh5repack_dset.c [svn-r8074] Purpose: 2004-01-16 10:31:55 -05:00
testh5repack_filters.c [svn-r8252] Purpose: 2004-03-10 19:25:31 -05:00
testh5repack_main.c [svn-r8229] Purpose: 2004-03-02 13:12:25 -05:00
testh5repack_make.c [svn-r8218] Purpose: 2004-02-23 11:52:45 -05:00