summaryrefslogtreecommitdiff
path: root/Modules/CheckSymbolExists.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help:Check*: include CMAKE_REQUIRED_* vars to dedupescivision2023-03-141-16/+11
* Modules:Check*: refactor: use block(SCOPE_FOR POLICIES)scivision2023-03-081-2/+2
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-11/+1
* CheckSymbolExists: Restore newline at end of test sourceAndrey Vostrikov2022-12-021-1/+1
* Modules: Use new SOURCES_FROM_* try_compile (1/2)Matthew Woehlke2022-09-271-15/+12
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-2/+1
* CheckSymbolExists: Work around GCC failure with -pedantic-errors optionTimo Röhling2021-10-221-0/+15
* Help: refer to CheckSourceCompiles instead of olderMichael Hirsch2021-08-111-1/+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
* 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