summaryrefslogtreecommitdiff
path: root/Modules/CheckCCompilerFlag.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'doc_varreq'Brad King2023-03-161-11/+23
|\
| * Help:Check*: include CMAKE_REQUIRED_* vars to dedupescivision2023-03-141-11/+23
* | Modules:Check,GenerateExportHeader: include only what's neededscivision2023-03-131-1/+0
|/
* Modules: Do not implicitly add new functions via old Check ModulesRobert Maynard2020-10-261-2/+2
* CheckCompilerFlag: unified way to check compiler flags per languageRobert Maynard2020-09-281-21/+5
* Check*CompilerFlag: Do not set result as a normal variable tooBrad King2020-09-211-1/+0
* Check*CompilerFlag: Modernize modulesAlexander Grund2019-12-091-19/+14
* Modules: Consistently use 2 space indentationKitware Robot2019-05-141-21/+21
* Help: Revise docs of modules AddFileDependencies..CheckFunctionExistsJoachim Wuttke (l)2018-10-191-1/+1
* Check*: Added include guardsCristian Adam2017-12-011-0/+1
* Check*CompilerFlag: Rewrite documentation of these modulesBrad King2017-06-151-20/+30
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* Check*CompilerFlag: Revert to previous method used to pass flags (#15641)Brad King2015-07-081-4/+4
* Check*CompilerFlag: Refactor method used to pass flagsMark Abraham2015-02-241-4/+4
* Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-111-0/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-10/+18
* Check*CompilerFlag: make C and CXX modules share most error patterns (#14339)Rolf Eike Beer2013-08-131-11/+5
* CheckC*CompilerFlag: add documentation what to expect from a positive resultRolf Eike Beer2013-08-131-0/+3
* Check*CompilerFlag: Document use of CMAKE_REQUIRED_DEFINITIONS (#14309)Brad King2013-07-251-2/+3
* Check{C,CXX}CompilerFlag: Test using C locale (#14102)Brad King2013-04-221-0/+12
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-6/+6
* Check{C,CXX}CompilerFlag: catch more Intel warning types (#12576)Rolf Eike Beer2012-04-271-1/+3
* Check{C,CXX}CompilerFlag: detect ICC error messagesRolf Eike Beer2012-02-231-0/+1
* Improve checks for Open64 and g++ incompatible flags (#12119)Matthias Kretz2012-02-121-0/+2
* CheckCCompilerFlag: Generalize "but not for C" case (#12633)Brad King2011-12-221-3/+2
* Fix CHECK_(C|CXX)_COMPILER_FLAG for Clang (#12394)Brad King2011-08-081-0/+1
* Add fail regex to detect supported warning flags correctly.David Cole2011-07-271-1/+2
* CheckCCompilerFlag: Strict signature of 'main' (#11615)Brad King2010-12-161-1/+1
* BUG: Fix compiler flag test for non-English MSVC (#11336)Brad King2010-11-041-1/+2
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-4/+12
* Fix CHECK_(C|CXX)_COMPILER_FLAG for XL and SunProBrad King2009-09-181-1/+3
* Fix CHECK_(C|CXX)_COMPILER_FLAG for HPBrad King2009-09-171-0/+1
* Fix CHECK_(C|CXX)_COMPILER_FLAG for GNU and MSVCBrad King2009-09-171-1/+5
* Cleanup generic compiler check macro documentationBrad King2009-09-171-8/+6
* ENH: fix docs, bug 7590Bill Hoffman2008-09-091-0/+4
* ENH: two macros to check whether the C/CXX compiler supports a given flag:Alexander Neundorf2006-09-181-0/+21