summaryrefslogtreecommitdiff
path: root/Modules/CheckIncludeFileCXX.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help:Check*: include CMAKE_REQUIRED_* vars to dedupescivision2023-03-141-16/+11
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-9/+1
* Modules: Use new SOURCES_FROM_* try_compile (2/2)Matthew Woehlke2022-09-271-3/+3
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-2/+1
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-2/+4
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
* Check* functions family: add support for LINK_OPTIONSMarc Chevrier2018-12-011-6/+17
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-33/+34
* CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESBrad King2018-04-181-0/+27
* Revert "CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES"Brad King2018-04-041-3/+0
* CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESDon Hinton2018-01-101-0/+3
* Check*: Added include guardsCristian Adam2017-12-011-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-1/+1
* Help: Revise CheckIncludeFile* documentationBrad King2015-06-251-19/+18
* Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-111-0/+1
* Check*: Add compatibility hack for old VXL codeBrad King2014-08-181-1/+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
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-11/+25
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-8/+8
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-30/+30
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* 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/+14
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-4/+4
* ENH: Made Check* modules more consistent and well documented. Added CMAKE_RE...Brad King2006-02-091-0/+14
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
* ENH: some style fixes for the bookKen Martin2005-12-151-2/+3
* ENH: add documentation support for modulesBill Hoffman2005-12-141-9/+7
* ENH: Cleanup and unifyAndy Cedilnik2005-11-041-6/+9
* DOC: better documentaitonKen Martin2005-11-021-1/+2
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
* ENH: fixes for optional flag arguments to check include macrosBill Hoffman2004-04-281-4/+4
* BUG: fix for bug 80, check include cxx now has an optional argument that can ...Bill Hoffman2004-04-281-0/+11
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C...Andy Cedilnik2003-08-081-0/+4
* ENH: Extra new line after outputAndy Cedilnik2003-07-171-1/+1
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO...Andy Cedilnik2003-07-111-6/+6
* ENH: only force the use of ansi flags in backwards modeBill Hoffman2003-01-081-1/+0
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-4/+4
* ENH: Don't repeat check even if answer was no.Brad King2002-12-131-20/+22
* try to fix check for ansi streamBill Hoffman2002-11-211-0/+3
* fix orderBill Hoffman2002-11-211-1/+1
* move ansi cxx flags stuff out of try compile and into cmake filesBill Hoffman2002-11-211-0/+1
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-0/+26