summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-251-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-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
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-021-7/+1
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-2/+5
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-5/+5
* Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-2/+2
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-2/+2
* VS15: Add Visual Studio 15 generatorBrad King2016-09-071-0/+12