Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many small changes from develop. Should allows running VFD SWMR | Dana Robinson | 2021-05-03 | 1 | -0/+9 |
| | | | | tests from CMake. | ||||
* | Brings the 'warnings-as-errors' changes from develop | Dana Robinson | 2021-03-25 | 1 | -7/+22 |
| | |||||
* | Updates license url and history docs | Dana Robinson | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmr | David Young | 2020-08-04 | 1 | -60/+9 |
|\ | |||||
| * | Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning | Larry Knox | 2020-05-18 | 1 | -60/+9 |
| | | | | | | | | | | | | | | flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files. | ||||
| * | Restrict errors to gcc 4.8 and above. | Allen Byrne | 2020-04-24 | 1 | -0/+2 |
| | | |||||
| * | TRILAB-244 separate CXX warnings and errors from C | Allen Byrne | 2020-04-23 | 1 | -19/+19 |
| | | |||||
| * | Don't add general warnings flags for unsupported old versions of gcc and | Larry Knox | 2020-04-20 | 1 | -2/+4 |
| | | | | | | | | | | | | g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version. | ||||
| * | Update all load_gcc_arguments to load_gnu_arguments. | Larry Knox | 2020-04-09 | 1 | -11/+11 |
| | | | | | | | | Fixes TRILAB-212. | ||||
| * | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -26/+26 |
| | | |||||
| * | Merge pull request #2402 in HDFFV/hdf5 from ↵ | David Young | 2020-03-23 | 1 | -74/+70 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DYOUNG/werror:break-out-warnings to develop * commit '2f09d8f3c8a4a44932c1b8ffb0f6ea2219059a5c': Move the GNU warnings configuration under config/gnu-warnings/ and trim the filename prefixes. Update config/gnu-flags to suit. By default, demote warnings promoted to errors back to warnings. Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors will occur. Next commit will demote the warnings promoted to errors back to warnings again. Break out warnings into more files that autoconf and CMake can share. This change temporarily disables the warnings that were promoted to errors, but I will add those warnings back as warnings, not errors, in the next commit. | ||||
| | * | Move the GNU warnings configuration under config/gnu-warnings/ and trim | David Young | 2020-03-19 | 1 | -35/+35 |
| | | | | | | | | | | | | | | | | | | | | | the filename prefixes. Update config/gnu-flags to suit. I also made changes to config/cmake/HDFCompilerFlags.cmake, but I'm not sure they're correct. | ||||
| | * | By default, demote warnings promoted to errors back to warnings. | David Young | 2020-02-25 | 1 | -1/+19 |
| | | | |||||
| | * | Break out warnings into more files that autoconf and CMake can share. This | David Young | 2020-02-25 | 1 | -70/+48 |
| | | | | | | | | | | | | | | | change temporarily disables the warnings that were promoted to errors, but I will add those warnings back as warnings, not errors, in the next commit. | ||||
| * | | Modfy expression to match mpicc build with Intel as intel compiler, not | Larry Knox | 2020-02-27 | 1 | -1/+1 |
| |/ | | | | | | | gcc. | ||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-01-24 | 1 | -1/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '590aaff33046df99a4d88ba59e4b461e060b36e4': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares. Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes. | ||||
| | * | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-01-23 | 1 | -1/+3 |
| | | | | | | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a. | ||||
| * | | Create common build system files for warnings | Allen Byrne | 2020-01-17 | 1 | -15/+31 |
| |/ | |||||
| * | Changed -Wformat-truncation's level from 2 to 1. | Dana Robinson | 2020-01-01 | 1 | -1/+1 |
| | | |||||
| * | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -1/+4 |
| | | | | | | | | the Autotools and CMake. | ||||
| * | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵ | David Young | 2019-11-27 | 1 | -87/+11 |
| | | | | | | | | level and fixing some code.' (commit 5c911d8baf3)" | ||||
| * | Always warn on maybe-uninitialized. -Wincompatible-pointer-types was not | David Young | 2019-11-22 | 1 | -2/+2 |
| | | | | | | | | available until GCC 5, so enable it only if that's the GCC version we're using. | ||||
| * | Only promote maybe-uninitialized warnings to errors on GCC 8. Even on | David Young | 2019-11-22 | 1 | -1/+7 |
| | | | | | | | | | | GCC 8, there may be false positives at low optimization levels? I need to check. | ||||
| * | Only use -Werror=cast-function-type with GCC 8 and later. | David Young | 2019-11-22 | 1 | -1/+1 |
| | | |||||
| * | Put all of the -W options back into the order I found them in so that it's | David Young | 2019-11-22 | 1 | -29/+23 |
| | | | | | | | | easier to compare old and new config/gnu-flags. | ||||
| * | Promote decleration-after-statement warnings to errors. | David Young | 2019-11-13 | 1 | -1/+1 |
| | | |||||
| * | Make errors of some more warnings. Move disabled warnings to | David Young | 2019-11-13 | 1 | -31/+43 |
| | | | | | | | | | | DEVELOPER_WARNING_CFLAGS. Put just one warning option on a line, and sort some of the options. | ||||
| * | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2019-11-05 | 1 | -11/+75 |
| | | |||||
| * | Fixed a couple of typos. | Dana Robinson | 2019-08-01 | 1 | -1/+1 |
| | | |||||
| * | Restored warnings for older gcc so jam can continue to creak along. | Dana Robinson | 2019-07-16 | 1 | -2/+12 |
| | | |||||
| * | Removed support for gcc 4.3 and earlier. | Dana Robinson | 2019-07-14 | 1 | -11/+1 |
| | | |||||
| * | Fix errant quotes | Dana Robinson | 2019-07-10 | 1 | -1/+1 |
| | | |||||
| * | * Fixed a bug in the gcc warning parsing | Dana Robinson | 2019-07-10 | 1 | -8/+8 |
| | | | | | | | | | | * Changed version parsing from == gcc 4.x to < to handle ancient compilers. | ||||
| * | Reworked the config/gnu-flags file to be more organized and robust. | Dana Robinson | 2019-07-10 | 1 | -82/+82 |
| | | |||||
| * | Converted duplicated flags code to a set of if statements. | Dana Robinson | 2019-07-10 | 1 | -435/+117 |
| | | |||||
| * | Added GCC9 flags to CMake build | Quincey Koziol | 2019-07-03 | 1 | -1/+0 |
| | | |||||
| * | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -10/+61 |
| | | |||||
| * | Move the -Wformat-nonliteral warning to the developer flags. Fix bugs | Quincey Koziol | 2019-06-29 | 1 | -2/+5 |
| | | | | | | | | I introduced in the last commit. | ||||
| * | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -11/+61 |
| | | | | | | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings. | ||||
| * | Move -Wnormalized down into GCC 6.x flags | Quincey Koziol | 2019-06-22 | 1 | -3/+3 |
| | | |||||
| * | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -3/+47 |
| | | | | | | | | clean up warnings. | ||||
| * | HDFFV-10776 missing compiler flags | Allen Byrne | 2019-04-30 | 1 | -9/+9 |
| | | |||||
* | | On the VFD SWMR branches, treat warnings as errors. | David Young | 2020-05-26 | 1 | -1/+1 |
| | | |||||
* | | Restrict errors to gcc 4.8 and above. | Allen Byrne | 2020-05-20 | 1 | -0/+2 |
| | | |||||
* | | TRILAB-244 separate CXX warnings and errors from C | Allen Byrne | 2020-05-20 | 1 | -19/+19 |
| | | |||||
* | | Don't add general warnings flags for unsupported old versions of gcc and | Larry Knox | 2020-05-20 | 1 | -2/+4 |
| | | | | | | | | | | | | g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version. | ||||
* | | Update all load_gcc_arguments to load_gnu_arguments. | Larry Knox | 2020-05-20 | 1 | -11/+11 |
| | | | | | | | | Fixes TRILAB-212. | ||||
* | | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-05-20 | 1 | -26/+26 |
| | | |||||
* | | Move the GNU warnings configuration under config/gnu-warnings/ and trim | David Young | 2020-05-20 | 1 | -35/+35 |
| | | | | | | | | | | | | | | the filename prefixes. Update config/gnu-flags to suit. I also made changes to config/cmake/HDFCompilerFlags.cmake, but I'm not sure they're correct. | ||||
* | | By default, demote warnings promoted to errors back to warnings. | David Young | 2020-05-20 | 1 | -1/+19 |
| | |