Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+4 |
| | |||||
* | cmRulePlaceholderExpander: Fix CMAKE_<LANG>_COMPILER_ARG1 replacement | Zack Galbreath | 2016-11-01 | 1 | -1/+1 |
| | | | | | | | Refactoring in commit b29425f7 (cmLocalGenerator: Populate a container of mappings for replacements, 2016-10-09) broke substitution of this placeholder by storing the wrong key in the new replacement map. Use the proper key, `CMAKE_<LANG>_COMPILER_ARG1`. | ||||
* | cmRulePlaceholderExpander: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-15 | 1 | -0/+304 |
Implement cmLocalGenerator::ExpandRuleVariables in terms of the new class for source compatibility and to reduce diff noise in this commit. |