summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* Add HD prefix to testsAllen Byrne2019-08-151-23/+23
|
* Merge reconciliation and VFD test fixesAllen Byrne2019-08-043-6/+107
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-234-822/+13
|
* Add missing target root path, check other export macroAllen Byrne2019-07-171-21/+25
|
* HDFFV-10845 skip test if CMake command doesn't support ignore EOLAllen Byrne2019-07-171-14/+10
|
* HDFFV-10845 copy files with windows EOLAllen Byrne2019-07-171-4/+6
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-175-14/+30
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-2/+2
|
* Add test cleanupAllen Byrne2019-06-241-0/+5
|
* Need to shift off two argumentsAllen Byrne2019-06-241-0/+1
|
* HDFFV-9407 add autotools testAllen Byrne2019-06-241-0/+29
|
* HDFFV-9407 Add testAllen Byrne2019-06-241-0/+30
|
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-221-0/+1
|\
| * Add lib dir for testing pluginsAllen Byrne2019-06-211-0/+1
| |
* | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-17/+7
|/ | | | clean up warnings.
* Cleanup possible CMake target conflictsAllen Byrne2019-06-191-11/+11
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-185-31/+55
| | | | | 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-66/+48
|
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-031-28/+44
|\
| * HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-28/+44
| |
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-2/+4
|/ | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-154-24/+24
|
* Fail configure if SZIP/ZLIB is requested but not foundAllen Byrne2019-02-051-4/+2
|
* Updated error stacks for h5dump testing.Quincey Koziol2019-01-067-24/+0
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-062-12/+0
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-121-2/+2
|\ | | | | | | stackable_vol
| * Fix target files for commandsAllen Byrne2018-11-091-2/+2
| |
* | Switch tool error output to match VOL changes within libraryQuincey Koziol2018-11-1219-192/+270
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-072-24/+28
|\ \ | |/ | | | | stackable_vol
| * HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-062-24/+28
| |
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-2519-26/+26
|/ | | | modified: test/dsets.c
* VOL FEATUREDana Robinson2018-10-1020-153/+309
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-242-2/+4
|\ | | | | | | | | | | | | | | | | | | * commit '2618dc314b9e4875e6ece7ee8696846ac2d02183': Remove extra unneeded Remove libsettings from pregenerated block CMake changes for SKIPPED and flush tests Correct $withval usage in configure HDFFV-10332 Adjust checks and generation of files HDFFV-10332 Use pre-generated files
| * CMake changes for SKIPPED and flush testsAllen Byrne2018-09-242-2/+4
| |
* | Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-242-3/+3
|/
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-1811-138/+102
| | | | orginally intended to support the full SWMR feature.
* Add missing test optionAllen Byrne2018-07-241-1/+1
|
* Add test file with unwritten datasetsAllen Byrne2018-07-242-4/+96
|
* Changes based on feedback from pull request.Vailin Choi2018-07-121-2/+2
|
* Modifications made based on feedback from pull request.Vailin Choi2018-07-112-3/+8
|
* Fix for HDFFV-10333:Vailin Choi2018-07-112-0/+91
| | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-2/+2
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-6/+6
|
* 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-42/+37
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-1/+1
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-189-10/+103
|\ | | | | | | | | | | 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
| |
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
| |
| * HDFFV-10385 rework java namesAllen Byrne2018-01-171-1/+0
| |