summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/testfiles
Commit message (Collapse)AuthorAgeFilesLines
* Updated HDF5 1.10 support branch version number to 1.10.8-0Larry Knox2020-08-191-7/+7
|
* HDFFV-9984 Add merge/prune h5repack options for ext linksAllen Byrne2020-08-1527-0/+1557
|
* Correct test script for errstackAllen Byrne2020-03-041-1/+1
|
* Update version for HDF5_1_10Larry Knox2019-12-111-7/+7
|
* HDFFV-10919 merge synchingAllen Byrne2019-10-021-5/+5
|
* Whitespace and benign synchro changesAllen Byrne2019-10-0220-27/+48
|
* Update version on hdf5_1_10 branch to 1.10.6-snap0.Larry Knox2019-02-181-7/+7
|
* Update versionLarry Knox2018-09-051-7/+7
|
* Rearrange issues by date orderJordan Henderson2018-08-091-7/+7
| | | | | Update version. Update .so versions to match 1.10.3.
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-5/+5
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-185-13/+28
| |\ | | | | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-5/+5
| | |
* | | Updated version to 1.10.3-snap0lrknox2018-03-141-7/+7
| | |
* | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-091-0/+0
|\ \ \ | | |/ | |/|
| * | Merge pull request #901 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-03-071-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:develop to develop tests for version bounds. * commit 'f05f9d4cffab5e008c67e19034c1b248e1b01b3c': Miscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Added h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake Added bounds_latest_latest.h5 Misc improvement Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Improving tests Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| | * | Misc improvementBinh-Minh Ribler2018-02-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| * | | HDFFV-10412 update test ref filesAllen Byrne2018-02-223-4/+4
| |/ /
| * | Modifications made based on comments from pull request.Vailin Choi2018-02-071-4/+4
| | |
| * | Modify usage description for -j and -k options so that it is more informative.Vailin Choi2018-01-181-2/+3
| | |
| * | Modify h5repack usage so that it is more descriptive.Vailin Choi2018-01-161-4/+15
| | |
| * | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-7/+7
| |\ \
| | * | Snapshot version 1.11 release 2hdftest2018-01-051-7/+7
| | | |
| | * | Snapshot version 1.11 release 1hdftest2018-01-051-7/+7
| | |/
| * | (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-0/+3
| |/ | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * HDFFV-10297 - Fix test errors - five remainingAllen Byrne2017-10-099-12/+162
| |
| * HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-061-2/+2
| | | | | | includes H5Zfilter_avail() fix
| * new reference fileAllen Byrne2017-10-031-0/+7
| |
| * Fix repack plugin test - reorganize test macrosAllen Byrne2017-10-032-20/+4
| |
| * Fix STREQUAL if commands.Allen Byrne2017-10-021-7/+18
| |
| * HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-071-6/+6
| |
| * Add h5repack tests for paged aggregationVailin Choi2017-07-2912-0/+92
| | | | | | | | Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
| * HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-222-0/+40
| | | | | | Added test and new arguments to control the the input file parsing.
| * Extend h5vers to update version strings in java files and h5repacklrknox2017-03-201-7/+7
| | | | | | | | | | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
| * Use global variable for test command - update referenceAllen Byrne2017-03-201-7/+7
| |
* | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-2/+17
| |
* | HDFFV-10412 merge from developAllen Byrne2018-02-223-4/+4
| |
* | HDFFV-10297 correct reference file for 1.10Allen Byrne2017-10-111-7/+7
| |
* | HDFFV-10297 merge from developAllen Byrne2017-10-109-21/+171
| |
* | HDFFV-10297 merge tools changes from developAllen Byrne2017-10-032-2/+4
| |
* | HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-071-6/+6
| |
* | Add h5repack tests for paged aggregationVailin Choi2017-08-0212-0/+92
| | | | | | | | Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
* | HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-242-0/+40
| | | | | | | | | | Added test and new arguments to control the the input file parsing.
* | Merge bin/h5vers changes from develop.lrknox2017-03-241-7/+7
| | | | | | | | | | Pull version from configure for version test in h5repack_plugin.sh.in Update version to 1.10.2-snap0 for hdf5_1_10 branch.
* | Change version for h5repack_plugin.sh.in and expected output ddl file for ↵lrknox2017-03-191-7/+7
|/ | | | plugin_version_test.
* Final merge of page buffering branch to developQuincey Koziol2017-03-142-15/+26
|
* Split tools into src and test - add foldersAllen Byrne2016-10-2744-0/+1862