summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
|
* First pass at repack consolidating external storage if layout given.Jacob Smith2019-05-311-1/+2
| | | | Checks out manually, tests still complain.
* Add initial failing test for h5repack copying external data into new file.Jacob Smith2019-05-301-0/+2
|
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-0/+2
| | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* 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.
* 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.
* 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.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | 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
|
* 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".
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+67