summaryrefslogtreecommitdiffstats
path: root/tools/h5format_convert/h5fc_gentest.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29048] Fix to h5format_convert tool:Vailin Choi2016-02-051-317/+332
| | | | | | (1) Downgrade layout version to 3 for contiguous and compact dataset (2) Add new test files for testing with/without messages in superblock extension. Tested on jam, osx1010test, platypus, quail, ostrich, kite, moohan, kituo, mayll, emu.
* [svn-r28940] Merge revision #28852 from hdf5_1_10_alpha1 to revise_chunks.Vailin Choi2016-01-201-2/+16
| | | | | | This is the fix to downgrade superblock version for the tool h5format_convert so DLS can use 1.8 h5dump on the converted file. Tested on jam, platypus, moohan, osx1010test.
* [svn-r28431] Misc warning and cleanup fixes.Dana Robinson2015-11-201-1/+1
| | | | | Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
* [svn-r28330] Implementation for version 3 superblock and latest version support.Vailin Choi2015-11-131-45/+57
| | | | Tested on quail, kite, osx1010test, platypus, ostrich, moohan, emu, jam.
* [svn-r27761] Fix the bug uncovered by daily test failure: configure ↵Vailin Choi2015-09-111-22/+22
| | | | | | --with-default-api-version=v16. Tested on jam and moohan.
* [svn-r27758] Implementation for "h5format_convert" tool to convert a chunked ↵Vailin Choi2015-09-111-0/+623
dataset's indexing type to v1 B-tree indexing type. Code review pending.