Dana Robinson
492d186a5c
Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""
...
This reverts commit 6486e06545 .
2020-01-23 14:40:47 -08:00
Allen Byrne
21f3d628d7
Separate result variables for the function performed
2020-01-09 15:18:55 -06:00
Allen Byrne
b97daea891
Check for actual content before using file
2020-01-09 13:30:00 -06:00
Dana Robinson
041b14c876
Merge pull request #2221 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
...
* commit '1a50056dafc8e22facda675acb43a71705fdd15c':
Changed -Wformat-truncation to level 2 in CMake w/ gcc.
Changed -Wformat-truncation's level from 2 to 1.
2020-01-02 11:42:23 -06:00
Dana Robinson
1a50056daf
Changed -Wformat-truncation to level 2 in CMake w/ gcc.
2020-01-01 10:18:56 -08:00
Allen Byrne
e3c75f6cf7
Fix compile and test issues from DT
2019-12-13 11:36:09 -06:00
Allen Byrne
74524c5a35
TRILABS-135 Add clang analyzers
2019-12-11 16:49:34 -06:00
Allen Byrne
1fc1b09bf3
Fix issues found with ONLY_SHARED_LIBS option
2019-12-11 12:28:33 -06:00
Allen Byrne
4747e2f2ad
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59':
Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
2019-12-05 09:30:11 -06:00
Dana Robinson
1ad02a4459
Yanked -Wc++-compat from the flags used to build the C library in both
...
the Autotools and CMake.
2019-12-04 00:49:52 -08:00
Allen Byrne
be971e8ec2
Remove unneeded flag overwrites
2019-11-25 12:53:45 -06:00
Allen Byrne
265325fb9a
Add VS2019 support
2019-11-18 14:58:06 -06:00
Allen Byrne
9affb7f12e
Fix MPI test depends
2019-10-23 14:49:05 -05:00
Allen Byrne
b2f52d0b07
Update versioning to next major version
2019-09-25 17:28:17 -05:00
Larry Knox
b04e1ad058
Update develop branch version to 1.13.0 after creation of hdf5_1_12
...
branch.
2019-09-25 16:21:23 -05:00
Allen Byrne
8e686c8211
Correct HDF5 options to tristate values.
2019-09-17 15:43:27 -05:00
Allen Byrne
b477f9bcc7
HDFFV-10901 add missing config options
2019-09-13 11:34:00 -05:00
Allen Byrne
6eb6e0db8d
Correct Windows check
2019-09-06 15:24:52 -05:00
Allen Byrne
677f8e6f31
Add include dirs and default lib for windows
2019-09-05 17:25:27 -05:00
Allen Byrne
9857dc553f
Update Windows require for CURL to CMake 3.13
2019-09-05 15:41:07 -05:00
Allen Byrne
a88f98ae82
special windows override
2019-09-05 09:50:42 -05:00
Allen Byrne
e6c11af870
Fix namespace usage
2019-08-29 16:22:21 -05:00
Allen Byrne
0b6f5e88cd
Fix EXISTS test syntax
2019-08-29 14:43:35 -05:00
Allen Byrne
e42120c308
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb':
Updated h5trav.c to emit output that doesn't require ddl changes for map support.
Fixed Map API CMake option
Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput.
Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers.
Added the map (H5M) API
2019-08-13 13:15:55 -05:00
Allen Byrne
7b8ffecc20
HDFFV-10879 set default API version
2019-08-13 11:04:13 -05:00
Dana Robinson
5b6bd7c922
Added the map (H5M) API
2019-08-13 01:36:42 -07:00
Allen Byrne
d172582ca9
Use a STRING option for API version
2019-08-12 12:45:29 -05:00
Allen Byrne
2d6bb8b95c
Fix API version option
2019-08-12 11:24:36 -05: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
Allen Byrne
44e2ddac97
Merge cleanup mostly whitespace
2019-07-30 12:39:20 -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
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
7ba562a820
HDFFV-10845 fix configure check and PATHs
2019-07-17 11:58:03 -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
d5130bb573
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
...
changes to warnhist script (and some extra improvements for condensing C++
and Java warnings), and fixed a bunch of warnings.
2019-06-28 09:10:43 -05:00
Dhvanil Popat
18f65dcee9
Fixed libhdf5 settings file for both autotools & CMake
2019-06-25 07:32:32 +00:00
Allen Byrne
ee07744966
HDFFV-9407 add autotools test
2019-06-24 15:04:07 -05:00
Quincey Koziol
17ae909178
Update GCC 6 & 7 flags for CMake builds
2019-06-22 19:34:47 -05:00
Allen Byrne
b3b6dcb44a
Correct CMake issues
2019-06-18 17:10:46 -05:00
Allen Byrne
e7f16c6f2c
HDFFV-10805 Add option to only build shared targets
...
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
2019-06-18 07:46:25 -05:00
Larry Knox
931abe9424
Move set (MAX_PROC_COUNT 8) back to HPC options files.
2019-06-05 16:44:10 -05:00