summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-188-18/+194
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| |
| * Fix misaligned macroAllen Byrne2018-03-071-2/+1
| |
| * Fix CMake missing parensAllen Byrne2018-03-071-1/+1
| |
| * Merge pull request #901 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-03-073-2/+166
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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)
| | * Miscellaneous test fixesBinh-Minh Ribler2018-03-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 testsBinh-Minh Ribler2018-03-061-0/+71
| | | | | | | | | | | | | | | | | | | | | Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake
| | * Added bounds_latest_latest.h5Binh-Minh Ribler2018-02-281-0/+1
| | |
| | * Misc improvementBinh-Minh Ribler2018-02-282-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 testsBinh-Minh Ribler2018-02-171-2/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Fix list varAllen Byrne2018-02-271-111/+50
| | |
| * | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-272-51/+112
| | |
| * | 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
| |
| * Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-231-2/+0
| |\ | | | | | | | | | Keep the branch up-to-date.
| | * HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+0
| | |
| * | 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-254-11/+11
| |\ \ | | |/ | | | | | | | | | | | | (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.
* | | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-5/+5
| |/ |/|
* | Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.Dana Robinson2017-11-131-2/+2
| |
* | Plugin test reworkDana Robinson2017-11-091-5/+0
| | | | | | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
* | Fix tools error handling and valgrind issuesAllen Byrne2017-10-182-4/+6
|/
* Merge pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-1111-888/+988
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '11df540c92ac284a664be912b0cb045e8d92e7d3': Added older change that was added to last change HDFFV-10297 add release note - fix test step HDFFV-10297 Fix resource errors and cleanup whitespace HDFFV-10297 fix vl buffer error HDFFV-10297 update calls to H5Zfilter_avail HDFFV-10297 - code changes nullify error HDFFV-10297 - Fix test errors - five remaining HDFFV-10297 - fix repack individual objects includes H5Zfilter_avail() fix
| * HDFFV-10297 Fix resource errors and cleanup whitespaceAllen Byrne2017-10-101-869/+823
| |
| * HDFFV-10297 - code changes nullify errorAllen Byrne2017-10-091-5/+1
| |
| * 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
* | Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. Thislrknox2017-10-091-8/+5
|/ | | | | | allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
* Correct depends nameAllen Byrne2017-10-031-1/+1
|
* Fix list of namesAllen Byrne2017-10-031-2/+3
|
* new reference fileAllen Byrne2017-10-031-0/+7
|
* Fix repack plugin test - reorganize test macrosAllen Byrne2017-10-033-286/+370
|
* Adjust filter available variablesAllen Byrne2017-10-021-19/+35
|
* Fix STREQUAL if commands.Allen Byrne2017-10-022-8/+19
|
* HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-073-16/+16
|
* Add h5repack tests for paged aggregationAllen Byrne2017-08-021-3/+94
|
* Add h5repack tests for paged aggregationVailin Choi2017-07-2913-0/+195
| | | | Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
* Stripped C standard library headers from tools test code.Dana Robinson2017-07-191-1/+0
|
* Merge branch 'develop' into windows_openDana Robinson2017-05-316-22/+81
|\
| * Fixed additional minor warnings.Dana Robinson2017-05-251-1/+1
| |
| * HDFFV-8611 add autotools testAllen Byrne2017-05-221-1/+7
| |
| * HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-223-1/+48
| | | | | | Added test and new arguments to control the the input file parsing.
| * Fix typo in name of ddl file in commandAllen Byrne2017-05-051-1/+1
| |
| * Make test scripts fail if result files are createdAllen Byrne2017-05-021-16/+22
| |
| * Comment out install-exec-hooks to remove libdynlib* files. Allen didlrknox2017-04-281-2/+2
| | | | | | | | | | | | | | the same for hdf5_1_10 and hdf5_1_10_1 because the hooks don't reliably work. In the develop branch they are causing make install failures because the autotools' install commands sometimes attempt to chmod these files when they no longer exist.
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-3/+3
|/ | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD.