summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct typo in comment in config/gnu-flags.Larry Knox2018-07-241-1/+1
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-1/+13
* Added -fno-omit-frame-pointer to gcc flags when symbols whenDana Robinson2017-06-121-1/+1
* Fixed misplaced space in config/gnu-flags.Dana Robinson2017-05-261-1/+1
* Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurationsDana Robinson2017-05-161-607/+88
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Updated the developer flags so that they respect gcc versions.Dana Robinson2017-01-121-19/+87
* Added an --enable-developer-warnings option to configure soDana Robinson2017-01-101-24/+16
* [svn-r30026] Description:Quincey Koziol2016-06-061-9/+9
* [svn-r30015] Description:Quincey Koziol2016-06-051-25/+97
* [svn-r29131] Updated the GNU g++ compiler config file to use the new debug/Dana Robinson2016-02-171-1/+1
* [svn-r29129] Added NO_SYMBOLS_CFLAGS, etc. to allow stripping symbols whenDana Robinson2016-02-171-3/+1
* [svn-r29023] Fixed typos in symbols flags that prevented using -g, etc.Dana Robinson2016-02-011-2/+2
* [svn-r28996] Autotools configure updates to allow separation of build type, d...Dana Robinson2016-01-271-11/+36
* [svn-r27722] Updated the gnu config to cover gcc 5.2*.Dana Robinson2015-09-091-1/+1
* [svn-r27066] Description:Quincey Koziol2015-05-151-1/+8
* [svn-r27060] Description:Quincey Koziol2015-05-141-161/+90
* [svn-r25756] Removed the -Wunsuffixed-float-constants warning from the gnu-flagsDana Robinson2014-10-311-1/+1
* [svn-r25206] Description:Quincey Koziol2014-05-201-3/+79
* [svn-r24171] Purpose: Fix problem with gcc 4.8Neil Fortner2013-09-191-5/+0
* [svn-r24101] Description:Quincey Koziol2013-09-051-2/+1
* [svn-r24098] Issue 8500 - H5detect.c has trouble to find info for long double...Raymond Lu2013-09-041-0/+5
* [svn-r24095] Issue 8500 - H5detect.c has trouble to find info for long double...Raymond Lu2013-09-031-5/+0
* [svn-r24017] Bug fix: HDFFV-8500Albert Cheng2013-08-161-0/+5
* [svn-r23584] Description:Quincey Koziol2013-04-131-6/+77
* [svn-r22222] Description:Quincey Koziol2012-04-011-1/+75