summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio9Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Visual Studio 9 2008 generatorBrad King2023-02-081-1/+1
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-1/+1
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-5/+4
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-1/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-3/+8
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-2/+2
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-13/+19
* Add global generator factory method to get default platform nameBrad King2019-01-181-0/+2
* Add global generator factory method to get list of known platformsBrad King2019-01-181-0/+16
* Split global generator factory list with and without platformsBrad King2019-01-181-1/+9
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+1
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+3
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-6/+0
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-4/+2
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-2/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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