summaryrefslogtreecommitdiffstats
path: root/tools/misc/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Split tools into src and test - remove foldersAllen Byrne2016-10-271-253/+0
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-4/+0
|
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-22/+6
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r29867] CMake whitespace cleanupAllen Byrne2016-05-041-24/+25
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-2/+2
| | | | Tested: local linux
* [svn-r25043] Correct CPPFLAGS value.Allen Byrne2014-04-141-1/+1
| | | | Correct test DEPENDS format.
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-1/+1
| | | | | | | | 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-r24782] HDFFV-8700 -Allen Byrne2014-03-111-27/+27
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-32/+32
| | | | | | | 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/+272
developers. Tested: local linux