summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-211-9/+9
|
* TRILAB-111 Update MPI CMakeAllen Byrne2019-02-131-5/+71
|
* Cherry pick of CMake parallel flush fixes.Dana Robinson2019-01-051-3/+3
|
* Merge CMake changes from developAllen Byrne2018-12-201-42/+7
|
* Merge changes from developAllen Byrne2018-03-071-4/+0
|
* Remove t_cache_image testAllen Byrne2018-02-281-0/+4
|
* HDFFV-10321 merge from developAllen Byrne2017-11-021-2/+2
|
* Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵lrknox2017-04-141-0/+11
| | | | | | | | | hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header.
* Update CMake files and formattingAllen Byrne2017-03-011-2/+2
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-10/+10
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-1/+1
| | | | Tested: local linux
* [svn-r25135] Remove property will fail - This only is true on windows shared.Allen Byrne2014-04-291-1/+2
|
* [svn-r25128] HDFFV-8172: Add tests properties that indicate it will fail and ↵Allen Byrne2014-04-281-1/+3
| | | | to depend on PASSED in the output.
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-1/+1
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24864] Description:Quincey Koziol2014-03-211-4/+0
| | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-4/+4
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-17/+17
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+63
developers. Tested: local linux