summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio9IA64Generator.h
Commit message (Collapse)AuthorAgeFilesLines
* VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-40/+0
| | | | Move the whole logic into the base class and the factory.
* VS: Remove GetPlatformName from platform-specific generatorsPatrick Gansterer2012-11-191-2/+0
| | | | | Use the existing ArchitectureId to generate the PlatformName to reduce duplicated information in the classes.
* VS: Remove AddPlatformDefinitions from platform-specific generatorsPatrick Gansterer2012-11-191-6/+0
| | | | | Move the logic for handling platform specific defines from the subclasses into the cmGlobalVisualStudioGenerator base class.
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-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 cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
| | | | | This new abstract class allows us move some logic from the cmGlobalGenerator into its own layer in a next step.
* VS: Remove duplicated implementations of CreateLocalGenerator()Patrick Gansterer2012-09-141-3/+0
| | | | | The IA64 and Win64 versions of the VS8 and VS9 generators contain the same code for this function as in the base class.
* Add VisualStudio 9 and 10 generators for Itanium platformMatej Hribernik2011-06-201-0/+50