Allen Byrne
9aa8e01e5c
Remove duplicated module
2017-11-01 13:45:44 -05:00
Allen Byrne
f8fd6d0b41
Correct usage of MPI vars
2017-11-01 13:41:44 -05:00
Allen Byrne
3acacea954
New test requirement
2017-10-30 11:45:11 -05:00
Allen Byrne
25a2e40358
New requirement for test
2017-10-30 11:37:57 -05:00
M. Scot Breitenfeld
59e7c7703e
Merge branch 'develop' into hdf5_1_10
2017-10-26 10:13:33 -05:00
Allen Byrne
a1a1840d6e
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
...
* commit '6d353f8ccc908d494a4ea8e1a56c9fb8e973e908':
Snapshot version 1.10 release 2 (snap2)
Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
2017-10-19 12:32:15 -05:00
HDF Tester
b80fe75b7f
Snapshot version 1.10 release 2 (snap2)
2017-10-16 16:50:31 -05:00
Allen Byrne
f92ccce1f9
HDFFV-10297 merge from develop
2017-10-10 14:46:59 -05:00
Allen Byrne
4f9e47650a
Fix STREQUAL if commands.
2017-10-02 12:39:15 -05:00
Allen Byrne
0a9bc574e8
Fix find package process
2017-09-19 12:39:45 -05:00
Allen Byrne
b8039b3e00
Fix find package process
2017-09-19 12:39:27 -05:00
Allen Byrne
e59038e391
restore GEN HDRS and remove cache sets for defoult options
2017-09-13 15:03:52 -05:00
Allen Byrne
05af70b235
Restore GEN_HDRS and remove cache sets for defaults
2017-09-13 14:57:55 -05:00
Allen Byrne
163cd4cf00
Generators need to be ON for development work
2017-09-12 10:35:35 -05:00
Allen Byrne
67c91dcd41
Generate headers for 1.10 should default off
2017-09-12 09:22:03 -05:00
Allen Byrne
fa8ed205ba
HDFFV-9988 merge findmpi from cmake and add intel path
2017-09-07 10:00:19 -05:00
Allen Byrne
5584938600
HDFFV-9988 Merge from develop
2017-09-06 11:44:03 -05:00
Allen Byrne
c1afe1c21a
Correct VS2017 references
2017-09-05 13:29:59 -05:00
Allen Byrne
f4bc890039
HDFFV-10284 Add VS2017 merged from develop
2017-08-31 15:20:34 -05:00
Allen Byrne
073f524247
HDFFV-10284 Add VS2017 support
2017-08-31 13:37:50 -05:00
hdftest
1015828c1f
Snapshot version 1.10 release 2 (snap1)
2017-08-08 23:31:21 -05:00
hdftest
d3b8037137
Snapshot 1.10.2-snap1
...
(Committed 8/1/2017 but not pushed from fork)
2017-08-04 15:49:04 -05:00
M. Scot Breitenfeld
00d97d556b
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
2017-08-01 15:44:55 -05:00
M. Scot Breitenfeld
2d932366b2
added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
2017-08-01 15:33:43 -05:00
Allen Byrne
7bb2e5dfef
Correct case of var
2017-07-25 16:36:36 -05:00
Allen Byrne
3a7c5f19c4
Correct case of var
2017-07-24 16:33:48 -05:00
Allen Byrne
82bf61e397
Correct name of VAR
2017-07-12 15:43:10 -05:00
Allen Byrne
d4896f7c30
Synch with CMake master
2017-07-12 15:43:10 -05:00
Dana Robinson
63647cd363
Merge of recent develop work to 1.10 branch.
...
Fixes for:
* HDFFV-10247 (autotools Fortran long double bug)
* HDFFV-10248 (autotools deprecated debug/production tweak)
* HDFFV-10250 (-fno-omit-frame-pointer w/ symbols)
* Disabled missing parameter warnings in Java constant code
* Added H5I_VFL ID checks to tmisc.c
* Added 'get a dummy VFD' call to h5test library
2017-07-05 11:35:03 -07:00
Allen Byrne
d1ec663ad2
Correct name of options variable
2017-06-19 09:31:03 -05:00
Allen Byrne
27b3b4b208
Synch with CMake original code
2017-06-19 09:15:19 -05:00
Dana Robinson
dd567df97b
Added -fno-omit-frame-pointer to gcc flags when symbols when
...
building with debugging symbols.
2017-06-12 15:37:32 -04:00
Dana Robinson
7e9d5c2c37
Merge pull request #554 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
...
* commit 'fb5c13d59c8f17dca9bbe0e35e00920be2690af3':
Merge of recent develop work to 1.10 branch: * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
2017-06-08 14:23:06 -05:00
Allen Byrne
0563edffa1
Add toolset option
2017-06-02 11:52:55 -05:00
Allen Byrne
0a3f8239e6
Add toolset option
2017-06-02 11:44:51 -05:00
Dana Robinson
fb5c13d59c
Merge of recent develop work to 1.10 branch:
...
* H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214)
* H5FDdriver_query() API call (HDFFV-10215)
* Fix to skip SWMR tests that when the current VFD is not compatible
with the default VFD (HDFFV-10197)
* Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937)
* Many warning fixes
2017-05-31 17:45:41 -04:00
Allen Byrne
91855efe6e
Synchronize cmake files with develop
2017-05-30 11:50:29 -05:00
Allen Byrne
9905db41ee
Synchronize cmake files
2017-05-30 11:33:21 -05:00
Allen Byrne
86de942cf5
Added toolset and intel checks
2017-05-30 11:16:11 -05:00
Dana Robinson
b6de142cf4
Chagned gfortran40 to gfortran in a few config files.
2017-05-26 14:56:23 -04:00
Dana Robinson
742e1d5541
Fixed misplaced space in config/gnu-flags.
2017-05-26 12:56:55 -04:00
Allen Byrne
635e8c5377
merge from develop and apply HDFFV-8611
2017-05-24 15:00:51 -05:00
Dana Robinson
2e6d95a1a1
Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations
...
as well as other minor rework and cleanup.
2017-05-16 00:27:30 -04:00
Allen Byrne
0bf41bec5a
Add extra files to be copied
2017-04-27 16:32:51 -05:00
Dana Robinson
1a4bda1bd8
Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed
...
the option from the CMake cache init files.
Fixes HDFFV-10184
2017-04-27 16:10:52 -04:00
Dana Robinson
80d57c242a
Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed
...
the option from the CMake cache init files.
Fixes HDFFV-10184
2017-04-27 15:18:18 -04:00
Larry Knox
89fbe00dec
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
...
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
2017-04-25 16:05:36 -05:00
Allen Byrne
b3fb91a932
HDFFV-10173 revert and add dynlib flags
2017-04-25 15:46:03 -05:00
lrknox
7bd516f2ea
Our best effort to build dynamic plugin tests and not install them with
...
"make install". It seems the install-exec-hook doesn't remove the last
to be installed.
2017-04-21 14:32:45 -05:00
lrknox
6ef69b7b17
Add targets for plugin test libraries to avoid linking to external libs.
2017-04-20 16:51:21 -05:00