summaryrefslogtreecommitdiff
path: root/Modules/CMakeCompilerIdDetection.cmake
Commit message (Expand)AuthorAgeFilesLines
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-4/+4
* Don't include CMakeParseArgumentsDaniel Pfeifer2017-01-111-2/+0
* C# support: add compiler detection for MSVCMichael Stürmer2016-12-151-1/+1
* CUDA: We now properly perform CUDA compiler identification.Robert Maynard2016-11-141-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-4/+4
* Add support for Bruce C Compiler (BCC)Paweł Stankowski2016-03-211-0/+1
* Add support for the ARM Compiler (arm.com)Joakim Andersson2015-11-021-0/+1
* Add Fujitsu compiler detectionErik Lindahl2014-08-111-0/+1
* Project: Detect other compilers before detecting Clang.Stephen Kelly2014-06-131-2/+2
* Project: Add configurable name for version computation macros.Stephen Kelly2014-06-051-0/+2
* Project: Separate simulated compiler id from version detection.Stephen Kelly2014-06-051-1/+4
* Project: Refactor C compiler determination into multiple files.Stephen Kelly2014-05-071-9/+32
* CompilerId: Allow specifying a prefix for preprocessor defines.Stephen Kelly2014-05-071-8/+11
* CompilerId: Guard the platform-default compiler code with a parameter.Stephen Kelly2014-05-071-6/+6
* CompilerId: Add option to generate compiler-id-specific defines.Stephen Kelly2014-05-071-2/+12
* CompilerId: Allow specifying the compiler-specific components to generate.Stephen Kelly2014-05-071-2/+18
* Project: Split the compiler id detection into a separate function.Stephen Kelly2014-05-071-0/+99