summaryrefslogtreecommitdiffstats
path: root/config/cmake/vfdTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Develop cmake clean (#1971)Allen Byrne2022-08-071-0/+16
|
* 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.
* Check for actual content before using fileAllen Byrne2020-01-091-1/+1
|
* Fix EXISTS test syntaxAllen Byrne2019-08-291-4/+4
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-2/+2
|
* Correct message command syntaxAllen Byrne2019-05-171-2/+2
|
* Fix CMake policy 54 warningsAllen Byrne2019-01-181-1/+1
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-031-3/+3
|
* Fix STREQUAL if commands.Allen Byrne2017-10-021-3/+3
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* 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