summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompilerId.c
Commit message (Expand)AuthorAgeFilesLines
* ENH: add support for the Portland Compiler to CMake, can build cmake and the ...Alexander Neundorf2007-09-171-0/+3
* ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerSharkAlexander Neundorf2007-07-121-0/+5
* ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sd...Alexander Neundorf2007-06-261-3/+2
* ENH: also load a processor-specific file if existsAlexander Neundorf2007-06-051-4/+4
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-251-7/+2
* STYLE: remove debug output, fix indentationAlexander Neundorf2007-05-241-2/+7
* ENH: add compiler id for sdccAlexander Neundorf2007-05-241-1/+9
* ENH: add compiler id for IAR compiler (http://www.iar.com/)Alexander Neundorf2007-05-241-0/+4
* ENH: Unify design of CMakeCCompilerId.c, CMakeCXXCompilerId.cpp, and CMakePla...Brad King2007-05-231-14/+15
* BUG: now the toolchain file is configured into the buildtree, otherwise e.g.Alexander Neundorf2007-05-221-15/+25
* ENH: fix up compiler id to be more robustBill Hoffman2007-05-171-1/+1
* ENH: Changed GNUC compiler id name to GNU.Brad King2007-05-011-1/+1
* ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId t...Brad King2007-04-281-0/+51