summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/AppleClang-DetermineCompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-1/+1
| | | | | | | Automate with: find Modules -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
* Project: Add configurable name for version computation macros.Stephen Kelly2014-06-051-1/+1
|
* CompilerId: Allow specifying a prefix for preprocessor defines.Stephen Kelly2014-05-071-1/+1
|
* Project: Generate the CXX compiler Id test from multiple files.Stephen Kelly2014-05-071-0/+7
This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components.