Patrick Gansterer
|
5170a8800f
|
Make cmGlobalGenerator::GetDocumentation() a static function
Making the function static allows us to call it directly,
without creating and removing an instance of the generator.
|
2012-11-19 12:54:50 -05:00 |
Patrick Gansterer
|
e8f841473b
|
Introduce the abstract class cmGlobalGeneratorFactory
This new abstract class allows us move some logic from the
cmGlobalGenerator into its own layer in a next step.
|
2012-11-19 12:54:30 -05:00 |
Patrick Gansterer
|
2c7a451de0
|
VS: Cleanup AddPlatformDefinitions() of Visual Studio generators
Move adding of definitions into cmGlobalVisualStudioGenerator to
share code and avoid duplicate architecture string literals.
|
2012-08-22 15:08:40 -04:00 |
Minmin Gong
|
0fa3d09369
|
VS11: Add ARM architecture generator (#13077)
|
2012-05-09 09:12:13 -04:00 |