lrknox
b9a27fddaa
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
...
* commit '0d05cb607e5951f3a28a101be56ca194022a7fa1':
Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java.
Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers.
Add "Copyright by The HDF Group."" to copyright header.
2017-04-14 16:40:52 -05:00
Allen Byrne
6efdeb7630
DAILYTEST-250 change test props to reduce timeout
2017-04-11 15:12:03 -05:00
Quincey Koziol
0313cbb91d
Final merge of page buffering branch to develop
2017-03-13 21:30:37 -07:00
Allen Byrne
2562ec3a4b
Update CMake files and formatting
2017-03-01 14:47:53 -06:00
Allen Byrne
21d48c1d1f
Fix Windows static only cache test checking
2017-01-31 09:26:44 -06:00
Quincey Koziol
a9808853d5
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop_merge_cache_image_06
2017-01-28 23:27:08 -08:00
Quincey Koziol
1949d5756d
Cache image feature and testing
2017-01-28 23:19:37 -08:00
Dana Robinson
2cac1c0637
Moved remaining SWMR-related test files to develop.
2017-01-26 14:34:12 -05:00
Allen Byrne
6b9a7cece4
Disable SHARED cache test on windows
2017-01-24 09:28:11 -06:00
Allen Byrne
1bca531a73
Remove duplicate command
2017-01-12 09:04:10 -06:00
Allen Byrne
244faaa0d0
HDFFV-10094: upgrade cmake command conventions
...
Also converted tests to use macros
2017-01-11 14:02:34 -06:00
Allen Byrne
e1bcae8a6a
Update cmake min version and cmake command convention
2017-01-10 17:10:03 -06:00
Quincey Koziol
eefddf2813
Bring new/updated tests from revise+chunks branch: flush1/flush2 update and
...
flushrefresh test. (Also refactor of message send / wait code)
2016-12-19 20:44:54 -08:00
Quincey Koziol
f8cfbee05e
Merge SWMR-related testing to existing tests.
2016-12-18 02:19:26 -08:00
Quincey Koziol
104253575d
Update CMake configuration files with SWMR accumulator changes.
2016-12-18 00:58:46 -08:00
Allen Byrne
fa6488d785
Reduce timeout as normal run time on windows is less then 10 min
2016-12-05 09:40:57 -06:00
Quincey Koziol
64a339183f
Bring SWMR support in to the main development branch. (Finally!) More tests
...
and the tool and API wrappers will be coming in over the weekend.
2016-12-02 08:07:04 -08:00
Allen Byrne
c2e60909e3
Add test to memcheck ignore and increase cache test timeout
2016-11-22 15:04:34 -06:00
Quincey Koziol
0d12ce44b2
Add cache logging test.
2016-11-03 23:27:10 -07:00
Dana Robinson
7f817fea7c
Merge branch 'develop' into evict_on_close
2016-09-14 17:02:43 -04:00
Allen Byrne
9bcb5305db
Add longer timeout to cache tests - test has consistently exceeded
...
default timing.
2016-09-06 10:13:28 -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
Dana Robinson
75aa26981b
[svn-r30084] First pass at the evict-on-close feature.
...
The features is controlled via H5Pset/get_evict_on_close()
and is currently enabled by default (it will be disabled
by default in the final implementation).
There is a bug in the code where the eviction of tagged
metadata fails due to some of the metadata being dirty,
resulting in error return values and test failures.
2016-06-15 13:55:59 -05:00
Quincey Koziol
7a9e13afdb
[svn-r30068] Description:
...
Bring metadata cache corking to trunk.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-13 12:49:39 -05:00
Allen Byrne
ca8465513d
[svn-r29882] Convert cache source files to library compatible by CMake and Windows
2016-05-04 11:29:52 -05:00
Quincey Koziol
062055fe60
[svn-r29730] Description:
...
Add missing pre-generated files to list of test files to copy.
Tested on:
Windows (Reported by Allen)
2016-04-18 09:56:48 -05:00
Dana Robinson
914643490a
[svn-r27946] Brought VDS branch in sync with trunk (up to r27945).
...
Tested on Ubuntu 15.04 (Linux 3.19 x86_64), gcc 4.9.2, MPICH 3.1.4
and CMake 3.3.2.
- Autotools serial w/ Fortran, C++
- Autotools parallel w/ Fortran
- CMake serial w/ Fortran, C++
2015-10-04 02:33:40 -05:00
Allen Byrne
b9d27c0ed3
[svn-r27932] Increase timeout for istore test when running under vfd.
2015-10-02 08:59:03 -05:00
Dana Robinson
5548799289
[svn-r27918] Brought in sync with the trunk:
...
r27860-27883
r27892-27916
Tested on: - h5committest
- jam (parallel) fails with an existing, unrelated MPI config error
- platypus fails with due to an existing, unrelated cmakehdf5 error
where it does not recognize --enable-fortran2003.
2015-09-30 00:46:19 -05:00
Allen Byrne
ea70d11227
[svn-r27909] Exclude CYGWIN
2015-09-29 09:55:35 -05:00
Allen Byrne
ef2885c5ca
[svn-r27908] Give cache tests extra time for VFD tests
2015-09-29 09:53:52 -05:00
Allen Byrne
6272555394
[svn-r27896] Synch VFD types with autotools
2015-09-28 12:47:19 -05:00
Quincey Koziol
0695d6366a
[svn-r27835] Description:
...
Sync w/trunk.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
2015-09-20 21:18:45 -05:00
Allen Byrne
12d5f2bb3c
[svn-r27808] Update CMake files to use updated test files.
2015-09-16 16:38:16 -05:00
Dana Robinson
122bf84bb3
[svn-r27760] Brought r27631-27755 over from the trunk.
...
tested on: jam
2015-09-11 09:08:04 -05:00
Allen Byrne
8e3464d2d0
[svn-r27747] Correct name of target
2015-09-10 09:18:54 -05:00
Allen Byrne
7860f3f5b6
[svn-r27668] Increase timeout for objcopy
2015-09-03 09:48:18 -05:00
Quincey Koziol
2c91cbecc6
[svn-r27630] Description:
...
Bring in changes from the trunk, through r27628.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
2015-08-31 15:14:57 -05:00
Allen Byrne
81ca9e4c79
[svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable HDF_TEST_EXPRESS.
2015-08-31 15:08:56 -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
1900d6a65d
[svn-r27485] Change ExpressTest from default of 1 to 2.
2015-08-10 12:34:11 -05:00
Allen Byrne
4d0187a483
[svn-r27465] Merge dual-binary CMake changes
2015-08-05 10:56:58 -05:00
Dana Robinson
aa4e3e3985
[svn-r27191] Merged r26781 to r27185 from trunk
...
Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2
(C++ and Fortran 2003 also tested)
2015-06-11 14:18:52 -05:00
Allen Byrne
0f4e97907c
[svn-r27172] Change disable to skip big test on cygwin
2015-06-09 13:52:43 -05:00
Allen Byrne
84311eb701
[svn-r27171] Disable big test on cygwin
2015-06-09 13:48:03 -05:00
Neil Fortner
6a27582a44
[svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.
...
Tested: ummon
2015-04-10 18:00:48 -05:00
Allen Byrne
99baa66184
[svn-r26699] Generators are only built static
2015-04-01 16:02:43 -05:00
Allen Byrne
451a91e53b
[svn-r26594] Merge macros and fortran changes from dual_binary feature.
...
Tested: local linux
2015-03-25 17:08:46 -05:00
Allen Byrne
8e48921d90
[svn-r26283] Correct test folder handling (merge from trunk)
2015-02-23 11:54:39 -05:00
Allen Byrne
c5da9e3270
[svn-r26282] Update source file list and test list
2015-02-23 11:20:53 -05:00