Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Remove platform specific generator files | Patrick Gansterer | 2012-11-19 | 1 | -30/+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 | -13/+0 |
| | | | | Move the logic into the base class to remove duplicated code. | ||||
* | VS: Remove AddPlatformDefinitions from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -8/+1 |
| | | | | | 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 | -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 generators | Patrick Gansterer | 2012-08-22 | 1 | -2/+1 |
| | | | | | Move adding of definitions into cmGlobalVisualStudioGenerator to share code and avoid duplicate architecture string literals. | ||||
* | VS: Factor Find64BitTools out of Win64 generator to parent | Matej Hribernik | 2011-06-20 | 1 | -36/+0 |
| | | | | It will be shared with a forthcoming IA64 generator. | ||||
* | Enable 64-bit tools with VS 2010 Express (#9981, #10722) | Brad King | 2010-12-01 | 1 | -0/+49 |
| | | | | | | | The Express Edition does not come with 64-bit tools, but one can install the "Microsoft Windows SDK v7.1" to get them. Detect this case and check for the SDK. If found, set PlatformToolset to use the SDK tools. Otherwise, fail with a concise and informative error. | ||||
* | VS: Convert PlatformName member to a virtual method | Patrick Gansterer | 2010-08-24 | 1 | -1/+0 |
| | |||||
* | 64 bit should be setting 64 bit and not 32 bit. | Bill Hoffman | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -3/+5 |
| | |||||
* | WIP: VS 10 Win64 generator | Brad King | 2009-10-22 | 1 | -0/+37 |
See issue #9754. |