summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-9/+10
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-2/+2
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-7/+7
* Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-2/+6
* VS: Add target property to explicitly control solution deploymentAlexander Boczar2020-02-251-14/+22
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-3/+4
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-1/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-1/+1
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-15/+17
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-6/+5
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-5/+7
* cmMakefile: Remove AddUtilityCommand overload without byproductsDaniel Eiband2019-09-261-5/+5
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-6/+6
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-5/+3
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-16/+6
* add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-121-3/+6
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-0/+1
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-16/+11
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-4/+2
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-2/+2
* Merge topic 'vs-wince-no-deploy'Brad King2019-02-261-5/+26
|\
| * VS: support suppressing deployment of selected targetsWil Stark2019-02-251-5/+26
* | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-1/+1
|/
* 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