summaryrefslogtreecommitdiffstats
path: root/tools/test
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-1725-89/+175
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-2/+2
|
* non-windows test must be skipped on windowsAllen Byrne2019-07-111-1/+3
|
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-102-13/+19
|\
| * perf program can only be built on unix platformsAllen Byrne2019-07-081-13/+15
| |
| * Declaration needed for parallel standaloneAllen Byrne2019-07-081-0/+4
| |
* | Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-102-15/+23
| | | | | | | | to warning cleanups that are a bit obscure.
* | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-052-0/+17
|\ \ | |/
| * perf test is parallel onlyAllen Byrne2019-07-032-31/+17
| |
| * Add missing testAllen Byrne2019-07-032-0/+31
| |
* | Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-033-13/+16
|/
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-284-242/+5
|\
| * Merge pull request #1779 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-282-237/+0
| |\ | | | | | | | | | | | | * commit '0405935654e2c3a8e414da6f66a46ab0ef7ef9ec': Remove unused code
| | * Remove unused codeAllen Byrne2019-06-272-237/+0
| | |
| * | Merge branch 'develop' of ↵Vailin Choi2019-06-262-0/+65
| |\ \ | | |/ | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/new_shutdown_fsm
| * | Merge pull request #8 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-06-2415-102/+108
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Fix minor typo in H5S_select_iter_release Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues
| * | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-202-5/+5
| | | |
* | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-282-5/+5
| |_|/ |/| | | | | | | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* | | 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-225-0/+12
|\ \
| * | Add lib dir for testing pluginsAllen Byrne2019-06-215-0/+12
| | |
* | | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-213-35/+25
|/ / | | | | | | clean up warnings.
* | Add missing fortran modsAllen Byrne2019-06-191-1/+1
| |
* | Cleanup possible CMake target conflictsAllen Byrne2019-06-196-66/+70
|/
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-1828-217/+421
| | | | | 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
* Snapshot version 1.11 release 5.hdftest2019-05-021-7/+7
| | | | Update version to 1.11.6.
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-158-254/+163
|
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-0311-147/+247
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-04-031-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | * commit '844f38c6462f42a9a3a6002de6a4acb0520b8fb7': Correct entry Snapshot version 1.11 release 4. Update version to 1.11.5. Allow option to select NAMESPACE Correct examples for packaging
| | * Snapshot version 1.11 release 4.hdftest2019-04-011-7/+7
| | | | | | | | | | | | Update version to 1.11.5.
| * | HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-268-140/+228
| |/
| * Added the HDopen work-around on windows to pio_engine.cDana Robinson2019-03-151-0/+6
| |
| * Adds _wopen support on Windows so that files with UTF-8 namesDana Robinson2019-03-151-0/+6
| | | | | | | | | | | | can be opened. Fixes: HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-102-4/+10
|/ | | | | | | | 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-1516-152/+134
|
* Refactor mpi test namesAllen Byrne2019-02-112-10/+10
|
* Rename parallel tests to start with PAR_Allen Byrne2019-02-111-1/+1
|
* Distinguish parallel performance testsAllen Byrne2019-02-111-2/+2
|
* Refactor out timeout valuesAllen Byrne2019-02-061-1/+1
|
* Fail configure if SZIP/ZLIB is requested but not foundAllen Byrne2019-02-051-4/+2
|
* Fix typoAllen Byrne2019-01-181-1/+1
|
* Fix missing depends for last repart testAllen Byrne2019-01-181-9/+16
|
* Updated error stacks for h5dump testing.Quincey Koziol2019-01-067-24/+0
|
* Fix runtest case for data to stdout in toolAllen Byrne2018-12-311-2/+2
|
* Remove unused CMake filesAllen Byrne2018-12-212-65/+0
|
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-203-39/+139
|
* Use H5I_INVALID_HIDAllen Byrne2018-12-151-1/+1
|