Allen Byrne
|
203b2b2e75
|
Windows returns -1 instaed of 255 as on linux for the test
|
2016-08-30 10:27:07 -05:00 |
|
Allen Byrne
|
b947f7e911
|
[svn-r30321] HDFFV-9974: Correct parsing of UD filter parameters.
Verified by user, who reported issue.
|
2016-08-25 13:57:27 -05:00 |
|
Allen Byrne
|
e55844b752
|
[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
|
2016-08-01 12:35:00 -05:00 |
|
Allen Byrne
|
2f1b517021
|
[svn-r29884] VDS correction for get_space_status, with test change.
Add new files for repack tests.
Add repack tests for VDS files.
|
2016-05-04 11:38:08 -05:00 |
|
Allen Byrne
|
18e360b9fa
|
[svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of 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.
|
2016-04-11 09:21:37 -05:00 |
|
Allen Byrne
|
7fe0324fc4
|
[svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
SKIP h5repack VDS tests until h5repack is fixed.
|
2016-04-11 08:45:33 -05:00 |
|
Allen Byrne
|
8e41b14811
|
[svn-r29601] Cleanup case of CMake commands in tools.
Update CTestCustom file for new tests.
Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
|
2016-03-31 09:02:24 -05:00 |
|
Allen Byrne
|
71ee2155d4
|
[svn-r28377] CMake 3.4 policy change
|
2015-11-17 10:07:49 -05:00 |
|
Neil Fortner
|
c365b9a59f
|
[svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.
Tested: ummon
|
2015-08-27 12:06:54 -05:00 |
|
Allen Byrne
|
4d0187a483
|
[svn-r27465] Merge dual-binary CMake changes
|
2015-08-05 10:56:58 -05:00 |
|
Allen Byrne
|
bea58674e9
|
[svn-r27234] Add layout test from virtual to Contiguous and Compact generated files to clearall
|
2015-06-17 15:05:00 -05:00 |
|
Allen Byrne
|
5ae9dc0369
|
[svn-r27233] Add layout test from virtual to Contiguous and Compact
|
2015-06-17 14:37:40 -05:00 |
|
Allen Byrne
|
6709dd28f2
|
[svn-r26953] Remove src temporary debug build props.
Move TOOLS option up before usage.
|
2015-04-28 16:32:17 -05:00 |
|
Allen Byrne
|
6f03b60c61
|
[svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal}
|
2015-04-01 13:30:56 -05:00 |
|
Allen Byrne
|
db2e8ff371
|
[svn-r26683] Remove internal filter checks
|
2015-03-31 16:28:44 -05:00 |
|
Allen Byrne
|
21474f8eee
|
[svn-r25188] Implement change to cmake_ext_mod config folder
Tested: local linux
|
2014-05-14 14:50:28 -05:00 |
|
Allen Byrne
|
6c5e74942d
|
[svn-r24782] HDFFV-8700 -
KitWare recommendations: Change CMake commands to lower case.
|
2014-03-11 17:07:13 -05:00 |
|
Allen Byrne
|
a3292a77ce
|
[svn-r24781] HDFFV-8700 -
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
|
2014-03-11 16:14:57 -05:00 |
|
Allen Byrne
|
b30e37ea78
|
[svn-r24725] HDFFV-8629: h5repack will not attempt to remove UD filters. 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
|
2014-02-20 15:21:08 -05:00 |
|
Allen Byrne
|
a3e2fabb53
|
[svn-r24670] HDFFV-8567: Fix cmake tests for changes in reference files due to test script changes in autotools test scripts.
Tested: local linux
|
2014-01-31 09:15:59 -05:00 |
|
Allen Byrne
|
ebb6e8e3be
|
[svn-r24504] HDFFV-8629: disable test until review is complete
|
2013-12-05 12:53:00 -05:00 |
|
Allen Byrne
|
3b23b7eb1a
|
[svn-r24487] HDFFV-8629: repack plugin_none test files.
CMake only until library updates approved.
|
2013-12-03 08:31:05 -05:00 |
|
Allen Byrne
|
008f2e4017
|
[svn-r24484] Update version and test name.
|
2013-12-02 16:00:22 -05:00 |
|
Allen Byrne
|
145f1ce9e3
|
[svn-r24104] HDFFV-8345: add User Defined filters to h5repack.
Reviewed in H5T-61
Tested: local linux - cmake and autotools
|
2013-09-06 10:15:50 -05:00 |
|
Allen Byrne
|
13a0f5576a
|
[svn-r24053] HDFFV-8498: --minimum option was disabled by HDFFV-8214. 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
|
2013-08-21 17:11:32 -05:00 |
|
Allen Byrne
|
8c14af82c6
|
[svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. 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
|
2013-08-21 15:59:49 -05:00 |
|
Allen Byrne
|
c502d81a8c
|
[svn-r24029] Move TESTS to seperate file to allow easier editing by all developers.
Tested: local linux
|
2013-08-19 16:49:44 -05:00 |
|