summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-2/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-0/+1
* VS: Track explicitly when platform is specified in generator nameBrad King2019-01-101-1/+1
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+3
* Add missing overrideVitaly Stakhovsky2018-12-301-1/+1
* Convert cmIDEFlagTable to use owned stringsStephan Szabo2018-11-281-1/+1
* add_dependencies: Track backtraces internallyBrad King2018-10-181-2/+2
* CMake: Internally uses -S instead of -H to specify source directoryRobert Maynard2018-09-151-3/+3
* Merge topic 'glob_configure_depends'Brad King2018-04-061-8/+30
|\
| * Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-011-8/+30
* | Drop Visual Studio 8 2005 generatorBrad King2018-04-021-122/+0
|/
* Document and extend the CMAKE_SUPPRESS_REGENERATION variableShane Parris2018-02-231-1/+1
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-35/+24
* server: return whether or not a target is generator providedJustin Goshi2017-11-201-3/+3
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Merge topic 'string-clear'Brad King2017-09-191-1/+1
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* | 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-151-6/+6
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1