summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Split tools into src and test - remove foldersAllen Byrne2016-10-271-1362/+0
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-43/+0
|
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-48/+28
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-23/+23
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-311-2/+4
| | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
* [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