diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-01 14:49:23 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-01 14:49:23 (GMT) |
commit | 1bafc18730ba9389b54ab561a6dcd2534e754a15 (patch) | |
tree | 4df5da873949b25b1dd02d647973eb72ed43fd0c /tools/testfiles | |
parent | 5b1a07823fc61017b85a1503ae5453e18716708e (diff) | |
download | hdf5-1bafc18730ba9389b54ab561a6dcd2534e754a15.zip hdf5-1bafc18730ba9389b54ab561a6dcd2534e754a15.tar.gz hdf5-1bafc18730ba9389b54ab561a6dcd2534e754a15.tar.bz2 |
[svn-r14164]
first batch for displaying groups in creation order
1) Added extra parameter to dump_group of type H5_index_t , to be passed to H5Literate.
When a group is tried to be displayed, an inquiry of its creation properties is made. If H5P_CRT_ORDER_TRACKED is present on the group property list then the display is made by creation order, otherwise it is made by name
2) Added a new file to h5dumpgentest that generates a file with a hierarchy of groups with creation order on and off in alternately
Note : XML code was not modified
Tested : windows, linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tordergr.h5 | bin | 0 -> 11488 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testfiles/tordergr.h5 b/tools/testfiles/tordergr.h5 Binary files differnew file mode 100644 index 0000000..9ccd238 --- /dev/null +++ b/tools/testfiles/tordergr.h5 |