summaryrefslogtreecommitdiff
path: root/Modules/CMakeCXXCompiler.cmake.in
Commit message (Expand)AuthorAgeFilesLines
* Link step: use linker dependency linker fileMarc Chevrier2023-05-031-0/+1
* Treat '.ccm', '.cxxm', and '.c++m' files as C++ sourcesBrad King2023-03-091-1/+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
* Treat '.ixx' and '.cppm' files as C++ sourcesAndrew Gilewsky2021-03-221-1/+1
* Treat the '.mpp' file extension as C++ codeBen Boeckel2021-01-051-1/+1
* CUDA, CXX, OBJCXX: C++23 support with Clang 12Raul Tambre2020-12-081-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
* 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