summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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-151-6/+6
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-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
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-10/+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/+1
* 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
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-071-2/+5
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-1/+2
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-0/+15
* VS: Move internal MasmEnabled member up to VS 7 generatorBrad King2014-08-201-0/+8
* VS: Refactor logic deciding to add "Deploy" to the .sln fileGilles Khouzam2014-07-311-3/+10
* VS: Delay getting platform name in local generatorBrad King2014-07-171-1/+0
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-2/+9
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-10/+4
* cmGlobalGenerator: Store targets in hash mapsBen Boeckel2014-05-071-1/+1
* cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-1/+2
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1