Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Remove platform specific generator files | Patrick Gansterer | 2012-11-19 | 1 | -34/+0 |
| | | | | Move the whole logic into the base class and the factory. | ||||
* | VS: Remove EnableLanguage from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -3/+0 |
| | | | | Move the logic into the base class to remove duplicated code. | ||||
* | VS: Remove GetPlatformName from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -2/+0 |
| | | | | | Use the existing ArchitectureId to generate the PlatformName to reduce duplicated information in the classes. | ||||
* | VS: Remove AddPlatformDefinitions from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -2/+0 |
| | | | | | Move the logic for handling platform specific defines from the subclasses into the cmGlobalVisualStudioGenerator base class. | ||||
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -1/+1 |
| | | | | | Making the function static allows us to call it directly, without creating and removing an instance of the generator. | ||||
* | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -2/+3 |
| | | | | | This new abstract class allows us move some logic from the cmGlobalGenerator into its own layer in a next step. | ||||
* | Add VisualStudio 9 and 10 generators for Itanium platform | Matej Hribernik | 2011-06-20 | 1 | -0/+40 |