summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCXXCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* CMakeDetermine*Compiler: Factor out search for compiler in PATHBrad King2014-03-101-26/+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/+8
* Determine C/CXX/Fortran compiler: fix indentationAlex Neundorf2013-03-141-10/+10
* Determine C/CXX/Fortran compiler: minor restructuringAlex Neundorf2013-03-141-3/+6
* 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-70/+58
|\ \ | |/
| * 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-70/+60
* | Remove CMake multiline block-end command argumentsMarcin Wojdyr2012-08-151-3/+1
|/
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-19/+19
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-85/+85
* 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-13/+5
* CMakeDetermine(C|CXX)Compiler: Consider Clang compilersBrad King2012-07-311-1/+1
* Ninja: allow spaces in source pathPeter Kuemmel2012-06-081-0/+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-4/+5
* Strip trailing whitespace.Alex Neundorf2011-01-261-10/+10
* 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-1/+4
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* BUG: only check for a toolchain prefix (e.g. "arm-linux-" inAlexander Neundorf2008-09-081-20/+24
* 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-4/+7
* 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-0/+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
* BUG: don't fail if a compiler is given in CMAKE_C/CXX_COMPILER but it can'tAlexander Neundorf2007-05-211-2/+10
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-14/+61
* 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-33/+36
* STYLE: fix typo "CCC" -> "CC", add comments which variables it setsAlexander Neundorf2007-04-251-0/+7
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-0/+8
* BUG: Search for the compiler only once and store a full path to it in the cac...Brad King2006-08-291-10/+11