| Commit message (Expand) | Author | Age | Files | Lines |
* | Compilers: Add paths from -print-sysroot to system prefix path | Robert Maynard | 2020-04-14 | 1 | -0/+11 |
|
|
* | ASM: Record vendor-specific output matched to identify assembler | Brad King | 2020-03-12 | 1 | -0/+7 |
|
|
* | IAR: Add support for the RISC-V compiler | Stefan Andersson | 2019-07-08 | 1 | -1/+1 |
|
|
* | IAR: Do not print compiler architecture id for non-IAR compilers | Brad King | 2019-05-21 | 1 | -1/+1 |
|
|
* | ARMClang: Add support for Clang-based ARM compiler | Johan Stridkvist | 2019-05-14 | 1 | -0/+4 |
|
|
* | IAR: Generalize and add support for IAR RX compiler | Stefan Andersson | 2019-04-12 | 1 | -7/+12 |
|
|
* | Merge topic 'qcc-asm-detection' | Brad King | 2019-02-26 | 1 | -0/+4 |
|\ |
|
| * | Add ASM Compiler detection for QCC | Maikel van den Hurk | 2019-02-25 | 1 | -0/+4 |
|
|
* | | Use -? instead of /? to test compiler for MSVC-like command-line support | Brad King | 2019-02-19 | 1 | -1/+1 |
|/ |
|
* | ASM: Detect compiler id for Clang used as Assembler | Brad King | 2018-11-09 | 1 | -0/+8 |
|
|
* | ASM: Search for full path even when using C or C++ compiler | Raul Laasner | 2018-09-26 | 1 | -4/+2 |
|
|
* | ASM: ADSP assembler identification | Anton Danielsson | 2018-01-30 | 1 | -0/+4 |
|
|
* | CMakeFindBinUtils: Improve switch between MSVC- and GNU-like tools | Brad King | 2017-11-28 | 1 | -1/+1 |
|
|
* | CMakeDetermineASMCompiler: fix a CMP0054 warning | Ben Boeckel | 2017-07-13 | 1 | -1/+1 |
|
|
* | IAR: Improve support for IAR ARM Compiler | Norbert Lange | 2017-06-29 | 1 | -0/+18 |
|
|
* | Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variable | Norbert Lange | 2017-06-29 | 1 | -0/+7 |
|
|
* | Store CMAKE_ASM_COMPILER_VERSION persistently | Norbert Lange | 2017-06-29 | 1 | -13/+29 |
|
|
* | CMakeDetermineASMCompiler: Fix small copy-paste mistake | Norbert Lange | 2017-06-29 | 1 | -1/+1 |
|
|
* | Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB} | Ruslan Baratov | 2017-04-03 | 1 | -0/+4 |
|
|
* | Merge topic 'vs-nasm' | Brad King | 2017-02-10 | 1 | -0/+8 |
|\ |
|
| * | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 1 | -0/+8 |
|
|
* | | CMakeDetermineCompilerId: check with and without user-specified flags | Michael Maltese | 2017-02-06 | 1 | -2/+2 |
|/ |
|
* | CMakeDetermineASMCompiler: arg-split ASM* env var like CC | Michał Górny | 2016-12-02 | 1 | -1/+7 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Add support for the ARM Compiler (arm.com) | Joakim Andersson | 2015-11-02 | 1 | -0/+4 |
|
|
* | Replace MATCHES ".+" tests with NOT STREQUAL "" | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
|
|
* | CMakeDetermine*Compiler: Factor out search for compiler in PATH | Brad King | 2014-03-10 | 1 | -16/+1 |
|
|
* | CMakeDetermine*Compiler: Fix typo 'lile' => 'like' | Stephen Kelly | 2014-01-22 | 1 | -1/+1 |
|
|
* | Drop use of configure_file IMMEDIATE option | Daniele E. Domenichelli | 2013-11-13 | 1 | -1/+1 |
|
|
* | CMakeDetermine*Compiler: Remove temporary cache entry | Brad King | 2013-10-24 | 1 | -1/+1 |
|
|
* | Merge topic 'FixAsmSupport' | Brad King | 2013-06-14 | 1 | -2/+2 |
|\ |
|
| * | asm support: adapt to changes in CMakeDetectCompiler in 2.8.10 | Alex Neundorf | 2013-06-14 | 1 | -2/+2 |
|
|
* | | Add regexps for the IAR toolchain to the vendor list. | Alex Neundorf | 2013-04-15 | 1 | -0/+4 |
|/ |
|
* | rename TI_DSP toolchain to TI, since it works also for the ARM compiler | Alex Neundorf | 2013-03-14 | 1 | -3/+3 |
|
|
* | Make platform information files specific to the CMake version | Brad King | 2012-08-24 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -16/+16 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -96/+96 |
|
|
* | Prefer generic system compilers by default for C, C++, and Fortran | Brad King | 2012-08-02 | 1 | -2/+3 |
|
|
* | Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)Compiler | Brad King | 2012-08-02 | 1 | -24/+11 |
|
|
* | fix #12465: detect the masm compiler ID ("MSVC") | Alex Neundorf | 2011-10-06 | 1 | -0/+4 |
|
|
* | Add more regex for gcc, always print the ASM compiler ID | Alex Neundorf | 2011-03-01 | 1 | -7/+8 |
|
|
* | It's ELSEIF(), not ELSIF() | Alex Neundorf | 2011-03-01 | 1 | -1/+1 |
|
|
* | Fix bad comparison in the detect assembler-code | Alex Neundorf | 2011-03-01 | 1 | -4/+4 |
|
|
* | Add support for ASm for the HP compiler. | Alex Neundorf | 2011-02-23 | 1 | -0/+4 |
|
|
* | Add suport for ASM for the IBM XL compiler | Alex Neundorf | 2011-02-23 | 1 | -0/+4 |
|
|
* | Add support for ASM for the SunPro compiler | Alex Neundorf | 2011-02-23 | 1 | -0/+4 |
|
|
* | Add ASM support for the Intel compiler | Alex Neundorf | 2011-02-23 | 1 | -0/+4 |
|
|
* | Rework the way assembler is handled, use the C/CXX compiler by default | Alex Neundorf | 2011-01-30 | 1 | -7/+50 |
|
|
* | Fix parsing of compiler name with a version number | Alex Neundorf | 2011-01-26 | 1 | -3/+4 |
|
|
* | Recognize the Texas Instruments DSP compiler (#11645) | Wojciech Migda | 2010-12-28 | 1 | -0/+3 |
|
|