summaryrefslogtreecommitdiff
path: root/Modules/CMakeCCompiler.cmake.in
Commit message (Expand)AuthorAgeFilesLines
* Link step: use linker dependency linker fileMarc Chevrier2023-05-031-0/+1
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+1
* CompilerID: Compiler extensions default detectionRaul Tambre2021-09-281-0/+1
* MINGW: Define variable only when targeting Windows platformsBrad King2021-09-171-4/+0
* Cygwin: Remove redundant definitions of CYGWIN and UNIX variablesBrad King2021-09-161-5/+0
* C23 supportRaul Tambre2021-02-251-0/+1
* C17 supportRaul Tambre2021-02-251-0/+1
* CMakeDetermineCompilerABI: Detect byte order as part of checkBrad King2020-11-041-0/+1
* Compilers: Add paths from -print-sysroot to system prefix pathRobert Maynard2020-04-141-0/+1
* clang: introduce CMAKE_<lang>_COMPILER_FRONTEND_VARIANTZsolt Parragi2019-05-171-0/+1
* Compute implicit include directories from compiler outputChuck Cranor2019-01-211-0/+1
* MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}Mateusz Zych2018-10-291-0/+1
* Xcode: Detect architecture(s) using ARCHS instead of CURRENT_ARCHBrad King2018-06-181-1/+1
* Add infrastructure to detect secondary compiler version informationBrad King2017-10-031-0/+1
* Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variableNorbert Lange2017-06-291-0/+1
* Merge topic 'lang-specific-binutils'Brad King2017-04-051-2/+2
|\
| * Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB}Ruslan Baratov2017-04-031-2/+2
* | Xcode: Detect CURRENT_ARCH for use by generatorBrad King2017-03-311-0/+1
|/
* Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variablesRuslan Baratov2017-03-091-0/+2
* CMakeDetermine*Compiler: Add hook to save custom compiler informationBrad King2016-08-121-0/+1
* Compiler: Add infrastructure for detecting compiler wrappersChuck Atkins2015-12-071-0/+1
* Revert "Disable shared library support when compiler links statically" (#15855)Brad King2015-11-231-1/+0
* Disable shared library support when compiler links staticallyBrad King2015-09-301-0/+1
* Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596)Brad King2015-09-181-2/+5
* Ninja: Refactor lookup of cmcldeps locationBrad King2015-09-181-1/+0
* Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-181-0/+1
* Features: Extend concept to C language.Stephen Kelly2014-05-151-0/+5
* Treat .m files consistently as C across all generatorsTim Blechmann2014-03-201-1/+1
* Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-1/+1
* CMakeDetermineCompilerId: Add notion of "simulated" id/versionBrad King2013-10-041-0/+2
* OS X: Detect implicit linker framework search pathsBrad King2012-12-111-0/+1
* OS X: Always generate -isysroot if any SDK is in useBrad King2012-09-211-1/+1
* Store ABI detection results in compiler information filesBrad King2012-08-241-0/+1
* Move CMAKE_<LANG>_COMPILER_WORKS to compiler information filesBrad King2012-08-241-0/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-4/+4
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-41/+41
* Ninja: don't set cmcldeps vars to empty string when they are not definedPeter Kuemmel2012-06-091-4/+2
* Ninja: allow spaces in source pathPeter Kuemmel2012-06-081-0/+5
* Add framework to detect compiler version with its id (#12408)Brad King2011-12-071-0/+1
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-0/+5
* Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should always...David Cole2010-01-291-0/+1
* -also put CMAKE_LINKER in the C and CXX compiler information filesAlexander Neundorf2010-01-221-0/+1
* Change the way 32/64 bit compiles are detected with MSVC and intel makefile b...Bill Hoffman2009-11-191-0/+1
* Fix check for -isysroot on OS XBrad King2009-09-191-0/+2
* ENH: Implicit link info for C, CXX, and FortranBrad King2009-07-231-0/+3
* ENH: Generalize the check for sizeof void* to detect more ABI information.Brad King2008-01-211-3/+11
* ENH: second try for handling the linker language with integer priority values...Alexander Neundorf2007-07-121-1/+1
* COMP: revert last commit for now, broke Visual StudioAlexander Neundorf2007-07-111-1/+1
* ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not aAlexander Neundorf2007-07-111-1/+1
* ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where theAlexander Neundorf2007-06-111-1/+0