Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add else choice to error flags option (#128) | Allen Byrne | 2020-11-25 | 5 | -0/+171 |
| | |||||
* | Removes -Wimplicit-fallthrough=5 from the gcc warnings | Dana Robinson | 2020-10-22 | 1 | -1/+0 |
| | | | | | | | | | | | | -Wimplicit-fallthrough=3 is added by -Wextra, which we already set. Bumping the warning level only changes how fall-through comments are parsed, with level 5 turning off fall-through comments entirely. This is unnecessary and results in having to do extra work to squash warnings when included external code uses fall-through. This change also adds /* FALLTHROUGH */ comments where H5_ATTR_FALLTHROUGH is used so compilers that don't use attributes but do respect fall-through comments don't raise spurious warnings. | ||||
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-03 | 3 | -2/+3 |
|\ | |||||
| * | Removes unsuffixed float warnings | Dana Robinson | 2020-08-07 | 3 | -2/+3 |
| | | | | | | | | These warnings can only be addressed with gnu extensions. | ||||
* | | Promote format-string warnings to errors. | David Young | 2020-07-07 | 1 | -1/+1 |
|/ | |||||
* | Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning | Larry Knox | 2020-05-18 | 23 | -47/+70 |
| | | | | | | | flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files. | ||||
* | Moved -Woverlength-strings to the developer flags. | Dana Robinson | 2020-04-26 | 1 | -0/+4 |
| | |||||
* | TRILAB-244 separate CXX warnings and errors from C | Allen Byrne | 2020-04-23 | 5 | -4/+76 |
| | |||||
* | TRILAB-192 - cleanup edits and match CMake CXX to autotools | Allen Byrne | 2020-04-13 | 1 | -0/+1 |
| | |||||
* | Remove flag from gfort-general in gfort-5, add /EHsc to Win C++ | Allen Byrne | 2020-04-06 | 1 | -1/+0 |
| | |||||
* | Update intel flags | Allen Byrne | 2020-04-06 | 1 | -0/+1 |
| | |||||
* | Correct whitespace in flags, force list mode | Allen Byrne | 2020-04-05 | 3 | -12/+12 |
| | |||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 9 | -0/+44 |
| | |||||
* | Reorg comments | Allen Byrne | 2020-03-25 | 1 | -4/+22 |
| | |||||
* | Correct warning flag form | Allen Byrne | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | Because of tools macro, this needs to be a warning | Allen Byrne | 2020-03-25 | 1 | -1/+3 |
| | |||||
* | Fix Werror issues in JNI and tools | Allen Byrne | 2020-03-24 | 1 | -3/+1 |
| | |||||
* | TRILAB-192 fix JNI shadow warning | Allen Byrne | 2020-03-24 | 1 | -6/+1 |
| | |||||
* | TRILAB-192 restrict extensive warnings to libraries | Allen Byrne | 2020-03-24 | 1 | -34/+27 |
| | |||||
* | TRILAB-192 Identify warnings that fail as errors | Allen Byrne | 2020-03-24 | 2 | -11/+72 |
| | |||||
* | Move the GNU warnings configuration under config/gnu-warnings/ and trim | David Young | 2020-03-19 | 34 | -0/+172 |
the filename prefixes. Update config/gnu-flags to suit. I also made changes to config/cmake/HDFCompilerFlags.cmake, but I'm not sure they're correct. |