summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.h
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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
* Merge topic 'generator-factory'Brad King2012-11-201-8/+11
|\
| * VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-7/+9
| * VS: Remove GetPlatformName from platform-specific generatorsPatrick Gansterer2012-11-191-1/+1
| * Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
| * Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
* | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>Petr Kmoch2012-11-131-4/+4
|/
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-3/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-1/+2
* Skip VS <= 7.1 dependency analysis for VS >= 8Brad King2010-12-011-0/+1
* Store direct dependencies in solutions for VS >= 8Brad King2010-09-101-0/+2
* VS: Add ArchitectureId to VS 8 and 9 generatorsPatrick Gansterer2010-08-261-0/+2
* VS: Convert PlatformName member to a virtual methodPatrick Gansterer2010-08-241-3/+2
* WIP: VS 10 Win64 generatorBrad King2009-10-221-0/+2
* Do not link library dependencies in VS solutionsBrad King2009-10-201-0/+4
* Avoid duplicate ZERO_CHECK in VS solutionsBrad King2009-10-191-0/+2