This website requires JavaScript.
Explore
Help
Sign In
mirror
/
hdf5
Watch
2
Star
0
Fork
0
You've already forked hdf5
mirror of
https://github.com/HDFGroup/hdf5.git
synced
2025-03-31 17:10:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9e1746c22b
Branches
Tags
View all branches
hdf5
/
tools
/
h5dump
History
Pedro Vicente Nunes
c83dbd9c18
[svn-r14792] bug fix:
#1106
h5dump -b will dump ASCII values for datasets after the first one. One variable that controls the binary output was incorrectly reset to zero after a binary output was done a first time. The effect was that on cases of several datasets, the ones after the first were not binary written. Eliminated the resetting of that variable and tested a file with several datasets. Modified the test file so that it is easier to test with the tool binread, that reads the binary output of h5dump.
...
tested: windows, linux
2008-04-03 16:07:27 -05:00
..
binread.c
[svn-r13503]
2007-03-12 11:36:34 -05:00
h5dump.c
[svn-r14437] bug fix for h5dump subsetting (deal with blocks)and new test runs
2008-01-16 11:12:08 -05:00
h5dump.h
[svn-r13874]
2007-06-18 15:03:30 -05:00
h5dumpgentest.c
[svn-r14792] bug fix:
#1106
h5dump -b will dump ASCII values for datasets after the first one. One variable that controls the binary output was incorrectly reset to zero after a binary output was done a first time. The effect was that on cases of several datasets, the ones after the first were not binary written. Eliminated the resetting of that variable and tested a file with several datasets. Modified the test file so that it is easier to test with the tool binread, that reads the binary output of h5dump.
2008-04-03 16:07:27 -05:00
Makefile.am
[svn-r13264] Updated Makefile.am with new THG copyright notice.
2007-02-07 17:28:58 -05:00
Makefile.in
[svn-r14402] Description:
2008-01-13 00:37:00 -05:00
testh5dump.sh.in
[svn-r14716] remove a commented test call that was calling for an invalid block selection
2008-03-10 11:48:16 -05:00
testh5dumpxml.sh.in
[svn-r14200] added tests for XML output of attribute iteration orders (same calls as DDL )
2007-10-11 13:47:55 -05:00