summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineASMCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ENH: initial support for assembler in cmake, needs testing by our usersAlexander Neundorf2007-06-281-0/+78