summaryrefslogtreecommitdiff
path: root/Modules/CMakeCompilerIdDetection.cmake
Commit message (Expand)AuthorAgeFilesLines
* Tasking: Add support for several compiler toolsetsChristoph Seitz2022-09-141-0/+1
* IBMClang: Add support for IBM Open XL C/C++Aaron Liu2022-01-271-0/+1
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-0/+1
* HIP: Remove ROMClang compiler id and use Clang directlyBrad King2021-09-161-3/+0
* CompilerId: Tolerate variables named for languagesPhilippe Canal2021-06-181-6/+6
* ROCMClang: Add the ROCm toolkit derived clang compiler to CMakeRobert Maynard2021-06-071-0/+5
* CompilerId/Features: Tolerate variables named for languagesBrad King2021-05-031-1/+1
* FujitsuClang: Add support for the Fujitsu compiler in Clang modeChuck Atkins2021-03-311-0/+1
* IntelLLVM: Add support for Intel LLVM-based compilersWilliam R. Dieter2021-01-281-0/+1
* NVHPC: Add support for NVIDIA HPC SDK compilers based on PGITin Huynh2021-01-271-0/+1
* Revert "Intel: Add Intel DPC++ compiler identification"Brad King2020-12-071-1/+0
* Revert "Intel: Add Intel Clang compiler identification"Brad King2020-12-071-1/+0
* Intel: Add Intel Clang compiler identificationHarini Chilamantula2020-09-291-0/+1
* Intel: Add Intel DPC++ compiler identificationHarini Chilamantula2020-09-221-0/+1
* Add ISPC compiler support to CMakeRobert Maynard2020-08-281-1/+2
* CUDA: Add support for Clang compilerRaul Tambre2020-05-151-2/+1
* ARMClang: Add support for Clang-based ARM compilerJohan Stridkvist2019-05-141-0/+1
* Merge topic 'armcc-compiler-id'Brad King2019-03-211-1/+1
|\
| * ARMCC: Fix identification of ARM compiler when it defines GNU macrosBrad King2019-03-201-1/+1
* | Merge topic 'drop-MIPSpro'Brad King2019-03-011-0/+2
|\ \
| * | WCDH: Restore definition for <prefix>_COMPILER_IS_MIPSproBrad King2019-02-281-0/+2
* | | XLClang: Add a new compiler ID for the clang-based XL compilerChuck Atkins2019-02-251-0/+1
|/ /
* | Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-2/+0
|/
* GHS: Add Compiler ID detectionFred Baksik2019-01-161-0/+1
* Remove now-unused code once used on IRIXBrad King2019-01-111-3/+0
* 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