summaryrefslogtreecommitdiffstats
path: root/config/cmake/userblockTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* HDFFV-11036 add file compare test processAllen Byrne2020-02-241-5/+5
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-4/+4
|
* Correct message command syntaxAllen Byrne2019-05-171-2/+2
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-4/+4
|
* 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.
* Lowercase math and set CMake commandsAllen Byrne2017-03-021-1/+1
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-16/+16
|
* [svn-r27933] Cmake 3.3 allowed execute_process to merge output and error ↵Allen Byrne2015-10-021-4/+4
| | | | | | files if the filename or the variable were the same. Changed instances to make the outpu_variable different.
* [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-4/+4
| | | | Add script for post processing of flex/bison files.
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-6/+6
| | | | | | | | 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-48/+48
| | | | | | | 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-r23308] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-211-5/+5
| | | | Tested: local linux
* [svn-r20429] CMake: correct h5copy test macros, add userblock script test to ↵Allen Byrne2011-04-071-0/+120
h5jam tests, and correct h5jam tests Tested: local linux