summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFFortranCompilerFlags.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Adds -Warray-temporaries to the developer warnings (#2385)Dana Robinson2023-01-031-0/+5
| | | | These generate a LOT of noise that we are not going to address anytime soon.
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-6/+2
| | | | | * Update CMake code to 3.18 minimum version * Updated release note
* Corrects more Fortran warnings (#2059)Dana Robinson2022-08-231-5/+6
| | | | | | | | | * Moves -Wunused-dummy-arguments to the developer warnings since this generates a lot of spurious, unfixable noise due to things like callback wrappers * Changes the return cast in h5fget_fileno_c, fixes a comment, and comment on potential badness * Initializes a variable in tH5L_F03.F90 to quiet a 'maybe uninitialized' warning
* Removed compiler messages for language elements that are not standard in ↵Scot Breitenfeld2022-07-181-1/+1
| | | | Fortran 2003, #1344 (#1905)
* Windows and *nix use different forms for warnings (#1515)Allen Byrne2022-03-241-3/+3
|
* Github #1019 - add Fortran developer flags (#1090)Allen Byrne2021-10-271-5/+5
|
* Disable fortran warning (#1014)Allen Byrne2021-09-161-3/+4
|
* C++ warning and build fixes (#707)Dana Robinson2021-06-011-7/+7
| | | | | | | | | | | | * Committing clang-format changes * C++ build and warning updates * Fixes all warnings on C++ (with gcc 9.3) * Updates CMake and Autotools C++ builds * Undo warning clobber Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Add option to control gcc 10 warnings diagnostics (#321)Allen Byrne2021-02-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace * Changes from PR#3 * HDFFV-11213 added option to control gcc10 warnings diagnostics
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-131-2/+6
| | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages
* Small changes discovered with mingw and windows defines movedAllen Byrne2020-07-021-1/+1
|
* Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-181-18/+1
| | | | | | | 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.
* Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-221-18/+0
| | | | duplicate versions.
* TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
|
* Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-04-061-1/+1
|
* Reduce window fortran standard to f90Allen Byrne2020-04-061-1/+1
|
* Update intel flagsAllen Byrne2020-04-061-2/+2
|
* Fix missing endifAllen Byrne2020-04-061-0/+1
|
* Move intel warnings to subfolder, update autotools filesAllen Byrne2020-04-061-57/+68
|
* Correct whitespace in flags, force list modeAllen Byrne2020-04-051-3/+3
|
* Flag construction must be after compiler detectionAllen Byrne2020-04-051-19/+18
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-0/+131