summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.h
Commit message (Expand)AuthorAgeFilesLines
* VS: Parse comma-separated fields from CMAKE_GENERATOR_PLATFORMBrad King2023-04-051-0/+6
* VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is knownBrad King2023-04-051-0/+2
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-0/+10
* VS: Model a default target frameworkBrad King2021-11-061-0/+10
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-3/+1
* VS: Add target property to explicitly control solution deploymentAlexander Boczar2020-02-251-4/+0
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-1/+1
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* VS: support suppressing deployment of selected targetsWil Stark2019-02-251-1/+9
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-3/+3
* VS: Move ExpressEdition member to top-level generatorBrad King2019-01-101-4/+0
* VS: Convert GetIDEVersion to non-virtual table lookupBrad King2019-01-101-1/+0
* cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-021-1/+1
* Add missing overrideVitaly Stakhovsky2018-12-301-1/+1
* Drop Visual Studio 8 2005 generatorBrad King2018-04-021-19/+0
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-22/+22
* cmGlobalVisualStudio8Generator: Drop unused GetDocumentation methodBrad King2017-04-191-3/+0
* VS: Pass whole target to WriteProjectConfigurationsBeeble2017-04-051-2/+2
* VS: Teach `cmake --build` to reconfigure if needed before buildingYves Frederix2016-11-171-0/+3
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-10/+10
* VS: Ignore USE_FOLDER property on VS versions that do not support itBrad King2016-04-261-0/+2
* VS: Detect VS 8 and 9 Express editionsBrad King2016-04-261-0/+4
* VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-241-1/+2
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-2/+2
* VisualStudio: Replace Compute override with AddExtraIDETargets override.Stephen Kelly2015-10-051-1/+1
* cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-301-1/+1
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-1/+3
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-3/+0
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-0/+2
* VS: Refactor logic deciding to add "Deploy" to the .sln fileGilles Khouzam2014-07-311-0/+3
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-1/+1
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-0/+2
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-2/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-4/+5
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-2/+3
* Constify handling of target dependencies.Stephen Kelly2013-12-111-1/+1
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+2
* VS: Fix CMAKE_SUPPRESS_REGENERATION bad ZERO_CHECK dependency (#14378)Brad King2013-08-281-1/+1
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-1/+1
* VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 tooPatrick Gansterer2013-08-051-3/+0
* VS: Added "Deploy" at project configuration for WindowsCE targetsPatrick Gansterer2012-11-271-1/+1
* 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-0/+6
* VS: Change variable type of Name from const char* to stringPatrick Gansterer2012-11-261-2/+2
* VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefilePatrick Gansterer2012-11-261-0/+2