mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
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: |
||
---|---|---|
.. | ||
Dependencies | ||
h5repack_copy.c | ||
h5repack_filters.c | ||
h5repack_layout.c | ||
h5repack_list.c | ||
h5repack_main.c | ||
h5repack_opttable.c | ||
h5repack_parse.c | ||
h5repack_refs.c | ||
h5repack_verify.c | ||
h5repack.c | ||
h5repack.h | ||
h5repack.sh | ||
Makefile.in | ||
testh5repack_attr.c | ||
testh5repack_dset.c | ||
testh5repack_filters.c | ||
testh5repack_main.c | ||
testh5repack_make.c |