diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 13:54:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 13:54:11 (GMT) |
commit | bb392083b2a81aa942678e06a537a3c0ab5c08aa (patch) | |
tree | 9243c5965897315e4cbeef983f71b224498718c0 /MANIFEST | |
parent | df075c5b9266b3b7a038fb1377d130ed315aa15c (diff) | |
download | hdf5-bb392083b2a81aa942678e06a537a3c0ab5c08aa.zip hdf5-bb392083b2a81aa942678e06a537a3c0ab5c08aa.tar.gz hdf5-bb392083b2a81aa942678e06a537a3c0ab5c08aa.tar.bz2 |
[svn-r13297] Description:
Add small 'h5mkgrp' tool to create groups in an HDF5 file from the command
line, allowing the group structure for a file to be created in a script. This
tool closely follows the 'mkdir' command line tool in UNIX/Linux.
Allow tool library applications to pass a FAPL to the h5tool_fopen() call,
giving some additional flexibility to tools which are adding objects to an
existing HDF5 file (like h5copy & h5mkgrp).
Fix missing files in MANIFEST from previous checkin(s).
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -961,11 +961,13 @@ ./tools/misc/Makefile.in ./tools/misc/h5cc.in ./tools/misc/h5debug.c +./tools/misc/h5mkgrp.c ./tools/misc/h5redeploy.in ./tools/misc/h5repart.c ./tools/misc/h5repart_gentest.c ./tools/misc/h5stat.c ./tools/misc/repart_test.c +./tools/misc/testh5mkgrp.sh ./tools/misc/testh5repart.sh.in ./tools/misc/testh5stat.sh.in ./tools/misc/testfiles/h5stat_filters-d.ddl @@ -1384,6 +1386,22 @@ # test files for h5copy ./tools/testfiles/h5copytst.h5 +./tools/testfiles/h5copytst.a.out.ls +./tools/testfiles/h5copytst.b.out.ls + +# test files for h5mkgrp +./tools/testfiles/h5mkgrp_help.ls +./tools/testfiles/h5mkgrp_nested.ls +./tools/testfiles/h5mkgrp_nested_latest.ls +./tools/testfiles/h5mkgrp_nested_mult.ls +./tools/testfiles/h5mkgrp_nested_mult_latest.ls +./tools/testfiles/h5mkgrp_several.ls +./tools/testfiles/h5mkgrp_several_latest.ls +./tools/testfiles/h5mkgrp_single.ls +./tools/testfiles/h5mkgrp_single_latest.ls +./tools/testfiles/h5mkgrp_version.ls + + # high level libraries ./hl/COPYING |