summaryrefslogtreecommitdiff
path: root/Modules/CheckSymbolExists.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CheckCXXSymbolExists: Make C++-syntax symbols work on more compilersHong Xu2019-07-261-2/+23
* CheckSymbolExists: Add examples for check_symbol_existsHong Xu2019-07-101-0/+11
* Check* functions family: add support for LINK_OPTIONSMarc Chevrier2018-12-011-6/+17
* CheckSymbolExists: Fix CMP0054 warningRuslan Baratov2018-03-221-0/+5
* Check*: Added include guardsCristian Adam2017-12-011-0/+2
* CheckSymbolExists: Rename implementation macroCristian Adam2017-07-201-3/+3
* CheckSymbolExists: Document that intrinsics may not be detectedBrad King2017-04-121-2/+2
* CheckSymbolExists: Format documentationBrad King2017-04-121-18/+26
* CheckSymbolExists: Convert docs to bracket comment syntaxBrad King2017-04-121-32/+33
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-4/+4
* Check(Function|Library|Symbol)Exists: make it work if only C++ is enabledRolf Eike Beer2015-09-251-3/+7
* 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-16/+23
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-5/+2
* Remove period at the end of the check message.Stephen Kelly2012-09-291-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-10/+10
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-35/+35
* Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-211-1/+6
* CheckSymbolExists: force the compiler to keep the referenced symbolRolf Eike Beer2012-01-161-1/+1
* CheckSymbolExists: Use IMMEDIATE flag for configure_file (#11333)David Cole2011-08-221-1/+1
* Remove debug output from CheckSymbolExistsAlex Neundorf2011-07-291-1/+0
* Add CheckCXXSymbolExists.cmake, so this can be used also for C++Alex Neundorf2011-07-081-9/+16
* Update CheckSymbolExists copyright yearBrad King2011-01-171-1/+1
* Document CheckSymbolExists more clearly (#11685)Brad King2011-01-121-5/+12
* 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
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-6/+6
* ENH: Make modules use configure instead of file writeAndy Cedilnik2006-02-231-9/+9
* ENH: Made Check* modules more consistent and well documented. Added CMAKE_RE...Brad King2006-02-091-5/+9
* ENH: Pay attention to CMAKE_REQUIRED_INCLUDES.Brad King2006-02-091-0/+9
* 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-8/+7
* DOC: better documentaitonKen Martin2005-11-021-0/+4
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
* ENH: Extra new line after outputAndy Cedilnik2003-07-171-2/+2
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO...Andy Cedilnik2003-07-111-19/+15
* New design of CheckSymbolExists pretty much replaces all other ones.Andy Cedilnik2003-03-281-4/+15
* Prevent CMake from putting ; in the fileAndy Cedilnik2003-03-161-2/+1
* Fix update date and cleanupAndy Cedilnik2003-02-281-1/+2
* Fix return value problemAndy Cedilnik2003-02-171-1/+1
* Add macro for checking if symbol existsAndy Cedilnik2003-01-121-0/+47