summaryrefslogtreecommitdiffstats
path: root/tools/h5copy/h5copygentest.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13301] Description:Quincey Koziol2007-02-141-0/+24
| | | | | | | | | | | Add '-p' flag to h5copy tool, to create intermediate "parent" groups that don't exist in destination file yet. Add more tests to h5copy script. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13294] Description:Quincey Koziol2007-02-131-19/+71
| | | | | | | | | | | | Add empty & "full" groups to source HDF5 file and test copying them. Test renaming objects during copy Test specifying root group path for source & destination objects Tested on: Linux/32 2.6 (chicago) Too minor to require more tests
* [svn-r13292] Description:Quincey Koziol2007-02-131-218/+217
| | | | | | | | | | | | | | | Add feature to h5copy to allow it to add an object to an existing file, instead of blowing away existing file. Modify h5tools_fopen() routine to take access flags, so it can be used to open an existing file for writing. Added check to h5copy test script that verifies it has produced a file with the correct structure. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-071-2/+3
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r12772] Pedro Vicente Nunes2006-10-171-20/+165
| | | | added more tests for h5copy (compressed datasets, vl named datatypes )
* [svn-r12722] Pedro Vicente Nunes2006-10-051-3/+86
| | | | added new tests for h5copy script, generated in the test file generator program
* [svn-r12671] Pedro Vicente Nunes2006-09-181-0/+105
added a test file generator program for h5copy, modified test script to use that file, added binary file to repo tested on heping, shanti