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
*
Merge topic 'fix-qcc-compiler-id'
Brad King
2015-01-16
1
-1/+1
|
\
|
*
QNX: Fix detection of QCC compiler id (#15349)
Brad King
2015-01-14
1
-1/+1
*
|
Merge topic 'xcode-ios-compiler-id'
Brad King
2015-01-12
1
-5/+0
|
\
\
|
*
|
Xcode: Do not require code signing for compiler id (#15214)
Brad King
2015-01-11
1
-5/+0
|
|
/
*
|
Merge topic 'xcode-ios-compiler-id'
Brad King
2014-11-10
1
-1/+1
|
\
\
|
|
/
|
*
Xcode: Fix compiler path detection for iOS tools on Xcode <= 5.0 (#15237)
Brad King
2014-11-07
1
-1/+1
*
|
Merge topic 'xcode-ios-compiler-id'
Brad King
2014-10-23
1
-2/+17
|
\
\
|
|
/
|
*
Xcode: Fix compiler id detection when code signing is required
Brad King
2014-10-22
1
-0/+5
|
*
Xcode: Fix compiler id detection for iOS tools (#15214)
Brad King
2014-10-22
1
-2/+12
*
|
Avoid if() quoted auto-dereference
Ben Boeckel
2014-10-20
1
-1/+1
|
/
*
VS: Detect compiler id of Nsight Tegra-Android toolchains
Brad King
2014-09-29
1
-4/+18
*
Use a more reliable regex for extracting binary INFO strings
Chuck Atkins
2014-09-03
1
-1/+1
*
CMakeDetermineCompilerId: Fix detection for VS ARM platform
Brad King
2014-08-12
1
-0/+5
*
CMakeDetermineCompilerId: Recognize WindowsPhone and WindowsStore
Gilles Khouzam
2014-07-31
1
-0/+12
*
CompilerId: Guard the platform-default compiler code with a parameter.
Stephen Kelly
2014-05-07
1
-0/+1
*
CompilerId: Allow specifying the compiler-specific components to generate.
Stephen Kelly
2014-05-07
1
-1/+4
*
Project: Split the compiler id detection into a separate function.
Stephen Kelly
2014-05-07
1
-74/+2
*
Project: Generate the CXX compiler Id test from multiple files.
Stephen Kelly
2014-05-07
1
-0/+77
*
Merge branch 'master' into osx-init-early
Brad King
2014-04-29
1
-18/+13
|
\
|
*
Remove .* expressions from beginning and end of MATCHES regexs
Rolf Eike Beer
2014-04-14
1
-7/+7
|
*
Replace string(REGEX REPLACE) with string(REPLACE) where possible
Rolf Eike Beer
2014-04-14
1
-1/+1
|
*
Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)
Rolf Eike Beer
2014-04-14
1
-10/+5
*
|
Xcode: Use sysroot and deployment target to identify compiler
Brad King
2014-04-29
1
-0/+11
|
/
*
QNX: Introduce QCC compiler id for that QNX platform compiler.
Stephen Kelly
2014-01-22
1
-0/+19
*
Merge topic 'xcode-5.1'
Brad King
2013-12-19
1
-1/+1
|
\
|
*
CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
Ted Kremenek
2013-12-09
1
-1/+1
*
|
Merge topic 'cleanup-build-commands'
Brad King
2013-12-05
1
-14/+23
|
\
\
|
*
|
CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND
Brad King
2013-12-04
1
-14/+23
*
|
|
CMakeDetermineCompilerId: Look for internal file only on host
Stephen Kelly
2013-11-19
1
-1/+1
|
/
/
*
|
Drop use of configure_file IMMEDIATE option
Daniele E. Domenichelli
2013-11-13
1
-2/+2
*
|
CMakeDetermineCompilerId: Load src from CMAKE_MODULE_PATH (#14481)
Dragos Carp
2013-10-28
1
-1/+3
*
|
CMakeDetermineCompilerId: Always use compiler detected from IDE
Brad King
2013-10-28
1
-6/+4
*
|
Quote ${CMAKE_<LANG>_COMPILER} while enabling a language
Brad King
2013-10-22
1
-3/+3
*
|
CMakeDetermineCompilerId: Do not test vendor without a compiler
Brad King
2013-10-22
1
-1/+1
*
|
VS 6: Do not try Intel Fortran .vfproj file with msdev
Brad King
2013-10-19
1
-1/+5
*
|
VS: Detect Intel Fortran compiler id and version
Brad King
2013-10-18
1
-1/+5
*
|
CMakeDetermineCompilerId: Fix Intel Fortran compiler id detection
Brad King
2013-10-16
1
-1/+4
*
|
VS: Fix CMAKE_<LANG>_COMPILER detection with Intel toolset (#14471)
Brad King
2013-10-16
1
-0/+3
*
|
Merge topic 'clang-cl-compiler'
Brad King
2013-10-08
1
-2/+19
|
\
\
|
*
|
CMakeDetermineCompilerId: Add notion of "simulated" id/version
Brad King
2013-10-04
1
-1/+17
|
*
|
CMakeDetermineCompilerId: Fix local var init
Brad King
2013-10-04
1
-1/+2
|
|
/
*
|
Merge topic 'vs-compiler-id-tolerate-diagnostics'
Brad King
2013-10-07
1
-1/+2
|
\
\
|
|
/
|
/
|
|
*
VS: Tolerate diagnostic output while detecting cl (#14387)
Brad King
2013-09-03
1
-1/+2
*
|
VS: Use version-specific subsystem for WinCE compiler id (#14440)
Patrick Gansterer
2013-09-25
1
-1/+5
|
/
*
Merge topic 'peheader'
Brad King
2013-08-06
1
-0/+29
|
\
|
*
WIN: Use COFF file header header for architecture detection (#14083)
Patrick Gansterer
2013-08-05
1
-0/+29
*
|
VS: Replace ArchitectureId with PlatformName
Patrick Gansterer
2013-08-05
1
-4/+4
*
|
VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too
Patrick Gansterer
2013-08-05
1
-3/+0
*
|
VS10: Do not set the TargetMachine when detecting the compiler
Patrick Gansterer
2013-08-05
1
-8/+1
*
|
VS6: Hardcode id_machine_6 for compiler detection
Patrick Gansterer
2013-08-05
1
-1/+0
|
/
[next]