Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Unify design of CMakeCCompilerId.c, CMakeCXXCompilerId.cpp, and ↵ | Brad King | 2007-05-23 | 1 | -26/+27 |
| | | | | CMakePlatformId.h. BUG: Do not violate system-reserved symbol namespace _[A-Z]. | ||||
* | BUG: now the toolchain file is configured into the buildtree, otherwise e.g. | Alexander Neundorf | 2007-05-22 | 1 | -27/+51 |
| | | | | | | | | | | | | | | | | | | CMAKE_SOURCE_DIR can't be used there ENH: modify CMakeCCompilerId.c and .h so that sdcc can compile them. As they were the preprocessor produced: 9 "test.c" static char const info_compiler[] = "INFO:compiler[" # 40 "test.c" "" "]"; and the mixing of the preprocessing directives and the string constants didn't work. Alex | ||||
* | ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId ↵ | Brad King | 2007-04-28 | 1 | -0/+54 |
to the main tree. Changes between CMake-Modules-CompilerId-bp and CMake-Modules-CompilerId-mp1 are included. |