summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix parsing of compiler name with a version numberAlex Neundorf2011-01-261-3/+4
* Strip trailing whitespace.Alex Neundorf2011-01-261-14/+14
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Change the way 32/64 bit compiles are detected with MSVC and intel makefile b...Bill Hoffman2009-11-191-3/+5
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: Identify HP C compilerBrad King2009-07-081-0/+3
* BUG: only check for a toolchain prefix (e.g. "arm-linux-" inAlexander Neundorf2008-09-081-21/+27
* BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_T...Alexander Neundorf2008-09-071-1/+8
* BUG: make the toolchain-prefix recognition work with prefixes which containAlexander Neundorf2008-05-151-7/+10
* ENH: Improvied compiler identification robustnessBrad King2008-02-251-1/+3
* ENH: When detecting the compiler id try compiling only to an object file.Brad King2008-02-111-0/+8
* BUG: When configuring compiler information files into the CMakeFiles director...Brad King2008-02-041-2/+3
* BUG: When forcing the C and CXX compilers do not try to detect the ABI inform...Brad King2008-02-031-2/+3
* ENH: if CMAKE_(C|CXX)_COMPILER is preset to a list of two elements, use theAlexander Neundorf2007-07-181-1/+9
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-021-15/+1
* ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to loadAlexander Neundorf2007-06-261-1/+1
* ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where theAlexander Neundorf2007-06-111-11/+0
* ENH: add compiler id for IAR compiler (http://www.iar.com/)Alexander Neundorf2007-05-241-0/+1
* STYLE: use a separate source file for generating CMakeSystem.cmake if CMAKE_T...Alexander Neundorf2007-05-211-0/+3
* BUG: don't fail if a compiler is given in CMAKE_C/CXX_COMPILER but it can'tAlexander Neundorf2007-05-211-2/+7
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-15/+71
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-031-1/+1
* ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId t...Brad King2007-04-281-32/+23
* BUG: Search for the compiler only once and store a full path to it in the cac...Brad King2006-08-291-10/+11