| Commit message (Expand) | Author | Age | Files | Lines |
* | XL: Fix C default level detection when invoked as 'cc' | Brad King | 2018-03-14 | 1 | -1/+2 |
|
|
* | Add infrastructure to detect secondary compiler version information | Brad King | 2017-10-03 | 1 | -0/+3 |
|
|
* | Features: Detect C default dialect on MSVC-like compilers | Brad King | 2016-04-28 | 1 | -1/+5 |
|
|
* | Add support for Bruce C Compiler (BCC) | Paweł Stankowski | 2016-03-21 | 1 | -6/+16 |
|
|
* | Cray: Add macro tests to detect the Cray compiler wrappers | Chuck Atkins | 2015-12-07 | 1 | -0/+7 |
|
|
* | Make C and C++ default dialect detection robust to advanced optimizations | Brad King | 2015-11-18 | 1 | -0/+1 |
|
|
* | Project: Determine default language dialect for the compiler. | Stephen Kelly | 2015-09-18 | 1 | -0/+11 |
|
|
* | QNX: Fix detection of QCC compiler id (#15349) | Brad King | 2015-01-14 | 1 | -1/+1 |
|
|
* | Project: Refactor C compiler determination into multiple files. | Stephen Kelly | 2014-05-07 | 1 | -224/+1 |
|
|
* | Project: Clarify comment about platform-native compilers. | Stephen Kelly | 2014-05-07 | 1 | -1/+1 |
|
|
* | Watcom: Introduce OpenWatcom compiler id and fix compiler version | Jiri Malak | 2014-03-17 | 1 | -4/+13 |
|
|
* | CMake*CompilerId: Fix patch level for Intel >= 14.0 (#14806) | Brad King | 2014-03-14 | 1 | -1/+5 |
|
|
* | QNX: Introduce QCC compiler id for that QNX platform compiler. | Stephen Kelly | 2014-01-22 | 1 | -0/+4 |
|
|
* | Require CMAKE_<LANG>_COMPILER to be found as a full path | Brad King | 2013-10-28 | 1 | -0/+1 |
|
|
* | Intel: When simulating MSVC, re-use Windows-MSVC (#14476) | Brad King | 2013-10-18 | 1 | -0/+6 |
|
|
* | Merge topic 'apple-clang-id' | Brad King | 2013-10-09 | 1 | -1/+6 |
|\ |
|
| * | Clang: Add separate "AppleClang" compiler id | Brad King | 2013-10-08 | 1 | -1/+6 |
|
|
* | | Clang: Support Windows variants for GNU and MSVC (#13035, #14458) | Brad King | 2013-10-04 | 1 | -0/+6 |
|
|
* | | CMakeDetermineCompilerId: Add notion of "simulated" id/version | Brad King | 2013-10-04 | 1 | -0/+9 |
|/ |
|
* | Add IAR to the CMakeDetectC(XX)CompilerID.c(pp).in | Alex Neundorf | 2013-04-15 | 1 | -4/+3 |
|
|
* | rename TI_DSP toolchain to TI, since it works also for the ARM compiler | Alex Neundorf | 2013-03-14 | 1 | -1/+1 |
|
|
* | VS: Add the entry point when compiling for WindowsCE | Patrick Gansterer | 2012-11-30 | 1 | -4/+0 |
|
|
* | VS: Make DetermineCompilerId working with WinCE too | Patrick Gansterer | 2012-11-27 | 1 | -0/+4 |
|
|
* | Fix PathScale compiler id for Clang-based upstream | Brad King | 2012-11-05 | 1 | -8/+8 |
|
|
* | Detect Analog VisualDSP++ compiler version with its id | Brad King | 2012-08-22 | 1 | -2/+9 |
|
|
* | Detect Cray compiler version with its id | Brad King | 2012-08-22 | 1 | -0/+2 |
|
|
* | Detect SDCC compiler version with its id | Brad King | 2012-08-22 | 1 | -0/+4 |
|
|
* | Detect TI compiler version with its id | Brad King | 2012-08-22 | 1 | -0/+4 |
|
|
* | Detect PathScale compiler version with its id | Brad King | 2012-08-22 | 1 | -1/+6 |
|
|
* | Detect Compaq compiler version with its id | Brad King | 2012-08-22 | 1 | -0/+4 |
|
|
* | Recognize Embarcadero compiler (#12604) | Brad King | 2012-02-20 | 1 | -0/+6 |
|
|
* | Merge topic 'compiler-version' | David Cole | 2012-01-17 | 1 | -3/+83 |
|\ |
|
| * | Detect SGI MIPSpro compiler version with its id | Brad King | 2012-01-10 | 1 | -0/+11 |
|
|
| * | Document compiler version macro formats used for detection | Brad King | 2012-01-10 | 1 | -0/+14 |
|
|
| * | Detect HP compiler version with its id | Brad King | 2012-01-10 | 1 | -0/+3 |
|
|
| * | Detect SunPro compiler version with its id | Brad King | 2012-01-10 | 1 | -0/+9 |
|
|
| * | Detect Watcom compiler version with its id | Brad King | 2011-12-07 | 1 | -0/+2 |
|
|
| * | Detect Clang compiler version with its id | Brad King | 2011-12-07 | 1 | -0/+3 |
|
|
| * | Detect PGI compiler version with its id | Brad King | 2011-12-07 | 1 | -0/+5 |
|
|
| * | Detect IBM XL compiler version with its id | Brad King | 2011-12-07 | 1 | -3/+8 |
|
|
| * | Detect Borland compiler version with its id | Brad King | 2011-12-07 | 1 | -0/+2 |
|
|
| * | Detect Intel compiler version with its id (#11937) | Brad King | 2011-12-07 | 1 | -0/+6 |
|
|
| * | Detect MSVC compiler version with its id | Brad King | 2011-12-07 | 1 | -0/+12 |
|
|
| * | Detect GNU compiler version with its id (#6251) | Brad King | 2011-12-07 | 1 | -0/+5 |
|
|
| * | Add framework to detect compiler version with its id (#12408) | Brad King | 2011-12-07 | 1 | -0/+3 |
|
|
* | | Recognize the Tiny C Compiler (#12605) | Brad King | 2011-12-02 | 1 | -0/+3 |
|/ |
|
* | Recognize SCO UnixWare C/C++ compilers (#11700) | Brad King | 2011-01-17 | 1 | -0/+3 |
|
|
* | Merge topic 'compiler-id-literal-const' | Brad King | 2011-01-04 | 1 | -1/+1 |
|\ |
|
| * | Fix constness in compiler id detection | Brad King | 2010-12-29 | 1 | -1/+1 |
|
|
* | | Recognize the Texas Instruments DSP compiler (#11645) | Wojciech Migda | 2010-12-28 | 1 | -0/+3 |
|
|