summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Split tools into src and test - remove foldersAllen Byrne2016-10-271-1412/+0
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-33/+5
|
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-42/+7
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.Allen Byrne2016-08-011-0/+10
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-268/+268
| | | | 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/+3
| | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
* [svn-r29274] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-041-0/+25
|
* [svn-r28865] HDFFV-9639: Fix double-free error by setting freed var to NULL.Allen Byrne2016-01-121-16/+23
| | | | | Verified issue with "h5dump tgroup.h5 non_existing.h5" Applied patch and retested.
* [svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-071-3/+0
| | | | | | | | | compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
* [svn-r26721] Disable failing testAllen Byrne2015-04-031-1/+1
|
* [svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal}Allen Byrne2015-04-011-10/+2
|
* [svn-r26683] Remove internal filter checksAllen Byrne2015-03-311-12/+4
|
* [svn-r26682] Add new test from test scriptAllen Byrne2015-03-311-0/+3
|
* [svn-r25744] Add bitfield and opague datatype file for tests.Allen Byrne2014-10-271-0/+6
| | | | Tested: local linux
* [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