summaryrefslogtreecommitdiffstats
path: root/tools/test/h5ls
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format of source filesAllen Byrne2020-09-301-24/+30
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-1/+1
|
* Add h5ls test plugin format targetAllen Byrne2020-09-251-0/+8
|
* Fixes indenting in tools test scriptsDana Robinson2020-08-041-3/+3
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-282-21/+9
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-2/+4
|
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-061-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
| * remove unnecessary check macrokmu2019-12-061-3/+2
| |
| * fix intel compile warningskmu2019-12-041-2/+3
| |
| * Revert "fix warnings from Intel compiler"kmu2019-11-261-2/+2
| | | | | | | | This reverts commit 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466.
| * Revert "fix issues from previous PR comments"kmu2019-11-261-2/+1
| | | | | | | | This reverts commit d242a900f420b040e364f6c0976c01593e955db3.
| * Revert "using a different MACRO"kmu2019-11-261-1/+1
| | | | | | | | This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8.
| * using a different MACROkmu2019-11-251-1/+1
| |
| * fix issues from previous PR commentskmu2019-11-251-1/+2
| |
| * fix warnings from Intel compilerkmu2019-11-071-2/+2
| |
* | Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-111-1/+1
|/
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-216/+0
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-172-4/+9
|
* Add lib dir for testing pluginsAllen Byrne2019-06-211-0/+1
|
* Cleanup possible CMake target conflictsAllen Byrne2019-06-191-11/+11
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-183-10/+22
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-20/+12
|
* HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-12/+20
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-152-10/+10
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-061-2/+9
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-034-3/+54
|
* HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-062-22/+26
|
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-3/+3
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-30/+24
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-1/+1
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* Fix valgrind issuesAllen Byrne2018-01-021-1/+1
|
* HDFFV-9724 add valgrind ENVAllen Byrne2017-12-291-1/+4
|
* HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-287-0/+129
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-227-129/+0
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* Add prefix dir to the clear commandAllen Byrne2017-12-131-2/+2
|
* HDFFV-9724 Add H5LS prefix test with ${ORIGIN}Allen Byrne2017-12-137-0/+129
|
* Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.Dana Robinson2017-11-131-1/+1
|
* Plugin test reworkDana Robinson2017-11-091-3/+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-6/+3
| | | | | | 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.
* Cleanup cmake clean macrosAllen Byrne2017-10-032-2/+20
|
* Fix STREQUAL if commands.Allen Byrne2017-10-022-2/+2
|
* HDFFV-10188 force non-native type descriptionAllen Byrne2017-08-231-1/+1
|
* HDFFV-10188 emu insists on printing non-native descriptionAllen Byrne2017-08-231-1/+1
|
* HDFFV-10188 Add tests and filesAllen Byrne2017-08-212-0/+12
|