summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCompilerId.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMakeDetermineCompilerId: Support versioned LLVM for Visual Studio.Zufu Liu2019-05-021-1/+1
* IAR: Generalize and add support for IAR RX compilerStefan Andersson2019-04-121-1/+8
* GHS: Add support for GHS Multi Generator in LinuxNaren Manimohan2019-03-211-3/+11
* Merge topic 'vs-llvm-extension'Brad King2019-02-271-2/+9
|\
| * VS: Fix detection of clang-cl with -T llvmBrad King2019-02-261-2/+9
* | Use -? instead of /? to test compiler for MSVC-like command-line supportBrad King2019-02-191-1/+1
|/
* Xcode: Derive stdlib from CXX flagsGregor Jasny2019-02-071-0/+9
* Merge topic '17870-iphone-friendly-cmake'Brad King2019-02-051-12/+5
|\
| * Xcode: Completely disable code signing for compiler id detectionGregor Jasny2019-02-041-12/+0
| * Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-041-1/+6
* | Xcode: Update default Swift language version for Xcode 10.2Brad King2019-02-041-0/+2
|/
* GHS: Add Compiler ID detectionFred Baksik2019-01-161-21/+64
* IAR: Parse INFO strings from the binary format of AVR systemsEthan Slattery2019-01-151-1/+7
* Add Mach-O CMAKE_EXECUTABLE_FORMAT detectionMaikel van den Hurk2018-12-101-7/+4
* IAR: Fix compiler id, version, and arch detection on 6.50.6Daniel Schürmann2018-09-111-0/+3
* Xcode: Set CODE_SIGN_IDENTITY during compiler identificationRafal Parzych2018-08-241-0/+6
* Xcode: Detect architecture(s) using ARCHS instead of CURRENT_ARCHBrad King2018-06-181-3/+5
* VS: Add option to select the version of the toolset used by VS 2017Basil Fierz2018-05-291-0/+4
* CUDA: Add compiler detection for CUDA < 7.5Henry Schreiner2018-04-231-0/+16
* Clang: Do not mistake clang-cl 6.0 for GNU-like clangİsmail Dönmez2017-11-281-3/+3
* Clang: Diagnose unsupported GNU-like clang targeting MSVC ABIBrad King2017-10-101-0/+35
* Add infrastructure to detect secondary compiler version informationBrad King2017-10-031-0/+8
* Xcode: Add team to compiler-id projectGregor Jasny2017-09-191-0/+6
* Xcode: Add tvOS and watchOS toolchain file supportGregor Jasny2017-09-191-1/+2
* MSVC: Add support for ARM64 architectureMinmin Gong2017-09-121-1/+3
* Merge topic 'ninja-cl-intl'Brad King2017-08-241-0/+1
|\
| * Ninja: Fix support for MSVC with non-English outputBrad King2017-08-231-0/+1
* | IAR: Improve support for IAR ARM CompilerNorbert Lange2017-06-291-0/+1
* | Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variableNorbert Lange2017-06-291-0/+3
|/
* Xcode: Drop support for Xcode versions below 3Brad King2017-04-221-12/+2
* Xcode: Detect CURRENT_ARCH for use by generatorBrad King2017-03-311-0/+4
* Merge topic '16742-swift-3.0'Brad King2017-03-301-1/+7
|\
| * Swift: Default to Swift 3.0 with Xcode 8.3 and laterGregor Jasny2017-03-281-1/+7
* | VS: Add support for determining CUDA compiler idBrad King2017-03-101-0/+14
* | VS: Add more placeholders to compiler id detection project file templateBrad King2017-03-101-0/+4
* | VS: Refactor compiler id detection project file templateBrad King2017-03-101-0/+2
* | CMakeDetermineCompilerId: check with and without user-specified flagsMichael Maltese2017-02-061-19/+28
|/
* CUDA: Detect implicit link information on WindowsBrad King2017-01-121-0/+1
* C# support: add compiler detection for MSVCMichael Stürmer2016-12-151-1/+9
* CUDA: Use the host compiler for linking CUDA executables and shared libs.Robert Maynard2016-11-141-1/+5
* VS: Provide an option to use x64 host toolsBrad King2016-10-141-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Xcode: Port rudimentary Swift support to Xcode 8Brad King2016-09-231-0/+5
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-3/+3
* CMakeDetermineCompilerId: Fix compiler id with square brackets in the pathBrad King2016-06-021-2/+3
* Ninja: Fix clang-cl /showIncludes prefix detectionBrad King2016-05-031-2/+2
* Merge topic 'remove-vs6-generator'Brad King2016-03-101-11/+2
|\
| * Drop Visual Studio 6 generatorBrad King2016-03-091-11/+2
* | CMakeDetermineCompilerId: Add detection of clang.exe bundled with VSMariusz Pluciński2016-03-101-1/+5
|/
* Merge topic 'vs-compiler-id-itanium'Brad King2016-01-071-3/+0
|\