index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
CMakeDetermineCCompiler.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler tool
Brad King
2015-06-30
1
-0/+8
*
CMakeDetermineCompilerId: Optionally try some flags before no flags
Brad King
2015-06-18
1
-0/+1
*
Avoid if() quoted auto-dereference
Ben Boeckel
2014-10-20
1
-4/+4
*
Merge topic 'fix-clang-cross-compile-find-binutils'
Brad King
2014-09-08
1
-1/+3
|
\
|
*
Fix finding binutils when cross-compiling with Clang
Brad King
2014-09-05
1
-1/+3
*
|
Replace MATCHES ".+" tests with NOT STREQUAL ""
Rolf Eike Beer
2014-04-14
1
-1/+1
*
|
Remove .* expressions from beginning and end of MATCHES regexs
Rolf Eike Beer
2014-04-14
1
-1/+1
|
/
*
Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possible
Brad King
2014-03-10
1
-0/+1
*
CMakeDetermine*Compiler: Factor out search for compiler in PATH
Brad King
2014-03-10
1
-25/+1
*
CMakeDetermine*Compiler: Fix typo 'lile' => 'like'
Stephen Kelly
2014-01-22
1
-1/+1
*
Add compiler target compile options.
Stephen Kelly
2013-11-19
1
-0/+6
*
Drop use of configure_file IMMEDIATE option
Daniele E. Domenichelli
2013-11-13
1
-1/+1
*
Merge topic 'enable-language-require-compiler'
Brad King
2013-10-28
1
-1/+1
|
\
|
*
CMakeDetermine*Compiler: Remove temporary cache entry
Brad King
2013-10-24
1
-1/+1
*
|
Merge topic 'ninja-use-deps'
Brad King
2013-10-28
1
-1/+2
|
\
\
|
*
|
Ninja: use deps = gcc/msvc feature
Peter Kümmel
2013-10-24
1
-1/+2
|
|
/
*
|
Find appropriate binutils when cross-compiling with clang
Stephen Kelly
2013-10-25
1
-2/+2
|
/
*
Add regexps for the IAR toolchain to the vendor list.
Alex Neundorf
2013-04-15
1
-0/+7
*
TI compiler: add automatic detection of prefix and suffixes
Alex Neundorf
2013-03-14
1
-0/+7
*
Determine C/CXX/Fortran compiler: fix indentation
Alex Neundorf
2013-03-14
1
-10/+10
*
Determine C/CXX/Fortran compiler: minor restructuring
Alex Neundorf
2013-03-14
1
-3/+4
*
Merge topic 'cmake-platform-info-version'
Brad King
2012-08-30
1
-1/+1
|
\
|
*
Make platform information files specific to the CMake version
Brad King
2012-08-24
1
-1/+1
*
|
Merge topic 'ide-compiler-id'
David Cole
2012-08-24
1
-58/+57
|
\
\
|
|
/
|
*
VS: Detect the compiler id and tool location
Brad King
2012-08-22
1
-4/+0
|
*
Xcode: Detect the compiler id and tool location
Brad King
2012-08-22
1
-0/+2
|
*
Re-order C/C++/Fortran compiler determination logic
Brad King
2012-08-22
1
-58/+59
*
|
Remove CMake multiline block-end command arguments
Marcin Wojdyr
2012-08-15
1
-3/+1
|
/
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-18/+18
*
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
1
-81/+81
*
Prefer generic system compilers by default for C, C++, and Fortran
Brad King
2012-08-02
1
-1/+7
*
Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)Compiler
Brad King
2012-08-02
1
-12/+5
*
CMakeDetermine(C|CXX)Compiler: Consider Clang compilers
Brad King
2012-07-31
1
-1/+1
*
CMakeDetermineCCompiler: Fix typo "_CXX_" -> "_C_" (#13330)
Brad King
2012-06-20
1
-1/+1
*
Ninja: allow spaces in source path
Peter Kuemmel
2012-06-08
1
-3/+1
*
Set CMAKE_<lang>_COMPILER_ID for VS generators
Brad King
2011-09-02
1
-4/+1
*
Fix parsing of compiler name with a version number
Alex Neundorf
2011-01-26
1
-3/+4
*
Strip trailing whitespace.
Alex Neundorf
2011-01-26
1
-14/+14
*
Modules: Fix spelling 'To distributed' -> 'To distribute'
Todd Gamblin
2010-08-09
1
-1/+1
*
Change the way 32/64 bit compiles are detected with MSVC and intel makefile b...
Bill Hoffman
2009-11-20
1
-3/+5
*
Convert CMake non-find modules to BSD License
Brad King
2009-09-28
1
-0/+13
*
ENH: Identify HP C compiler
Brad King
2009-07-08
1
-0/+3
*
BUG: only check for a toolchain prefix (e.g. "arm-linux-" in
Alexander Neundorf
2008-09-08
1
-21/+27
*
BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_T...
Alexander Neundorf
2008-09-07
1
-1/+8
*
BUG: make the toolchain-prefix recognition work with prefixes which contain
Alexander Neundorf
2008-05-15
1
-7/+10
*
ENH: Improvied compiler identification robustness
Brad King
2008-02-25
1
-1/+3
*
ENH: When detecting the compiler id try compiling only to an object file.
Brad King
2008-02-11
1
-0/+8
*
BUG: When configuring compiler information files into the CMakeFiles director...
Brad King
2008-02-04
1
-2/+3
*
BUG: When forcing the C and CXX compilers do not try to detect the ABI inform...
Brad King
2008-02-03
1
-2/+3
*
ENH: if CMAKE_(C|CXX)_COMPILER is preset to a list of two elements, use the
Alexander Neundorf
2007-07-18
1
-1/+9
[next]