summaryrefslogtreecommitdiff
path: root/Modules/CheckCXXSourceCompiles.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help:Check*: include CMAKE_REQUIRED_* vars to dedupescivision2023-03-141-43/+19
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+4
* Modules: Do not implicitly add new functions via old Check ModulesRobert Maynard2020-10-261-2/+2
* CheckSoureCompiles: Add a unified way to check if a source compilesRobert Maynard2020-09-231-75/+2
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
* Check* functions family: add support for LINK_OPTIONSMarc Chevrier2018-12-011-0/+11
* Help: Revise docs of modules AddFileDependencies..CheckFunctionExistsJoachim Wuttke (l)2018-10-191-10/+10
* Check*: Added include guardsCristian Adam2017-12-011-0/+2
* Check*Source{Compiles,Runs}: Rewrite docs for these modulesCraig Scott2017-06-241-25/+58
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* Modules: Fix spelling of "succeeded" in check messagesTerrell Russell2015-10-061-1/+1
* Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-111-0/+1
* Check*: Allow result variables to contain regex special characters (#14923)Brad King2014-07-311-1/+1
* Check*.cmake : Add CMAKE_REQUIRED_QUIET flag.Clinton Stimpson2014-03-291-3/+10
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-10/+21
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-5/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-8/+8
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-44/+44
* Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-211-1/+6
* Document Check(C|CXX)SourceCompiles behavior more clearly (#11688)Brad King2011-01-141-2/+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-0/+13
* Add FAIL_REGEX to CHECK_(C|CXX)_SOURCE_COMPILESBrad King2009-09-171-1/+21
* Cleanup generic compiler check macro documentationBrad King2009-09-171-6/+4
* STYLE: fix documentation: the second short description discarded the firstAlexander Neundorf2009-03-111-2/+2
* STYLE: fix #3519 (incorrect comment)Alexander Neundorf2006-08-271-4/+4
* ENH: fixs for check compile stuff from Oswald B.Bill Hoffman2006-08-211-3/+3
* BUG: Make sure try-compile source ends in a newline.Brad King2006-06-281-1/+1
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-4/+4
* BUG: Use the extra definicionsAndy Cedilnik2006-04-271-1/+1
* ENH: append to log filesBill Hoffman2006-04-191-4/+4
* ENH: Cleanup bootstrap even moreAndy Cedilnik2006-03-221-2/+2
* ENH: Made Check* modules more consistent and well documented. Added CMAKE_RE...Brad King2006-02-091-3/+8
* ENH: Patch from Alexander Neundorf to improve behavior.Brad King2006-02-091-0/+4
* ENH: fix bug, write the correct fileAndy Cedilnik2006-01-241-1/+1
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-4/+4
* ENH: some style fixes for the bookKen Martin2005-12-151-3/+3
* ENH: add documentation support for modulesBill Hoffman2005-12-141-9/+7
* ENH: Add C++ test tooAndy Cedilnik2005-07-311-0/+53