summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-1/+2
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+1
* VS: Add DOTNET_SDK property to generate SDK-style C# projectsSumit Bhardwaj2021-12-211-1/+9
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-191-3/+10
* Source: Replace C headers with C++ onesRose2021-11-021-2/+1
* VS: Map /Y- flag to not use precompiled headers with VS 2008Luigi Fiorentini2021-09-221-0/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-10/+10
* Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-4/+3
* Deprecate Visual Studio 10 2010 generatorBrad King2021-07-291-0/+19
* cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPESBrad King2021-06-301-8/+1
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-2/+1
* Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-3/+4
* cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-2/+2
* Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-2/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+2
* Factor out generator checks for filtering out interface librariesBrad King2020-07-231-3/+3
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+1
* GetFeature(): return cmPropVitaly Stakhovsky2020-07-111-3/+2
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-2/+3
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-12/+13
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-2/+2
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+3
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-1/+1
* cmGeneratorExpression: remove const char* overloadsVitaly Stakhovsky2020-03-081-1/+2
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-7/+7
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-091-6/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+10
* Merge topic 'fix-vsmacro-access-violation'Brad King2019-09-261-4/+13
|\
| * VS: Fix access violation when calling Visual Studio macroDaniel Eiband2019-09-241-4/+13
* | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-4/+2
|/
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-0/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-17/+14
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-3/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+1
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-2/+2
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-4/+5
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+2
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-9/+7
* Merge topic 'vs-default-platform'Brad King2019-04-221-1/+1
|\
| * VS: Provide the default platform name to project codeBrad King2019-04-191-1/+1
* | Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* | cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-20/+38
* | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-041-7/+7
|/
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-22/+12
|\
| * cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-22/+12
* | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-1/+1
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-0/+1