summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | By default, demote warnings promoted to errors back to warnings.David Young2020-05-201-1/+19
* | Break out warnings into more files that autoconf and CMake can share. ThisDavid Young2020-05-201-70/+48
* | Modfy expression to match mpicc build with Intel as intel compiler, notLarry Knox2020-05-201-1/+1
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-05-201-1/+3
* | Revert "Moved -Wunsuffixed-float-constants to the developer warnings."Dana Robinson2020-05-201-3/+1
* | Moved -Wunsuffixed-float-constants to the developer warnings.Dana Robinson2020-05-201-1/+3
* | Create common build system files for warningsAllen Byrne2020-05-201-15/+31
* | Revert "let hdf5 pick up the right compiler in Intel environment"kmu2020-05-201-4/+1
* | let hdf5 pick up the right compiler in Intel environmentkmu2020-05-201-1/+4
* | Changed -Wformat-truncation's level from 2 to 1.Dana Robinson2020-05-201-1/+1
* | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-201-1/+4
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-87/+11
* | Always warn on maybe-uninitialized. -Wincompatible-pointer-types was notDavid Young2020-05-201-2/+2
* | Only promote maybe-uninitialized warnings to errors on GCC 8. Even onDavid Young2020-05-201-1/+7
* | Only use -Werror=cast-function-type with GCC 8 and later.David Young2020-05-201-1/+1
* | Put all of the -W options back into the order I found them in so that it'sDavid Young2020-05-201-29/+23
* | Promote decleration-after-statement warnings to errors.David Young2020-05-201-1/+1
* | Make errors of some more warnings. Move disabled warnings toDavid Young2020-05-201-31/+43
* | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-201-11/+75
* | Disable C++ compatibility warnings to follow `develop` on the main fork.David Young2020-01-101-0/+2
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-333/+162
|/
* 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