summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio9Generator.h
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-0/+4
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-3/+1
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-1/+3
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+4
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-6/+0
* VS: Convert GetIDEVersion to non-virtual table lookupBrad King2019-01-101-3/+0
* cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-021-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+1
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-4/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-3/+0
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
* VS: Remove unused method from VS 9 generatorBrad King2014-07-171-2/+0
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-2/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+3
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-1/+1
* VS: Add parser for WCE.VCPlatform.config to read WinCE platformsPatrick Gansterer2012-11-271-0/+1
* VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-12/+5
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-1/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create VS generator GetRegistryBase methodBrad King2009-09-161-0/+2
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-0/+6
* ENH: add MSVC90 define to vs9 ideBill Hoffman2008-01-181-1/+2
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+7
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-171-0/+55