Dana Robinson
6f4f4adaa2
Merge pull request #1848 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d':
Fixed an issue with older version of gfortran.
2019-08-08 23:02:07 -05:00
Dana Robinson
4900f88234
Fixed an issue with older version of gfortran.
2019-08-08 18:46:59 -07:00
Allen Byrne
83b23a5a42
Use prefix variable
2019-08-06 16:23:15 -05:00
Dana Robinson
4cd461168e
Fixed warning typo
2019-08-04 09:12:43 -07:00
Dana Robinson
2b1231ddd8
Moved -Wimplicit-procedure gfortran warning to version 4.5 warnings
...
instead of default.
2019-08-03 11:17:53 -07:00
Dana Robinson
bb8904a75e
Merge pull request #1826 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb':
Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags.
Fixed a couple of typos.
2019-08-01 09:40:01 -05:00
Dana Robinson
4227b8948d
Reverts the removal of config/conclude_fc.am while keeping
...
the changes to config/gnu-fflags.
2019-07-31 22:51:53 -05:00
Dana Robinson
438935557e
Fixed a couple of typos.
2019-07-31 22:16:50 -05:00
Dana Robinson
ea4f76d664
Merge pull request #1821 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit '0ee5526c2c95dd77ee61b917b16adfcacbd3a540':
Fixed typo in optimization.
2019-07-31 12:53:00 -05:00
Dana Robinson
0ee5526c2c
Fixed typo in optimization.
2019-07-31 09:08:16 -07:00
Allen Byrne
44e2ddac97
Merge cleanup mostly whitespace
2019-07-30 12:39:20 -05:00
Allen Byrne
4df595c22d
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'd169391529f253a9903b8e6cacf38c59ceefab07':
Parallel Fortran tests now use the MPI module instead of including mpif.h.
First stab at gfortran versions. Tested on gfortran 7-9 so far.
Moved the -std=f2008 option to gfortran 9 for now.
Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
2019-07-29 16:24:15 -05:00
Dana Robinson
d169391529
Merge pull request #1808 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gnu-flags-work to develop
...
* commit '7d291d059da6287f769951c4854c566da0b93ce8':
Parallel Fortran tests now use the MPI module instead of including mpif.h.
First stab at gfortran versions. Tested on gfortran 7-9 so far.
Moved the -std=f2008 option to gfortran 9 for now.
Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
2019-07-29 16:13:24 -05:00
Allen Byrne
517cadac26
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c':
Update comment and check for strtoumax.
Modify CMakeLists.txt file for renamed h5tools_test_utils files.
Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
Squashed commit of the following:
2019-07-29 16:10:45 -05:00
Larry Knox
094f14ef38
Add HD to string functions.
...
Switched strtoul to strtoumax in H5FDs3comms.c.
Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java.
Update Copyright headers.
2019-07-26 11:56:03 -05:00
Larry Knox
8008294578
Squashed commit of the following:
...
Merge changes from update_merged_S3_HDFS branch into develop.
commit d5034315aea88629929ac0c9c59ebfafd5f21a31
Merge: 9c48823 d3fdcd8
Author: Larry Knox <lrknox@hdfgroup.org>
Date: Thu Jul 25 08:24:53 2019 -0500
Merge branch 'develop' into update_merged_S3_HDFS
2019-07-25 11:47:12 -05:00
Allen Byrne
6a932198aa
HDFFV-10529 Update CMake tests to use test fixtures
2019-07-23 16:24:56 -05:00
Allen Byrne
64733980e5
HDFFV-10845 Allow mingw to find functionality
2019-07-22 14:23:05 -05:00
Dana Robinson
5a3147b660
First stab at gfortran versions. Tested on gfortran 7-9 so far.
2019-07-18 23:40:52 -07:00
Dana Robinson
6ef69f058d
Merge branch 'develop' into gnu-flags-work
2019-07-18 21:26:47 -07:00
Allen Byrne
5b97d67d43
CMake generator expr cannot be used in get_property cmd
2019-07-18 11:37:34 -05:00
Dana Robinson
0f2c1b8126
Moved the -std=f2008 option to gfortran 9 for now.
2019-07-18 01:48:16 -05:00
Allen Byrne
0a9180c074
HDFFV-10845 update mingw cmake changes
2019-07-17 16:08:43 -05:00
Allen Byrne
ac8a1f02ab
Add missing target root path, check other export macro
2019-07-17 11:58:05 -05:00
Allen Byrne
3ea746014a
HDFFV-10845 copy files with windows EOL
2019-07-17 11:58:05 -05:00
Allen Byrne
f724e86727
HDFFV-10845 use of TARGETFILE disables auto emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
ac5680ce8d
HDFFV-10845 add_custom_command requires emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
0efee3ddba
Must include from system
2019-07-17 11:58:03 -05:00
Allen Byrne
6b775a9d45
HDFFV-10845 defines already set
2019-07-17 11:58:03 -05:00
Allen Byrne
7ba562a820
HDFFV-10845 fix configure check and PATHs
2019-07-17 11:58:03 -05:00
Allen Byrne
d586a457b2
HDFFV-10845 C_FLAGS need set correctly for win32 vs mingw
2019-07-17 11:58:02 -05:00
Allen Byrne
7a9c852c2c
HDFFV-8631, HDFFV-10595, HDFFV-10845
2019-07-17 11:58:02 -05:00
Allen Byrne
7174b5c135
HDFFV-8631 mingw is different platform
2019-07-17 11:58:02 -05:00
Allen Byrne
7bb020fcec
HDFFV-10845 add support for mingw toolchain
2019-07-17 11:56:48 -05:00
Allen Byrne
6e4f2798e8
HDFFV-10424 add optional variable to avoid PDB installs
2019-07-17 10:42:58 -05:00
Dana Robinson
8bd2c81cd5
Updated gfortran options.
...
* Removed conclude_fc.am, which was causing verbose builds. Need to
investigate more, though.
* Added gfortran 9 warnings and flags. This will need to be separated
into other version blocks based on when the options first appeared.
* The standard is now explicitly set at 2008.
2019-07-17 01:23:44 -07:00
Dana Robinson
d7144b2fa4
Restored warnings for older gcc so jam can continue to creak along.
2019-07-16 03:49:50 -05:00
Dana Robinson
d5031a5519
Removed support for gcc 4.3 and earlier.
2019-07-14 10:46:03 -07:00
Dana Robinson
3fa1cc4700
Fix errant quotes
2019-07-10 13:40:09 -07:00
Dana Robinson
40b63bffb7
* Fixed a bug in the gcc warning parsing
...
* Changed version parsing from == gcc 4.x to < to handle ancient
compilers.
2019-07-10 13:05:50 -07:00
Dana Robinson
924d4c01a8
Reworked the config/gnu-flags file to be more organized and robust.
2019-07-10 10:49:55 -07:00
Dana Robinson
59f94cd8f8
Merge branch 'develop' into gnu-flags-work
2019-07-10 10:12:07 -07:00
Dana Robinson
52f0622bfe
Converted duplicated flags code to a set of if statements.
2019-07-10 09:09:59 -07:00
Allen Byrne
ede6187419
Fix note text and cmake module include
2019-07-10 10:32:43 -05:00
Quincey Koziol
73df02f13c
Merge branch 'develop' into feature/update_gcc_flags
2019-07-09 22:17:22 -05:00
Allen Byrne
ae0c16d1f2
HDFFV-10581 fix locations for static pdb files
2019-07-08 12:21:11 -05:00
Quincey Koziol
6725c21138
Merge branch 'develop' into feature/update_gcc_flags
2019-07-03 17:09:30 -05:00
Dhvanil Popat
5e86326e0a
Fixed Build HDF Tests name in CMake's libhdf5 settings
2019-07-03 14:21:45 -05:00
Quincey Koziol
7509c2c4fc
Added GCC9 flags to CMake build
2019-07-02 23:49:35 -05:00
Quincey Koziol
3b594992d6
Add support for GCC9, update warnhist script, and clean up warnings.
2019-07-02 23:43:45 -05:00