summaryrefslogtreecommitdiffstats
path: root/config/gnu-cxxflags
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-201-2/+2
* To reduce maintenance effort, delete the `noerror-` variants of the compiler ...David Young2021-10-061-7/+4
* Fix warnings files (#753)Allen Byrne2021-06-151-1/+1
* Fix problem in gnu-cxxflags; remove empty if block that throws away all (#748)Larry Knox2021-06-121-4/+1
* Organize and align compiler flags (#741)Allen Byrne2021-06-111-3/+19
* C++ warning and build fixes (#707)Dana Robinson2021-06-011-0/+1
* Require a C++11 compiler to build the C++ wrappers (#693)Dana Robinson2021-05-281-1/+1
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-041-1/+1
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Add option to control gcc 10 warnings diagnostics (#321)Allen Byrne2021-02-081-0/+9
* Add compiler flags for GCC 10, along with updating warnhist script to accommo...Quincey Koziol2020-12-211-4/+4
* Add else choice to error flags option (#128)Allen Byrne2020-11-251-0/+3
* Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-181-58/+9
* TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-231-18/+16
* Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-201-24/+26
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-131-7/+1
* Add missing " and update function calls incorrectly namedLarry Knox2020-04-101-12/+12
* Squashed commit of the following:Larry Knox2020-04-081-3/+4
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-698/+187
* Modfy expression to match mpicc build with Intel as intel compiler, notLarry Knox2020-02-271-1/+1
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r30015] Description:Quincey Koziol2016-06-051-4/+4
* [svn-r29793] Removed -Waggregate-return from gnu C++ flags.Dana Robinson2016-04-251-1/+1
* [svn-r29332] Removed -Wunreachable-code from the gnu C++ flags.Dana Robinson2016-03-081-28/+39
* [svn-r29325] Removed -Wmissing-declarations from the gnu C++ flags. It's not ...Dana Robinson2016-03-071-1/+1
* [svn-r29312] Removed -Wnonnull from the gnu C++ flags. It's not used for C++.Dana Robinson2016-03-071-9/+9
* [svn-r29131] Updated the GNU g++ compiler config file to use the new debug/Dana Robinson2016-02-171-6/+30
* [svn-r28977] Added autotools g++ compiler flags/warnings file to config/Dana Robinson2016-01-271-0/+795