summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Detect architecture(s) using ARCHS instead of CURRENT_ARCHBrad King2018-06-181-3/+3
* CMakeFindBinUtils: Improve switch between MSVC- and GNU-like toolsBrad King2017-11-281-1/+1
* Clang: Diagnose unsupported GNU-like clang targeting MSVC ABIBrad King2017-10-101-0/+1
* Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variableNorbert Lange2017-06-291-0/+7
* Xcode: Detect CURRENT_ARCH for use by generatorBrad King2017-03-311-0/+5
* Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variablesRuslan Baratov2017-03-091-0/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* issues: update references to the CMake issue trackerBen Boeckel2016-08-151-1/+1
* Modules: Rename internal platform-specific compiler determination modulesBrad King2016-06-021-0/+1
* Add support for Bruce C Compiler (BCC)Paweł Stankowski2016-03-211-0/+3
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
* Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596)Brad King2015-09-181-1/+0
* Merge topic 'determine-compiler-CMP0054'Brad King2015-08-211-3/+4
|\
| * CMakeDetermine{C,CXX}Compiler: Avoid if() auto-dereferene in quoted argumentsMatt McCormick2015-08-201-3/+4
* | CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler toolBrad King2015-06-301-0/+8
* | CMakeDetermineCompilerId: Optionally try some flags before no flagsBrad King2015-06-181-0/+1
|/
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-4/+4
* Merge topic 'fix-clang-cross-compile-find-binutils'Brad King2014-09-081-1/+3
|\
| * Fix finding binutils when cross-compiling with ClangBrad King2014-09-051-1/+3
* | Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-1/+1
* | Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
|/
* Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possibleBrad King2014-03-101-0/+1
* CMakeDetermine*Compiler: Factor out search for compiler in PATHBrad King2014-03-101-25/+1
* CMakeDetermine*Compiler: Fix typo 'lile' => 'like'Stephen Kelly2014-01-221-1/+1
* Add compiler target compile options.Stephen Kelly2013-11-191-0/+6
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* Merge topic 'enable-language-require-compiler'Brad King2013-10-281-1/+1
|\
| * CMakeDetermine*Compiler: Remove temporary cache entryBrad King2013-10-241-1/+1
* | Merge topic 'ninja-use-deps'Brad King2013-10-281-1/+2
|\ \
| * | Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-1/+2
| |/
* | Find appropriate binutils when cross-compiling with clangStephen Kelly2013-10-251-2/+2
|/
* Add regexps for the IAR toolchain to the vendor list.Alex Neundorf2013-04-151-0/+7
* TI compiler: add automatic detection of prefix and suffixesAlex Neundorf2013-03-141-0/+7
* Determine C/CXX/Fortran compiler: fix indentationAlex Neundorf2013-03-141-10/+10
* Determine C/CXX/Fortran compiler: minor restructuringAlex Neundorf2013-03-141-3/+4
* Merge topic 'cmake-platform-info-version'Brad King2012-08-301-1/+1
|\
| * Make platform information files specific to the CMake versionBrad King2012-08-241-1/+1
* | Merge topic 'ide-compiler-id'David Cole2012-08-241-58/+57
|\ \ | |/
| * VS: Detect the compiler id and tool locationBrad King2012-08-221-4/+0
| * Xcode: Detect the compiler id and tool locationBrad King2012-08-221-0/+2
| * Re-order C/C++/Fortran compiler determination logicBrad King2012-08-221-58/+59
* | Remove CMake multiline block-end command argumentsMarcin Wojdyr2012-08-151-3/+1
|/
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-18/+18
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-81/+81
* Prefer generic system compilers by default for C, C++, and FortranBrad King2012-08-021-1/+7
* Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)CompilerBrad King2012-08-021-12/+5
* CMakeDetermine(C|CXX)Compiler: Consider Clang compilersBrad King2012-07-311-1/+1
* CMakeDetermineCCompiler: Fix typo "_CXX_" -> "_C_" (#13330)Brad King2012-06-201-1/+1
* Ninja: allow spaces in source pathPeter Kuemmel2012-06-081-3/+1
* Set CMAKE_<lang>_COMPILER_ID for VS generatorsBrad King2011-09-021-4/+1