summaryrefslogtreecommitdiff
path: root/Modules/CMakeCXXCompiler.cmake.in
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: Do not treat Objective-C files as C++ filesCristian Adam2019-10-111-1/+1
* Languages: Add support for Objective-C++Steve Wilson2019-09-281-1/+1
* Languages: Add support for Objective-CSteve Wilson2019-09-281-1/+10
* 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
* Features: Add infrastructure for C++ 20 language standardBrad King2018-03-271-0/+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
* Features: Add infrastructure for C++ 17 language standardBrad King2016-12-021-0/+1
* 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: Add support for C++14 features.Stephen Kelly2014-05-221-0/+1
* Features: Add cxx_template_template_parameters.Stephen Kelly2014-04-161-0/+1
* project: Add infrastructure for recording CXX compiler featuresStephen Kelly2014-04-071-0/+3
* 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-42/+42
* 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
* Only use .CPP .CXX and .C++ do not work by default with g+++.Bill Hoffman2010-09-021-1/+1
* Let CMake recognize .CPP .CXX and .C++ as c++ files.Bill Hoffman2010-09-021-2/+2
* 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
* Do not always propagate linker language preferenceBrad King2009-07-301-0/+1
* 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