summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack
Commit message (Collapse)AuthorAgeFilesLines
* (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.
| * 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.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-258-42/+39
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Our best effort to build dynamic plugin tests and not install them withlrknox2017-04-211-2/+8
| | | | | "make install". It seems the install-exec-hook doesn't remove the last to be installed.
* HDFFV-10170 undo patchAllen Byrne2017-04-181-1/+4
|
* Add plugin options for libsAllen Byrne2017-04-181-1/+2
|
* HDFFV-10170 chnage test libs to noinst typeAllen Byrne2017-04-131-3/+1
|
* Remove incorrect " marks added to java files by bin/h5vers.lrknox2017-03-211-1/+2
| | | | Pull version from configure for version test in h5repack_plugin.sh.in
* 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-202-8/+8
|
* Final merge of page buffering branch to developQuincey Koziol2017-03-143-81/+426
|
* Update CMake files and formattingAllen Byrne2017-03-011-22/+22
|
* Clean up whitespaceQuincey Koziol2017-02-072-17/+16
|
* HDFFV-10120 Tools test fail when zlib is disabledAllen Byrne2017-01-261-1/+4
|
* HDFFV-9994 add UD tests for toolsAllen Byrne2017-01-171-1/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-111-7/+3
|\ | | | | | | | | | | | | * commit '8b4c9f848d63351c85cab3a5b2034f8e7e1a29db': h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean. Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean. Added an --enable-developer-warnings option to configure so users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality.
| * Create h5repack convenience library for common code used by h5repacklrknox2017-01-101-7/+3
| | | | | | | | | | | | tool and h5repacktst. Fixes broken distclean. Tested with h5committest and "make distclean".
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-102-86/+86
|/
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-0/+9
|
* Split tools into src and test - add foldersAllen Byrne2016-10-2753-0/+11820