summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* Merge branch 'backport-vs-fix-config-map' into vs-fix-config-mapBrad King2017-09-131-4/+10
|\
| * VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targetsBrad King2017-09-131-4/+10
* | Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* | Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-2/+2
|/
* Deprecate Visual Studio 8 2005 generatorBrad King2017-04-211-1/+1
* cmGlobalVisualStudio8Generator: Drop unused GetDocumentation methodBrad King2017-04-191-7/+0
* include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>Beeble2017-04-051-3/+8
* VS: Pass whole target to WriteProjectConfigurationsBeeble2017-04-051-2/+2
* VS: Fix quoting of special characters in cmake re-run check commandsBrad King2017-02-061-2/+4
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-2/+1
* VS: Teach `cmake --build` to reconfigure if needed before buildingYves Frederix2016-11-171-1/+6
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-5/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* 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-236/+193
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-21/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* VS: Ignore USE_FOLDER property on VS versions that do not support itBrad King2016-04-261-0/+6
* 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: Remove map from cmTarget to cmGeneratorTargetStephen Kelly2015-10-271-1/+0
* cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-271-6/+10
* cmGeneratorTarget: Add GetUtilities APIStephen Kelly2015-10-271-2/+2
* VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-241-4/+5
* VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-241-2/+2
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-1/+1
* cmLocalGenerator: Simplify semantic of adding generator targets.Stephen Kelly2015-10-201-0/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-6/+6
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-2/+2
* cmTarget: Remove Compute method.Stephen Kelly2015-10-071-1/+0
* cmTarget: Add Compute API for sources.Stephen Kelly2015-10-071-0/+1
* cmGeneratorTarget: Add methods for generate-time source addition.Stephen Kelly2015-10-071-1/+1
* VisualStudio: Replace Compute override with AddExtraIDETargets override.Stephen Kelly2015-10-051-7/+2
* VS: Refactor target ordering logicBrad King2015-09-221-1/+1
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-1/+1
* cmTarget: Split storage of include directories from genexes.Stephen Kelly2015-08-071-0/+1
* cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-301-4/+7
* cmGlobalGenerator: Move generation object creation to Compute().Stephen Kelly2015-07-301-0/+2
* cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-1/+2
* Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'Brad King2015-06-041-6/+2
|\
| * cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-6/+2
* | VS: Compute project GUIDs deterministicallyBrad King2015-06-041-1/+0
|/
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-10/+8
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-5/+7
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-3/+1