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
/
CMakeDetermineCompilerId.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
CUDA: Add compiler detection for CUDA < 7.5
Henry Schreiner
2018-04-23
1
-0/+16
*
Clang: Do not mistake clang-cl 6.0 for GNU-like clang
İsmail Dönmez
2017-11-28
1
-3/+3
*
Clang: Diagnose unsupported GNU-like clang targeting MSVC ABI
Brad King
2017-10-10
1
-0/+35
*
Add infrastructure to detect secondary compiler version information
Brad King
2017-10-03
1
-0/+8
*
Xcode: Add team to compiler-id project
Gregor Jasny
2017-09-19
1
-0/+6
*
Xcode: Add tvOS and watchOS toolchain file support
Gregor Jasny
2017-09-19
1
-1/+2
*
MSVC: Add support for ARM64 architecture
Minmin Gong
2017-09-12
1
-1/+3
*
Merge topic 'ninja-cl-intl'
Brad King
2017-08-24
1
-0/+1
|
\
|
*
Ninja: Fix support for MSVC with non-English output
Brad King
2017-08-23
1
-0/+1
*
|
IAR: Improve support for IAR ARM Compiler
Norbert Lange
2017-06-29
1
-0/+1
*
|
Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variable
Norbert Lange
2017-06-29
1
-0/+3
|
/
*
Xcode: Drop support for Xcode versions below 3
Brad King
2017-04-22
1
-12/+2
*
Xcode: Detect CURRENT_ARCH for use by generator
Brad King
2017-03-31
1
-0/+4
*
Merge topic '16742-swift-3.0'
Brad King
2017-03-30
1
-1/+7
|
\
|
*
Swift: Default to Swift 3.0 with Xcode 8.3 and later
Gregor Jasny
2017-03-28
1
-1/+7
*
|
VS: Add support for determining CUDA compiler id
Brad King
2017-03-10
1
-0/+14
*
|
VS: Add more placeholders to compiler id detection project file template
Brad King
2017-03-10
1
-0/+4
*
|
VS: Refactor compiler id detection project file template
Brad King
2017-03-10
1
-0/+2
*
|
CMakeDetermineCompilerId: check with and without user-specified flags
Michael Maltese
2017-02-06
1
-19/+28
|
/
*
CUDA: Detect implicit link information on Windows
Brad King
2017-01-12
1
-0/+1
*
C# support: add compiler detection for MSVC
Michael Stürmer
2016-12-15
1
-1/+9
*
CUDA: Use the host compiler for linking CUDA executables and shared libs.
Robert Maynard
2016-11-14
1
-1/+5
*
VS: Provide an option to use x64 host tools
Brad King
2016-10-14
1
-0/+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Xcode: Port rudimentary Swift support to Xcode 8
Brad King
2016-09-23
1
-0/+5
*
Use string(APPEND) in Modules
Daniel Pfeifer
2016-07-27
1
-3/+3
*
CMakeDetermineCompilerId: Fix compiler id with square brackets in the path
Brad King
2016-06-02
1
-2/+3
*
Ninja: Fix clang-cl /showIncludes prefix detection
Brad King
2016-05-03
1
-2/+2
*
Merge topic 'remove-vs6-generator'
Brad King
2016-03-10
1
-11/+2
|
\
|
*
Drop Visual Studio 6 generator
Brad King
2016-03-09
1
-11/+2
*
|
CMakeDetermineCompilerId: Add detection of clang.exe bundled with VS
Mariusz Pluciński
2016-03-10
1
-1/+5
|
/
*
Merge topic 'vs-compiler-id-itanium'
Brad King
2016-01-07
1
-3/+0
|
\
|
*
CMakeDetermineCompilerId: Fix VS Itanium platform name (#15889)
Brad King
2015-12-21
1
-3/+0
|
*
Merge branch 'revert-compiler-links-statically' into release
Brad King
2015-11-23
1
-8/+0
|
|
\
*
|
|
Compiler: Add infrastructure for detecting compiler wrappers
Chuck Atkins
2015-12-07
1
-0/+6
*
|
|
Merge topic 'revert-compiler-links-statically'
Brad King
2015-11-24
1
-8/+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Revert "Disable shared library support when compiler links statically" (#15855)
Brad King
2015-11-23
1
-8/+0
*
|
Merge topic 'vs-win10-sdk'
Brad King
2015-10-02
1
-0/+3
|
\
\
|
|
/
|
/
|
|
*
VS: Add support for selecting the Windows 10 SDK (#15670)
Gilles Khouzam
2015-10-02
1
-0/+3
*
|
Disable shared library support when compiler links statically
Brad King
2015-09-30
1
-0/+8
|
/
*
Ninja: Detect MSVC /showIncludes prefix with compiler flags (#15596)
Brad King
2015-09-18
1
-0/+31
*
CMakeDetermineCompilerId: Drop unused code path
Brad King
2015-09-18
1
-23/+11
*
Project: Determine default language dialect for the compiler.
Stephen Kelly
2015-09-18
1
-0/+5
*
CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler tool
Brad King
2015-06-30
1
-9/+6
*
CMakeDetermineCompilerId: Simplify src reference in IDE projects
Brad King
2015-06-25
1
-2/+2
*
CMakeDetermineCompilerId: Try matching compiler output to detect id
Brad King
2015-06-18
1
-0/+19
*
CMakeDetermineCompilerId: Refactor id build/check loop logic
Brad King
2015-06-18
1
-5/+6
*
CMakeDetermineCompilerId: Optionally try some flags before no flags
Brad King
2015-06-18
1
-1/+3
*
MSVC: Distinguish among ARM architectures more precisely (#14552)
Gunnar Roth
2015-02-24
1
-2/+0
*
Fortran: Add infrastructure to detect compiler version (#15372)
Brad King
2015-02-19
1
-1/+40
[next]