| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2402 in HDFFV/hdf5 from ~DYOUNG/werror:break-out-warnings... | David Young | 2020-03-23 | 1 | -74/+70 |
|\ |
|
| * | Move the GNU warnings configuration under config/gnu-warnings/ and trim | David Young | 2020-03-19 | 1 | -35/+35 |
|
|
| * | By default, demote warnings promoted to errors back to warnings. | David Young | 2020-02-25 | 1 | -1/+19 |
|
|
| * | Break out warnings into more files that autoconf and CMake can share. This | David Young | 2020-02-25 | 1 | -70/+48 |
|
|
* | | Modfy expression to match mpicc build with Intel as intel compiler, not | Larry Knox | 2020-02-27 | 1 | -1/+1 |
|/ |
|
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-01-24 | 1 | -1/+3 |
|\ |
|
| * | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-01-23 | 1 | -1/+3 |
|
|
* | | Create common build system files for warnings | Allen Byrne | 2020-01-17 | 1 | -15/+31 |
|/ |
|
* | Changed -Wformat-truncation's level from 2 to 1. | Dana Robinson | 2020-01-01 | 1 | -1/+1 |
|
|
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -1/+4 |
|
|
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2019-11-27 | 1 | -87/+11 |
|
|
* | Always warn on maybe-uninitialized. -Wincompatible-pointer-types was not | David Young | 2019-11-22 | 1 | -2/+2 |
|
|
* | Only promote maybe-uninitialized warnings to errors on GCC 8. Even on | David Young | 2019-11-22 | 1 | -1/+7 |
|
|
* | Only use -Werror=cast-function-type with GCC 8 and later. | David Young | 2019-11-22 | 1 | -1/+1 |
|
|
* | Put all of the -W options back into the order I found them in so that it's | David Young | 2019-11-22 | 1 | -29/+23 |
|
|
* | Promote decleration-after-statement warnings to errors. | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
* | Make errors of some more warnings. Move disabled warnings to | David Young | 2019-11-13 | 1 | -31/+43 |
|
|
* | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2019-11-05 | 1 | -11/+75 |
|
|
* | Fixed a couple of typos. | Dana Robinson | 2019-08-01 | 1 | -1/+1 |
|
|
* | Restored warnings for older gcc so jam can continue to creak along. | Dana Robinson | 2019-07-16 | 1 | -2/+12 |
|
|
* | Removed support for gcc 4.3 and earlier. | Dana Robinson | 2019-07-14 | 1 | -11/+1 |
|
|
* | Fix errant quotes | Dana Robinson | 2019-07-10 | 1 | -1/+1 |
|
|
* | * Fixed a bug in the gcc warning parsing | Dana Robinson | 2019-07-10 | 1 | -8/+8 |
|
|
* | Reworked the config/gnu-flags file to be more organized and robust. | Dana Robinson | 2019-07-10 | 1 | -82/+82 |
|
|
* | Converted duplicated flags code to a set of if statements. | Dana Robinson | 2019-07-10 | 1 | -435/+117 |
|
|
* | Added GCC9 flags to CMake build | Quincey Koziol | 2019-07-03 | 1 | -1/+0 |
|
|
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -10/+61 |
|
|
* | Move the -Wformat-nonliteral warning to the developer flags. Fix bugs | Quincey Koziol | 2019-06-29 | 1 | -2/+5 |
|
|
* | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -11/+61 |
|
|
* | Move -Wnormalized down into GCC 6.x flags | Quincey Koziol | 2019-06-22 | 1 | -3/+3 |
|
|
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -3/+47 |
|
|
* | HDFFV-10776 missing compiler flags | Allen Byrne | 2019-04-30 | 1 | -9/+9 |
|
|
* | Correct typo in comment in config/gnu-flags. | Larry Knox | 2018-07-24 | 1 | -1/+1 |
|
|
* | Apply Cygwin pathches from Marco Atzeri. | Larry Knox | 2018-07-18 | 1 | -1/+13 |
|
|
* | Added -fno-omit-frame-pointer to gcc flags when symbols when | Dana Robinson | 2017-06-12 | 1 | -1/+1 |
|
|
* | Fixed misplaced space in config/gnu-flags. | Dana Robinson | 2017-05-26 | 1 | -1/+1 |
|
|
* | Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations | Dana Robinson | 2017-05-16 | 1 | -607/+88 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Updated the developer flags so that they respect gcc versions. | Dana Robinson | 2017-01-12 | 1 | -19/+87 |
|
|
* | Added an --enable-developer-warnings option to configure so | Dana Robinson | 2017-01-10 | 1 | -24/+16 |
|
|
* | [svn-r30026] Description: | Quincey Koziol | 2016-06-06 | 1 | -9/+9 |
|
|
* | [svn-r30015] Description: | Quincey Koziol | 2016-06-05 | 1 | -25/+97 |
|
|
* | [svn-r29131] Updated the GNU g++ compiler config file to use the new debug/ | Dana Robinson | 2016-02-17 | 1 | -1/+1 |
|
|
* | [svn-r29129] Added NO_SYMBOLS_CFLAGS, etc. to allow stripping symbols when | Dana Robinson | 2016-02-17 | 1 | -3/+1 |
|
|
* | [svn-r29023] Fixed typos in symbols flags that prevented using -g, etc. | Dana Robinson | 2016-02-01 | 1 | -2/+2 |
|
|
* | [svn-r28996] Autotools configure updates to allow separation of build type, d... | Dana Robinson | 2016-01-27 | 1 | -11/+36 |
|
|
* | [svn-r27722] Updated the gnu config to cover gcc 5.2*. | Dana Robinson | 2015-09-09 | 1 | -1/+1 |
|
|
* | [svn-r27066] Description: | Quincey Koziol | 2015-05-15 | 1 | -1/+8 |
|
|
* | [svn-r27060] Description: | Quincey Koziol | 2015-05-14 | 1 | -161/+90 |
|
|
* | [svn-r25756] Removed the -Wunsuffixed-float-constants warning from the gnu-flags | Dana Robinson | 2014-10-31 | 1 | -1/+1 |
|
|