summaryrefslogtreecommitdiffstats
path: root/config/cmake/vfdTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Hdf5 1 10 update license url part2 (#404)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. * Update license url part2 (#333) * 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. * Update URL in source file Copyright headers for web. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* Fix CMake test macros and perform standalone testsAllen Byrne2020-01-121-1/+1
|
* Fix EXISTS test syntax and add toolchainAllen Byrne2019-08-291-4/+4
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-2/+2
|
* Fix message command syntaxAllen Byrne2019-05-171-2/+2
|
* Fix CMake policy 54 warningsAllen Byrne2019-01-181-1/+1
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-131-3/+3
|
* HDFFV-10297 merge from developAllen Byrne2017-10-101-3/+3
|
* 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
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-9/+25
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-8/+7
|
* [svn-r29190] Add checking for *.err file before trying to readAllen Byrne2016-02-231-2/+2
|
* [svn-r27933] Cmake 3.3 allowed execute_process to merge output and error ↵Allen Byrne2015-10-021-2/+2
| | | | | | files if the filename or the variable were the same. Changed instances to make the outpu_variable different.
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-2/+2
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-28/+28
| | | | | | | 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-r19706] Added VFD test options.Allen Byrne2010-11-011-0/+9
| | | | Bring r19705 from branch
* [svn-r19536] Cleanup formattingAllen Byrne2010-10-071-2/+2
|
* [svn-r19458] Add CMake tests for check-vfd; includes new vfdTest.cmake ↵Allen Byrne2010-09-211-0/+41
script and OPTION HDF5_TEST_VFD Tested: local linux