summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCXXCompilerId.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerSharkAlexander Neundorf2007-07-121-0/+5
| | | | | | DSPs, patch from Raphael Cotty Alex
* ENH: Unify design of CMakeCCompilerId.c, CMakeCXXCompilerId.cpp, and ↵Brad King2007-05-231-16/+28
| | | | CMakePlatformId.h. BUG: Do not violate system-reserved symbol namespace _[A-Z].
* ENH: fix up compiler id to be more robustBill Hoffman2007-05-171-5/+1
|
* BUG: make sure this thing compiles on 64 bit machinesBill Hoffman2007-05-171-1/+5
|
* ENH: Changed GNUC compiler id name to GNU.Brad King2007-05-011-1/+1
|
* STYLE: Added comment explaining choice of file extension.Brad King2007-04-301-0/+3
|
* ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId ↵Brad King2007-04-281-0/+49
to the main tree. Changes between CMake-Modules-CompilerId-bp and CMake-Modules-CompilerId-mp1 are included.