summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Correct filenameAllen Byrne2020-05-201-7/+7
* Change to use aliasAllen Byrne2020-05-201-1/+1
* OESS-65 fix packaging config filesAllen Byrne2020-05-203-3/+3
* Moved -Woverlength-strings to the developer flags.Dana Robinson2020-05-201-0/+4
* Restrict errors to gcc 4.8 and above.Allen Byrne2020-05-202-2/+6
* TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-05-209-49/+118
* Add missing ')'.Larry Knox2020-05-201-1/+1
* Add C++ warnings treated as error for autotools builds.Larry Knox2020-05-201-1/+1
* Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-05-204-54/+18
* Address PR suggestions and add overlooked GCC compiler version flags.Larry Knox2020-05-202-19/+45
* Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-05-204-41/+53
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-05-203-37/+31
* Trim trailing whitespaceQuincey Koziol2020-05-206-20/+20
* TRILAB-192 version of std=f2008 special checkAllen Byrne2020-05-201-42/+47
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-05-204-89/+199
* Add enable-mirror-vfd flag to configure options.Jacob Smith2020-05-201-5/+11
* Add Splitter VFD to library.Jacob Smith2020-05-204-0/+27
* Add missing " and update function calls incorrectly namedLarry Knox2020-05-201-12/+12
* Update all load_gcc_arguments to load_gnu_arguments.Larry Knox2020-05-201-11/+11
* Squashed commit of the following:Larry Knox2020-05-202-4/+5
* Hide Frortran directive warningsAllen Byrne2020-05-201-7/+2
* Remove flag from gfort-general in gfort-5, add /EHsc to Win C++Allen Byrne2020-05-202-1/+2
* Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-05-201-1/+1
* Reduce window fortran standard to f90Allen Byrne2020-05-201-1/+1
* Minor updates and fix settings for fortran flagsAllen Byrne2020-05-201-1/+1
* Update intel flagsAllen Byrne2020-05-203-2/+4
* Fix missing endifAllen Byrne2020-05-201-0/+1
* Correct improper file moveAllen Byrne2020-05-201-0/+0
* Move intel warnings to subfolder, update autotools filesAllen Byrne2020-05-207-97/+113
* Correct whitespace in flags, force list modeAllen Byrne2020-05-204-15/+15
* Flag construction must be after compiler detectionAllen Byrne2020-05-203-87/+342
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-2016-756/+452
* Correct extra flagsAllen Byrne2020-05-201-2/+2
* TRILAB-192 remove commentAllen Byrne2020-05-201-1/+0
* TRILAB-192 add comparable clang flagsAllen Byrne2020-05-206-5/+123
* TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-05-202-88/+13
* Reorg commentsAllen Byrne2020-05-201-4/+22
* Correct warning flag formAllen Byrne2020-05-201-1/+1
* Because of tools macro, this needs to be a warningAllen Byrne2020-05-201-1/+3
* Fix Werror issues in JNI and toolsAllen Byrne2020-05-201-3/+1
* TRILAB-192 fix JNI shadow warningAllen Byrne2020-05-201-6/+1
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-05-202-144/+107
* TRILAB-192 Identify warnings that fail as errorsAllen Byrne2020-05-202-11/+72
* Correct syntaxAllen Byrne2020-05-201-2/+2
* Update CMake compiler flags to use same set of warningsAllen Byrne2020-05-201-31/+82
* Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-05-2036-38/+38
* By default, demote warnings promoted to errors back to warnings.David Young2020-05-201-1/+19
* Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors willDavid Young2020-05-201-1/+1
* Break out warnings into more files that autoconf and CMake can share. ThisDavid Young2020-05-2034-71/+177
* Allow use of INTEL icl/icl++ for clangAllen Byrne2020-05-202-59/+63