summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCompilerId.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-qcc-compiler-id'Brad King2015-01-161-1/+1
|\
| * QNX: Fix detection of QCC compiler id (#15349)Brad King2015-01-141-1/+1
* | Merge topic 'xcode-ios-compiler-id'Brad King2015-01-121-5/+0
|\ \
| * | Xcode: Do not require code signing for compiler id (#15214)Brad King2015-01-111-5/+0
| |/
* | Merge topic 'xcode-ios-compiler-id'Brad King2014-11-101-1/+1
|\ \ | |/
| * Xcode: Fix compiler path detection for iOS tools on Xcode <= 5.0 (#15237)Brad King2014-11-071-1/+1
* | Merge topic 'xcode-ios-compiler-id'Brad King2014-10-231-2/+17
|\ \ | |/
| * Xcode: Fix compiler id detection when code signing is requiredBrad King2014-10-221-0/+5
| * Xcode: Fix compiler id detection for iOS tools (#15214)Brad King2014-10-221-2/+12
* | Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-1/+1
|/
* VS: Detect compiler id of Nsight Tegra-Android toolchainsBrad King2014-09-291-4/+18
* Use a more reliable regex for extracting binary INFO stringsChuck Atkins2014-09-031-1/+1
* CMakeDetermineCompilerId: Fix detection for VS ARM platformBrad King2014-08-121-0/+5
* CMakeDetermineCompilerId: Recognize WindowsPhone and WindowsStoreGilles Khouzam2014-07-311-0/+12
* CompilerId: Guard the platform-default compiler code with a parameter.Stephen Kelly2014-05-071-0/+1
* CompilerId: Allow specifying the compiler-specific components to generate.Stephen Kelly2014-05-071-1/+4
* Project: Split the compiler id detection into a separate function.Stephen Kelly2014-05-071-74/+2
* Project: Generate the CXX compiler Id test from multiple files.Stephen Kelly2014-05-071-0/+77
* Merge branch 'master' into osx-init-earlyBrad King2014-04-291-18/+13
|\
| * Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-7/+7
| * Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-1/+1
| * Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-10/+5
* | Xcode: Use sysroot and deployment target to identify compilerBrad King2014-04-291-0/+11
|/
* QNX: Introduce QCC compiler id for that QNX platform compiler.Stephen Kelly2014-01-221-0/+19
* Merge topic 'xcode-5.1'Brad King2013-12-191-1/+1
|\
| * CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1Ted Kremenek2013-12-091-1/+1
* | Merge topic 'cleanup-build-commands'Brad King2013-12-051-14/+23
|\ \
| * | CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMANDBrad King2013-12-041-14/+23
* | | CMakeDetermineCompilerId: Look for internal file only on hostStephen Kelly2013-11-191-1/+1
|/ /
* | Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-2/+2
* | CMakeDetermineCompilerId: Load src from CMAKE_MODULE_PATH (#14481)Dragos Carp2013-10-281-1/+3
* | CMakeDetermineCompilerId: Always use compiler detected from IDEBrad King2013-10-281-6/+4
* | Quote ${CMAKE_<LANG>_COMPILER} while enabling a languageBrad King2013-10-221-3/+3
* | CMakeDetermineCompilerId: Do not test vendor without a compilerBrad King2013-10-221-1/+1
* | VS 6: Do not try Intel Fortran .vfproj file with msdevBrad King2013-10-191-1/+5
* | VS: Detect Intel Fortran compiler id and versionBrad King2013-10-181-1/+5
* | CMakeDetermineCompilerId: Fix Intel Fortran compiler id detectionBrad King2013-10-161-1/+4
* | VS: Fix CMAKE_<LANG>_COMPILER detection with Intel toolset (#14471)Brad King2013-10-161-0/+3
* | Merge topic 'clang-cl-compiler'Brad King2013-10-081-2/+19
|\ \
| * | CMakeDetermineCompilerId: Add notion of "simulated" id/versionBrad King2013-10-041-1/+17
| * | CMakeDetermineCompilerId: Fix local var initBrad King2013-10-041-1/+2
| |/
* | Merge topic 'vs-compiler-id-tolerate-diagnostics'Brad King2013-10-071-1/+2
|\ \ | |/ |/|
| * VS: Tolerate diagnostic output while detecting cl (#14387)Brad King2013-09-031-1/+2
* | VS: Use version-specific subsystem for WinCE compiler id (#14440)Patrick Gansterer2013-09-251-1/+5
|/
* Merge topic 'peheader'Brad King2013-08-061-0/+29
|\
| * WIN: Use COFF file header header for architecture detection (#14083)Patrick Gansterer2013-08-051-0/+29
* | VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-4/+4
* | VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 tooPatrick Gansterer2013-08-051-3/+0
* | VS10: Do not set the TargetMachine when detecting the compilerPatrick Gansterer2013-08-051-8/+1
* | VS6: Hardcode id_machine_6 for compiler detectionPatrick Gansterer2013-08-051-1/+0
|/