summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-9/+9
| | | | Tested: local linux
* [svn-r25185] update cmake command name caseAllen Byrne2014-05-121-3/+3
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-6/+6
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-5/+5
| | | | | | | | 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-82/+82
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-110/+110
| | | | | | | 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-r24482] HDFFV-8635: remove test of whole file and just test dsets that ↵Allen Byrne2013-12-021-2/+1
| | | | | | have szip compression. Tested local linux with cmake and autotools
* [svn-r24471] JAVA-1798: Add the testfiles for hdf-java and the h5dump tests ↵Allen Byrne2013-11-271-18/+76
| | | | | | including the test to read filter data. Tested: cmake and autotools - local linux
* [svn-r24408] Add compound integer tests filesAllen Byrne2013-11-061-0/+10
| | | | Tested: local linux cmake
* [svn-r24057] Add --superblock long name to parser and add tests for both ↵Allen Byrne2013-08-221-0/+8
| | | | | | --boot-block and --superblock. Tested: local linux
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+1367
developers. Tested: local linux