Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmOutputConverter: Constify API. | Stephen Kelly | 2015-06-21 | 1 | -9/+9 |
| | |||||
* | cmOutputConverter: Extract from cmLocalGenerator. | Stephen Kelly | 2015-06-06 | 1 | -0/+106 |
The Convert methods never belonged to the local generator concept, so split them out now. The cmOutputConverter is cheap to construct and destroy, so it can be instantiated where needed to perform conversions. This will allow further decoupling of cmLocalGenerator from the configure step. Inherit cmLocalGenerator from cmOutputConverter for the purpose of source compatibility. |