summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-3/+3
* Many small changes from develop. Should allows running VFD SWMRDana Robinson2021-05-031-0/+9
* Brings the 'warnings-as-errors' changes from developDana Robinson2021-03-251-7/+22
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-60/+9
|\
| * Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-181-60/+9
| * Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-241-0/+2
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-231-19/+19
| * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-201-2/+4
| * Update all load_gcc_arguments to load_gnu_arguments.Larry Knox2020-04-091-11/+11
| * TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-26/+26
| * Merge pull request #2402 in HDFFV/hdf5 from ~DYOUNG/werror:break-out-warnings...David Young2020-03-231-74/+70
| |\
| | * Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-03-191-35/+35
| | * By default, demote warnings promoted to errors back to warnings.David Young2020-02-251-1/+19
| | * Break out warnings into more files that autoconf and CMake can share. ThisDavid Young2020-02-251-70/+48
| * | Modfy expression to match mpicc build with Intel as intel compiler, notLarry Knox2020-02-271-1/+1
| |/
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-241-1/+3
| |\
| | * Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-1/+3
| * | Create common build system files for warningsAllen Byrne2020-01-171-15/+31
| |/
| * Changed -Wformat-truncation's level from 2 to 1.Dana Robinson2020-01-011-1/+1
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-1/+4
| * Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-87/+11
| * Always warn on maybe-uninitialized. -Wincompatible-pointer-types was notDavid Young2019-11-221-2/+2
| * Only promote maybe-uninitialized warnings to errors on GCC 8. Even onDavid Young2019-11-221-1/+7
| * Only use -Werror=cast-function-type with GCC 8 and later.David Young2019-11-221-1/+1
| * Put all of the -W options back into the order I found them in so that it'sDavid Young2019-11-221-29/+23
| * Promote decleration-after-statement warnings to errors.David Young2019-11-131-1/+1
| * Make errors of some more warnings. Move disabled warnings toDavid Young2019-11-131-31/+43
| * Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-051-11/+75
| * Fixed a couple of typos.Dana Robinson2019-08-011-1/+1
| * Restored warnings for older gcc so jam can continue to creak along.Dana Robinson2019-07-161-2/+12
| * Removed support for gcc 4.3 and earlier.Dana Robinson2019-07-141-11/+1
| * Fix errant quotesDana Robinson2019-07-101-1/+1
| * * Fixed a bug in the gcc warning parsingDana Robinson2019-07-101-8/+8
| * Reworked the config/gnu-flags file to be more organized and robust.Dana Robinson2019-07-101-82/+82
| * Converted duplicated flags code to a set of if statements.Dana Robinson2019-07-101-435/+117
| * Added GCC9 flags to CMake buildQuincey Koziol2019-07-031-1/+0
| * Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-10/+61
| * Move the -Wformat-nonliteral warning to the developer flags. Fix bugsQuincey Koziol2019-06-291-2/+5
| * Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-11/+61
| * Move -Wnormalized down into GCC 6.x flagsQuincey Koziol2019-06-221-3/+3
| * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-3/+47
| * HDFFV-10776 missing compiler flagsAllen Byrne2019-04-301-9/+9
* | On the VFD SWMR branches, treat warnings as errors.David Young2020-05-261-1/+1
* | Restrict errors to gcc 4.8 and above.Allen Byrne2020-05-201-0/+2
* | TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-05-201-19/+19
* | Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-05-201-2/+4
* | Update all load_gcc_arguments to load_gnu_arguments.Larry Knox2020-05-201-11/+11
* | TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-201-26/+26
* | Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-05-201-35/+35