summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10IA64Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-30/+0
| | | | Move the whole logic into the base class and the factory.
* VS: Remove EnableLanguage from platform-specific generatorsPatrick Gansterer2012-11-191-13/+0
| | | | Move the logic into the base class to remove duplicated code.
* VS: Fix ArchitectureId of Visual Studio 10 IA64 generatorPatrick Gansterer2012-11-191-1/+1
| | | | Replace "x64" with "Itanium" like at the VS 9 IA64 generator.
* VS: Remove AddPlatformDefinitions from platform-specific generatorsPatrick Gansterer2012-11-191-8/+1
| | | | | 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-2/+2
| | | | | Making the function static allows us to call it directly, without creating and removing an instance of the generator.
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-2/+1
| | | | | Move adding of definitions into cmGlobalVisualStudioGenerator to share code and avoid duplicate architecture string literals.
* Add VisualStudio 9 and 10 generators for Itanium platformMatej Hribernik2011-06-201-0/+51