summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio9Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+1
* cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classesTobias Hunger2016-07-141-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-46/+40
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* VS: Detect VS 8 and 9 Express editionsBrad King2016-04-261-0/+4
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-12/+9
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-9/+0
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+2
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-1/+0
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-071-2/+5
* VS: Delay getting platform name in local generatorBrad King2014-07-171-1/+0
* VS: Remove unused method from VS 9 generatorBrad King2014-07-171-8/+0
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-8/+6
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-6/+8
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+0
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-5/+0
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-4/+3
* VS: Allow setting the name of the target platformPatrick Gansterer2012-11-271-0/+1
* VS: Add parser for WCE.VCPlatform.config to read WinCE platformsPatrick Gansterer2012-11-271-14/+49
* VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-10/+53
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-8/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-2/+2
* VS: Add ArchitectureId to VS 8 and 9 generatorsPatrick Gansterer2010-08-261-2/+2
* VS: Convert PlatformName member to a virtual methodPatrick Gansterer2010-08-241-0/+1
* Teach VS generators to set the MACHINE type correctly.Bill Hoffman2009-11-201-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-0/+7
* ENH: add MSVC90 define to vs9 ideBill Hoffman2008-01-181-0/+5
* STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.Brad King2007-11-201-1/+2
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+27
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-171-0/+61