summaryrefslogtreecommitdiff
path: root/Modules/CheckTypeSize.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help:Check*: include CMAKE_REQUIRED_* vars to dedupescivision2023-03-141-14/+12
* 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-5/+0
* Check*: Restore support for arbitrary result variable namesZhong Ruoyu2022-11-281-2/+3
* Modules: Use new SOURCES_FROM_* try_compile (2/2)Matthew Woehlke2022-09-271-6/+6
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-1/+1
* CheckTypeSize: Modernize and clarify documentationBrad King2022-02-181-29/+36
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-10/+16
* CheckTypeSize: Use C++-style headers to check for std:: typesAiden Woodruff2020-07-201-18/+36
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
* Check* functions family: add support for LINK_OPTIONSMarc Chevrier2018-12-011-30/+34
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-66/+67
* Check*: Added include guardsCristian Adam2017-12-011-2/+4
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-5/+5
* CheckTypeSize: Do not use cmake_policy(VERSION)Brad King2015-05-191-1/+0
* CheckTypeSize: Avoid if() auto-dereferene in quoted arguments (#15571)Rolf Eike Beer2015-05-191-4/+5
* Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-111-0/+3
* Do not change minimum required version in modulesDaniele E. Domenichelli2014-05-191-1/+1
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-1/+1
* Check*.cmake : Add CMAKE_REQUIRED_QUIET flag.Clinton Stimpson2014-03-291-3/+10
* CheckTypeSize: Support for CXX when C language is not enabledDaniele E. Domenichelli2014-03-151-3/+10
* CheckTypeSize: Unset temporary variables when done (#14690)Daniele E. Domenichelli2014-01-101-0/+2
* CheckTypeSize: Add support for C++Daniele E. Domenichelli2013-10-211-6/+43
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-32/+51
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-4/+1
* CheckTypeSize: show in documentation how to get struct member size (#10579)Rolf Eike Beer2012-08-141-0/+5
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-2/+2
* Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-211-1/+6
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* New CheckTypeSize for OS X Universal BinariesBrad King2009-12-171-89/+163
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: allow users to turn off extra checksBill Hoffman2008-04-251-4/+10
* ENH: make sure all required headers are checked before checking type sizeBill Hoffman2008-04-251-1/+13
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-101-1/+1
* STYLE: remove out commented codeAlexander Neundorf2007-06-071-7/+5
* ENH: determine typesize by compiling a file and reading strings from the comp...Alexander Neundorf2007-06-041-54/+72
* STYLE: remove debug output, fix indentationAlexander Neundorf2007-05-241-52/+50
* COMP: try to fix the test failures on dash2Alexander Neundorf2007-05-241-0/+2
* ENH: Use IF(NOT DEFINED) check to short-circuit size test.Brad King2007-05-171-2/+2
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-0/+2
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-5/+5
* ENH: Added CMAKE_REQUIRED_DEFINITIONS and CMAKE_REQUIRED_INCLUDES to the inte...Brad King2006-02-141-1/+17
* ENH: fix check type sizeBill Hoffman2006-01-221-0/+1
* ENH: fix checktypesizeBill Hoffman2006-01-131-1/+2
* ENH: move define into configured file and do not use the command lineBill Hoffman2006-01-121-2/+2
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-3/+3
* ENH: some style fixes for the bookKen Martin2005-12-151-1/+1
* ENH: add documentation support for modulesBill Hoffman2005-12-141-5/+4