Allen Byrne
666205a55f
TRILAB-142 Change minimum CMake version to 3.12
2020-02-21 16:16:06 -06:00
Allen Byrne
a68302883a
TRILAB-148 fix sanitizer and -fsanitize usage
2020-02-12 09:42:23 -06:00
Allen Byrne
00d68851fc
HDFFV-10996 - add java vol tests
2020-02-03 13:45:14 -06:00
Allen Byrne
103bcbdfd2
Correctly manage warnings for new tests
2020-01-29 11:44:35 -06:00
Allen Byrne
66e389c48a
Ext libs ZLIB and SZIP warnings are separate concerns
2020-01-29 11:34:18 -06:00
Allen Byrne
6637e76a38
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '38d3834c54ee1dfa7366ae1c581909f0cf7fa000':
Add another warning variation
Correct ignore warnings
Only use sanitizer with Clang
Remove cmake macros from valgrind tests
2020-01-27 11:12:25 -06:00
Allen Byrne
999b9151d4
Add another warning variation
2020-01-26 15:13:28 -06:00
Allen Byrne
8e3cd63983
Correct ignore warnings
2020-01-26 10:51:31 -06:00
Allen Byrne
87a8951fa0
Remove cmake macros from valgrind tests
2020-01-25 09:36:20 -06:00
Allen Byrne
5b92b4d362
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '590aaff33046df99a4d88ba59e4b461e060b36e4':
Optimized the floating point comparisons a little bit.
Fix for failing h5diff tests involving floating-point compares.
Removed H5_DEC_ENUM
Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""
Revert "Moved -Wunsuffixed-float-constants to the developer warnings."
Moved -Wunsuffixed-float-constants to the developer warnings.
Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes.
2020-01-24 09:57:39 -06:00
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
cf84882b3c
Create common build system files for warnings
2020-01-17 13:14:06 -06: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