summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeVFDTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Split dir create into separate macro (#1141)Allen Byrne2021-10-281-0/+1
| | | | | * Split dir create into separate macro * Correct VFD settings
* Consolidate VFD create list macro (#1132)Allen Byrne2021-10-261-2/+0
|
* Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-201-33/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move test utilities to utils/test folder * Fix makefile assignment * Add new dir * add new folder * Correct copied makefile * Fix dir typo * Add missing include dir * Remove unnecessary lib link * Correct dependent dirs * Fix conditional checks * Disable test if not built * fix path to executable * Use fixture for swmr_vfd check * Add release note * Correct shell tests and c++ flag warning * Update autotools c++ warning * Fix typo
* VFD plugins (#602)jhendersonHDF2021-09-291-0/+17
| | | | | | | | | | | | | | | | | * Implement support for loading of Virtual File Drivers as plugins Fix plugin caching for VOL connector and VFD plugins Fix plugin iteration to skip paths that can't be opened * Enable dynamic loading of VFDs with HDF5_DRIVER environment variable * Temporarily disable error reporting during H5F_open double file open * Default to using HDstat in h5_get_file_size for unknown VFDs * Use macros for some environment variables that HDF5 interprets * Update "null" and "ctl testing" VFDs
* Fix Direct VFD Testing in CMake (#742)jhendersonHDF2021-06-111-1/+1
|
* Fix set_tests_properties for parallel t_pflush tests (#569)jhendersonHDF2021-04-221-2/+2
|
* 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.
* Fix MPI test dependsAllen Byrne2019-10-231-0/+3
|
* Fix VFD tests and repackAllen Byrne2019-08-031-31/+38
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-8/+0
|
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-1/+1
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-0/+1
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-2/+2
| | | | | 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-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-11/+11
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-2/+18
|
* Refactor mpi test namesAllen Byrne2019-02-111-1/+1
|
* Rename parallel tests to start with PAR_Allen Byrne2019-02-111-1/+1
|
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-201-0/+57