summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r28176] HDFFV-9550: Add VS2015 fix for change of standard format.Allen Byrne2015-10-211-3/+3
|
* [svn-r27235] Add vds h5diff testsAllen Byrne2015-06-171-43/+89
|
* [svn-r25741] Remove obsolete comment and add test to suite.Allen Byrne2014-10-271-6/+1
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-2/+2
| | | | Tested: local linux
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-2/+2
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [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-23/+23
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-85/+85
| | | | | | | 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/+1382
developers. Tested: local linux