-
- Downloads
VS: Refactor generator toolset parsing
We parse `CMAKE_GENERATOR_TOOLSET` values of the forms: * `toolset` * `toolset,host=x64` * `host=x64` Generalize the parsing to support the forms: * `toolset` * `toolset[,key=value]*` * `key=value[,key=value]*` Disallow duplicate keys. Require all but the first field to be of `key=value` form.
Showing
- Source/cmGlobalVisualStudio10Generator.cxx 69 additions, 13 deletionsSource/cmGlobalVisualStudio10Generator.cxx
- Source/cmGlobalVisualStudio10Generator.h 5 additions, 1 deletionSource/cmGlobalVisualStudio10Generator.h
- Source/cmGlobalVisualStudio12Generator.cxx 6 additions, 10 deletionsSource/cmGlobalVisualStudio12Generator.cxx
- Source/cmGlobalVisualStudio12Generator.h 2 additions, 2 deletionsSource/cmGlobalVisualStudio12Generator.h
- Tests/RunCMake/GeneratorToolset/BadToolsetFormat-result.txt 1 addition, 0 deletionsTests/RunCMake/GeneratorToolset/BadToolsetFormat-result.txt
- Tests/RunCMake/GeneratorToolset/BadToolsetFormat-stderr.txt 10 additions, 0 deletionsTests/RunCMake/GeneratorToolset/BadToolsetFormat-stderr.txt
- Tests/RunCMake/GeneratorToolset/BadToolsetFormat.cmake 1 addition, 0 deletionsTests/RunCMake/GeneratorToolset/BadToolsetFormat.cmake
- Tests/RunCMake/GeneratorToolset/BadToolsetHostArch-stderr.txt 2 additions, 2 deletions...s/RunCMake/GeneratorToolset/BadToolsetHostArch-stderr.txt
- Tests/RunCMake/GeneratorToolset/BadToolsetHostArchTwice-result.txt 1 addition, 0 deletions...CMake/GeneratorToolset/BadToolsetHostArchTwice-result.txt
- Tests/RunCMake/GeneratorToolset/BadToolsetHostArchTwice-stderr.txt 10 additions, 0 deletions...CMake/GeneratorToolset/BadToolsetHostArchTwice-stderr.txt
- Tests/RunCMake/GeneratorToolset/BadToolsetHostArchTwice.cmake 1 addition, 0 deletions...s/RunCMake/GeneratorToolset/BadToolsetHostArchTwice.cmake
- Tests/RunCMake/GeneratorToolset/RunCMakeTest.cmake 4 additions, 0 deletionsTests/RunCMake/GeneratorToolset/RunCMakeTest.cmake
Loading
Please register or sign in to comment