cmOutputConverter: Extract from cmLocalGenerator.
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.
Showing
- Source/CMakeLists.txt 2 additions, 0 deletionsSource/CMakeLists.txt
- Source/cmLocalGenerator.cxx 1 addition, 417 deletionsSource/cmLocalGenerator.cxx
- Source/cmLocalGenerator.h 2 additions, 80 deletionsSource/cmLocalGenerator.h
- Source/cmOutputConverter.cxx 447 additions, 0 deletionsSource/cmOutputConverter.cxx
- Source/cmOutputConverter.h 106 additions, 0 deletionsSource/cmOutputConverter.h
- bootstrap 1 addition, 0 deletionsbootstrap
Loading
Please register or sign in to comment