summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineASMCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* ASM: Detect compiler id for Clang used as AssemblerBrad King2018-11-091-0/+8
* ASM: Search for full path even when using C or C++ compilerRaul Laasner2018-09-261-4/+2
* ASM: ADSP assembler identificationAnton Danielsson2018-01-301-0/+4
* CMakeFindBinUtils: Improve switch between MSVC- and GNU-like toolsBrad King2017-11-281-1/+1
* CMakeDetermineASMCompiler: fix a CMP0054 warningBen Boeckel2017-07-131-1/+1
* IAR: Improve support for IAR ARM CompilerNorbert Lange2017-06-291-0/+18
* Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variableNorbert Lange2017-06-291-0/+7
* Store CMAKE_ASM_COMPILER_VERSION persistentlyNorbert Lange2017-06-291-13/+29
* CMakeDetermineASMCompiler: Fix small copy-paste mistakeNorbert Lange2017-06-291-1/+1
* Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB}Ruslan Baratov2017-04-031-0/+4
* Merge topic 'vs-nasm'Brad King2017-02-101-0/+8
|\
| * VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+8
* | CMakeDetermineCompilerId: check with and without user-specified flagsMichael Maltese2017-02-061-2/+2
|/
* CMakeDetermineASMCompiler: arg-split ASM* env var like CCMichał Górny2016-12-021-1/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Add support for the ARM Compiler (arm.com)Joakim Andersson2015-11-021-0/+4
* Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-1/+1
* CMakeDetermine*Compiler: Factor out search for compiler in PATHBrad King2014-03-101-16/+1
* CMakeDetermine*Compiler: Fix typo 'lile' => 'like'Stephen Kelly2014-01-221-1/+1
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* CMakeDetermine*Compiler: Remove temporary cache entryBrad King2013-10-241-1/+1
* Merge topic 'FixAsmSupport'Brad King2013-06-141-2/+2
|\
| * asm support: adapt to changes in CMakeDetectCompiler in 2.8.10Alex Neundorf2013-06-141-2/+2
* | Add regexps for the IAR toolchain to the vendor list.Alex Neundorf2013-04-151-0/+4
|/
* rename TI_DSP toolchain to TI, since it works also for the ARM compilerAlex Neundorf2013-03-141-3/+3
* Make platform information files specific to the CMake versionBrad King2012-08-241-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-16/+16
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-96/+96
* Prefer generic system compilers by default for C, C++, and FortranBrad King2012-08-021-2/+3
* Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)CompilerBrad King2012-08-021-24/+11
* fix #12465: detect the masm compiler ID ("MSVC")Alex Neundorf2011-10-061-0/+4
* Add more regex for gcc, always print the ASM compiler IDAlex Neundorf2011-03-011-7/+8
* It's ELSEIF(), not ELSIF()Alex Neundorf2011-03-011-1/+1
* Fix bad comparison in the detect assembler-codeAlex Neundorf2011-03-011-4/+4
* Add support for ASm for the HP compiler.Alex Neundorf2011-02-231-0/+4
* Add suport for ASM for the IBM XL compilerAlex Neundorf2011-02-231-0/+4
* Add support for ASM for the SunPro compilerAlex Neundorf2011-02-231-0/+4
* Add ASM support for the Intel compilerAlex Neundorf2011-02-231-0/+4
* Rework the way assembler is handled, use the C/CXX compiler by defaultAlex Neundorf2011-01-301-7/+50
* Fix parsing of compiler name with a version numberAlex Neundorf2011-01-261-3/+4
* Recognize the Texas Instruments DSP compiler (#11645)Wojciech Migda2010-12-281-0/+3
* Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)Alex Neundorf2010-11-171-0/+1
* Detect a COMPILER_ID also for ASM.Alex Neundorf2010-08-151-0/+19
* Remove trailing spacesAlex Neundorf2010-08-151-5/+5
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+14
* Correct comments and use ASM${ASM_DIALECT} env. var instead of ASM env. var t...Alexander Neundorf2009-09-261-5/+5
* ENH: add support for the MS masm and masm64 assemblers, works with nmake,Alexander Neundorf2008-11-051-1/+1
* BUG: make the toolchain-prefix recognition work with prefixes which containAlexander Neundorf2008-05-151-7/+10
* BUG: fix handling of assembler executable (with path) #6858Alexander Neundorf2008-04-211-3/+2