summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFCompilerFlags.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add missing ')'.Larry Knox2020-04-231-1/+1
|
* Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-221-18/+0
| | | | duplicate versions.
* Address PR suggestions and add overlooked GCC compiler version flags.Larry Knox2020-04-221-8/+19
|
* Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-201-7/+12
| | | | | | 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-45/+45
|
* Correct improper file moveAllen Byrne2020-04-061-0/+420
|
* Move intel warnings to subfolder, update autotools filesAllen Byrne2020-04-061-441/+0
|
* Flag construction must be after compiler detectionAllen Byrne2020-04-051-68/+0
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-4/+33
|
* TRILAB-192 add comparable clang flagsAllen Byrne2020-03-271-3/+11
|
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-03-241-110/+80
|
* Correct syntaxAllen Byrne2020-03-231-2/+2
|
* Update CMake compiler flags to use same set of warningsAllen Byrne2020-03-231-31/+82
|
* Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-03-191-3/+3
| | | | | | | 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.
* TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-02-121-1/+3
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-241-1/+6
|\ | | | | | | | | | | | | | | | | | | | | * 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 Robinson2020-01-231-1/+6
| | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* | Create common build system files for warningsAllen Byrne2020-01-171-10/+35
|/
* Changed -Wformat-truncation to level 2 in CMake w/ gcc.Dana Robinson2020-01-011-1/+1
|
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-1/+1
| | | | the Autotools and CMake.
* Correct HDF5 options to tristate values.Allen Byrne2019-09-171-6/+10
|
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-131-1/+75
|
* Fixed warning typoDana Robinson2019-08-041-1/+1
|
* Added GCC9 flags to CMake buildQuincey Koziol2019-07-031-0/+5
|
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+6
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Update GCC 6 & 7 flags for CMake buildsQuincey Koziol2019-06-231-1/+6
|
* Use c99 standard cmake variableAllen Byrne2019-01-021-3/+3
|
* TRILAB-21 Intel flagsAllen Byrne2018-10-021-28/+49
|
* Update cmake warnings to match the autotools files betterAllen Byrne2018-08-161-64/+41
|
* ifdef around std flag for cygwinAllen Byrne2018-07-181-4/+5
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-15/+31
|
* HDFFV-10398 msvc: use /W0 rather than /wAllen Byrne2018-01-301-2/+2
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-2/+2
|
* HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-2/+2
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-3/+3
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-3/+3
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Add unused -parameters to developer group.Allen Byrne2017-01-131-1/+1
|
* Add addition hint info about optionAllen Byrne2017-01-131-1/+1
|
* Update developer flags to account for gcc versionAllen Byrne2017-01-121-3/+27
|
* Move Windows level 4 warnings to developer optionAllen Byrne2017-01-121-4/+11
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-85/+80
|
* [svn-r28463] Merge of -r28460 from revise_chunks. Removes -std=c99 fromDana Robinson2015-11-241-2/+2
| | | | | | | C++ flags under CMake. Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0) gcc 5.2.1, CMake 3.3.2
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-2/+2
|
* [svn-r27087] Add changes for debug flagsAllen Byrne2015-05-151-2/+8
|
* [svn-r27064] HDFFV-9327: Refactor compiler flags to config file.Allen Byrne2015-05-141-0/+268
Tested: local linux