summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Split tools into src and test - remove foldersAllen Byrne2016-10-271-1153/+0
|
* HDFFV-9996: Test file to verify that that multiple params are parsedAllen Byrne2016-10-181-0/+3
|
* Remove hanging property setAllen Byrne2016-10-031-1/+0
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-10/+0
|
* Windows returns -1 instaed of 255 as on linux for the testAllen Byrne2016-08-301-1/+5
|
* [svn-r30321] HDFFV-9974: Correct parsing of UD filter parameters.Allen Byrne2016-08-251-0/+3
| | | | Verified by user, who reported issue.
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-20/+14
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r29884] VDS correction for get_space_status, with test change.Allen Byrne2016-05-041-83/+124
| | | | | Add new files for repack tests. Add repack tests for VDS files.
* [svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-111-10/+0
| | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. remove h5repack fix ddl files needed when h5repack VDS fix is implemented.
* [svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-111-10/+57
| | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed.
* [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-311-1/+1
| | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
* [svn-r28377] CMake 3.4 policy changeAllen Byrne2015-11-171-24/+24
|
* [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-271-8/+0
|\ | | | | | | Tested: ummon
| * [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-8/+0
| |
* | [svn-r27234] Add layout test from virtual to Contiguous and Compact ↵Allen Byrne2015-06-171-1/+30
| | | | | | | | generated files to clearall
* | [svn-r27233] Add layout test from virtual to Contiguous and CompactAllen Byrne2015-06-171-35/+85
|/
* [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-281-2/+2
| | | | Move TOOLS option up before usage.
* [svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal}Allen Byrne2015-04-011-84/+20
|
* [svn-r26683] Remove internal filter checksAllen Byrne2015-03-311-21/+13
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-8/+8
| | | | Tested: local linux
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-59/+59
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-316/+316
| | | | | | | 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-r24725] HDFFV-8629: h5repack will not attempt to remove UD filters. ↵Allen Byrne2014-02-201-1/+1
| | | | | | h5repack requires a check for UD filters that also must check if the filter can be dynamically loaded. This require a change in the library that checks for this. Tested: locally and reviewed
* [svn-r24670] HDFFV-8567: Fix cmake tests for changes in reference files due ↵Allen Byrne2014-01-311-22/+22
| | | | | | to test script changes in autotools test scripts. Tested: local linux
* [svn-r24504] HDFFV-8629: disable test until review is completeAllen Byrne2013-12-051-1/+1
|
* [svn-r24487] HDFFV-8629: repack plugin_none test files.Allen Byrne2013-12-031-0/+3
| | | | CMake only until library updates approved.
* [svn-r24484] Update version and test name.Allen Byrne2013-12-021-2/+3
|
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-5/+111
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24053] HDFFV-8498: --minimum option was disabled by HDFFV-8214. ↵Allen Byrne2013-08-211-4/+4
| | | | | | | | Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff. Corrected test scripts for test folder path Tested: h5committest and local linux with CMake
* [svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. ↵Allen Byrne2013-08-211-2/+38
| | | | | | Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff. Tested local linux with CMake
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+937
developers. Tested: local linux