summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* VS: Verify that MSBuild.exe and devenv.com exist before using themBrad King2016-09-061-3/+10
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-1/+2
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-3/+3
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-1/+1
|\
| * Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-1/+1
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-1/+1
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-359/+227
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-15/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+6
* Merge topic 'clang-format-include-order'Brad King2016-05-021-1/+4
|\
| * Source: Stabilize include orderBrad King2016-04-291-1/+4
* | Deprecate Visual Studio 7 .NET 2003 generatorBrad King2016-04-281-0/+17
|/
* Drop Visual Studio 7 generator for VS .NET 2002Brad King2016-03-111-227/+0
* VS7: Port remaining interface to cmGeneratorTargetStephen Kelly2015-10-271-9/+8
* cmGeneratorTarget: Add GetUtilities APIStephen Kelly2015-10-271-1/+1
* VS: Port WriteUtilityDepends to cmGeneratorTargetStephen Kelly2015-10-241-3/+4
* VS: Port utility depends to cmGeneratorTargetStephen Kelly2015-10-241-2/+2
* VS: Port target depends to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-241-8/+8
* VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port WriteProject to cmGeneratorTargetStephen Kelly2015-10-241-4/+5
* VS: Port loop to cmGeneratorTargetStephen Kelly2015-10-241-6/+4
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-6/+6
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-1/+2