summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFCXXCompilerFlags.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge hdf5 1 10 8 (#1154)hdf5-1_10_8Larry Knox2021-10-291-208/+194
| | | Merge HDF5 1.10.8 release files to 1.10/master
* Merge pull request #2656 in HDFFV/hdf5 from ↵Larry Knox2020-06-211-33/+23
| | | | | | | | | ~LRKNOX/hdf5_lrk:changes_1_12_merge to hdf5_1_12 * commit '538b1317646f52658c2a896bbde4dce4246a9761': Squashed commit of the following: Addition of clang-warnings flags Update examples/teth5cc.sh.in for version 1.10.
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-1/+1
|
* Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-191-67/+4
| | | | | | | 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.
* OESS-65 replace szip with aec szipAllen Byrne2020-04-271-5/+5
|
* Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files toLarry Knox2020-04-271-18/+0
| | | | config/cmake_ext_mod/HDFMacros.cmake for common use.
* TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-271-8/+9
|
* Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-211-8/+11
| | | | | | 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.
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-131-37/+152
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-0/+326
Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.