summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-7/+7
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-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
* VS: Move platform name members to top-level global generatorBrad King2019-01-101-27/+1
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-3/+3
* Merge topic 'fileapi'Brad King2018-12-131-0/+9
|\
| * fileapi: Report cmake generator in reply index fileBrad King2018-12-121-0/+9
* | Convert cmIDEFlagTable to use owned stringsStephan Szabo2018-11-281-1/+1
|/
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* cmCompiledGeneratorExpression::Evaluate(): return const std::string&Vitaly Stakhovsky2018-08-091-1/+1
* Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-2/+2
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+1
* Drop Visual Studio 8 2005 generatorBrad King2018-04-021-13/+0
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-66/+45
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-2/+2
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* VS: Add SolutionGuid to generated .sln filesBrad King2017-07-111-4/+16
* c++: prefer vectors over listsBen Boeckel2017-05-041-2/+3
* Deprecate Visual Studio 8 2005 generatorBrad King2017-04-211-0/+13
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-13/+0
* cmGlobalVisualStudioGenerator: Drop VS7 enumeration valueBrad King2017-04-191-1/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* VS: Pass whole target to WriteProjectConfigurationsBeeble2017-04-051-5/+5
* fix include order of windows.hDaniel Pfeifer2017-03-141-2/+1
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+1
* VS: Add option to place `PACKAGE` target in solution default buildMichael Stürmer2016-11-291-14/+21