Allen Byrne
0bdf289f98
HDFFV-10996 - add java vol tests
2020-05-20 09:31:54 -05:00
Allen Byrne
09ba68d026
Correctly manage warnings for new tests
2020-05-20 09:31:53 -05:00
Allen Byrne
55212d3a02
Ext libs ZLIB and SZIP warnings are separate concerns
2020-05-20 09:31:53 -05:00
Allen Byrne
99993f3360
Remove commented warnings line
2020-05-20 09:31:53 -05:00
Allen Byrne
2a2dc4ab93
Add another warning variation
2020-05-20 09:31:53 -05:00
Allen Byrne
c0a1ba8750
Correct ignore warnings
2020-05-20 09:31:53 -05:00
Allen Byrne
c01add2ac7
Only use sanitizer with Clang
2020-05-20 09:31:53 -05:00
Allen Byrne
c491fd1cfc
Remove cmake macros from valgrind tests
2020-05-20 09:31:53 -05:00
Dana Robinson
3290803120
Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""
...
This reverts commit 6486e06545 .
2020-05-20 09:31:52 -05:00
Dana Robinson
36647e79b9
Revert "Moved -Wunsuffixed-float-constants to the developer warnings."
...
This reverts commit 12bc75c617 .
2020-05-20 09:31:52 -05:00
Dana Robinson
40c5e67e41
Moved -Wunsuffixed-float-constants to the developer warnings.
2020-05-20 09:31:52 -05:00
Dana Robinson
d11be7974e
Removed UIUC from copyright, added helpful comment.
2020-05-20 09:31:50 -05:00
Dana Robinson
55b96a9fff
Added a config file for ARM (Tested on a Raspberry Pi 3B+
...
w/ gcc 6).
2020-05-20 09:31:50 -05:00
Allen Byrne
23493cb1b2
Create common build system files for warnings
2020-05-20 09:31:50 -05:00
Allen Byrne
6b106b2cab
HDFFV-11001 need to qualify all by parallel or serial types
2020-05-20 09:20:26 -05:00
Allen Byrne
9ebf36e893
Adjust regex for warnings
2020-05-20 09:20:26 -05:00
Allen Byrne
280329e192
Ignore ZLIB warnings
2020-05-20 09:20:26 -05:00
Allen Byrne
4a977332f0
Separate result variables for the function performed
2020-05-20 09:20:25 -05:00
Allen Byrne
f4e614c5cd
Check for actual content before using file
2020-05-20 09:20:25 -05:00
kmu
71610c9677
Revert "let hdf5 pick up the right compiler in Intel environment"
...
This reverts commit 3613ec7296 .
2020-05-20 09:20:24 -05:00
kmu
540e50df28
let hdf5 pick up the right compiler in Intel environment
2020-05-20 09:20:23 -05:00
Dana Robinson
37a141db61
Changed -Wformat-truncation to level 2 in CMake w/ gcc.
2020-05-20 09:20:22 -05:00
Dana Robinson
6cfeb96b36
Changed -Wformat-truncation's level from 2 to 1.
2020-05-20 09:20:22 -05:00
Allen Byrne
b71046be5a
Minor whitespace
2020-05-20 09:20:21 -05:00
Allen Byrne
1409fcee4e
Fix compile and test issues from DT
2020-05-20 09:20:20 -05:00
Allen Byrne
371439c6bd
TRILABS-135 Add clang analyzers
2020-05-20 09:20:20 -05:00
Allen Byrne
59d5321a33
HDFFV-10979 fix global name clash
2020-05-20 09:20:20 -05:00
Allen Byrne
34518626c4
Fix issues found with ONLY_SHARED_LIBS option
2020-05-20 09:20:20 -05:00
Allen Byrne
64da9d289b
Fix java include, h5watch and remove clang tool.
2020-05-20 09:20:20 -05:00
Dana Robinson
e4f9ad3dbb
Yanked -Wc++-compat from the flags used to build the C library in both
...
the Autotools and CMake.
2020-05-20 09:20:18 -05:00
Allen Byrne
60bb18eee3
Update reference files to latest output
2020-05-20 09:20:18 -05:00
David Young
77144641df
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf)"
2020-05-20 09:20:17 -05:00
David Young
765ab7ee45
Always warn on maybe-uninitialized. -Wincompatible-pointer-types was not
...
available until GCC 5, so enable it only if that's the GCC version we're using.
2020-05-20 09:19:37 -05:00
David Young
0e7dffc0dd
Only promote maybe-uninitialized warnings to errors on GCC 8. Even on
...
GCC 8, there may be false positives at low optimization levels? I need
to check.
2020-05-20 09:19:37 -05:00
David Young
9734b5993c
Only use -Werror=cast-function-type with GCC 8 and later.
2020-05-20 09:19:37 -05:00
David Young
1fed8986df
Put all of the -W options back into the order I found them in so that it's
...
easier to compare old and new config/gnu-flags.
2020-05-20 09:19:37 -05:00
David Young
312496013e
Promote decleration-after-statement warnings to errors.
2020-05-20 09:19:37 -05:00
David Young
c30b30258d
Make errors of some more warnings. Move disabled warnings to
...
DEVELOPER_WARNING_CFLAGS. Put just one warning option on a line, and
sort some of the options.
2020-05-20 09:19:37 -05:00
David Young
2b863a8119
Change some GCC warnings to errors. Fix code to quiet some warnings.
2020-05-20 09:17:27 -05:00
Allen Byrne
5069cbf96f
Remove unneeded flag overwrites
2020-05-20 09:17:26 -05:00
Allen Byrne
66fc35d49c
Add VS2019 support
2020-05-20 09:17:26 -05:00
David Young
62e1340bdd
Disable C++ compatibility warnings to follow develop on the main fork.
2020-01-10 12:00:22 -06:00
David Young
c8f533cfc3
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
...
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and
I share.
Now I need to put this branch on a fork with a less confusing name than
vchoi_fork!
2019-12-09 10:30:58 -06:00
David Young
82f647534c
Make some NetBSD compatibility patches.
2019-10-03 17:30:46 -05:00
hdftest
e2f6e6f62f
Snapshot version 1.11 release 2.
2018-09-20 14:54:10 -05:00
Allen Byrne
1d2beee51f
HDFFV-10569 Add unsupported option notes to docs
2018-09-04 11:43:15 -05:00
Allen Byrne
fed65c435a
Move muti-config dir setting to root process
2018-08-31 19:01:43 -05:00
Allen Byrne
a87f597d89
Correct name of osx installer
2018-08-23 09:40:22 -05:00
Allen Byrne
0483f47192
Use project vars
2018-08-22 14:10:38 -05:00
Allen Byrne
9d1dae5daf
Fix for packaging prefix in examples
2018-08-22 12:13:53 -05:00