summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-141-6/+6
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-1/+2
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-3/+5
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-081-2/+2
* VS: Refactor target ordering logicBrad King2015-09-221-1/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-4/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-2/+2
* cmMakefile: Add a PropertyKeys accessor.Stephen Kelly2015-07-181-7/+9
* cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-6/+6
* Merge topic 'move-Feature-API'Brad King2015-06-081-1/+2
|\
| * cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-1/+2
* | VS: Use cmUuid RFC 4122 compliant hash based UUID generationNils Gladitz2015-06-051-8/+10
|/
* VS: Compute project GUIDs deterministicallyBrad King2015-06-041-34/+18
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+2
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-66/+23
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+2
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-31/+27
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+1
* VS: Add option to put INSTALL target in .sln default buildRobert Goulet2015-05-061-0/+18
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-4/+4
* Deprecate Visual Studio 7 generator (.NET 2002)Brad King2015-04-151-1/+18
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-4/+4
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* VS: Do not generate a BOM in .sln filesBrad King2015-02-241-5/+0
* Encoding: Write Visual Studio solution file with BOM.Clinton Stimpson2014-12-271-0/+5
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-3/+14
* VS: Refactor internal default platform name selectionBrad King2014-09-051-4/+10
* VS: Move internal MasmEnabled member up to VS 7 generatorBrad King2014-08-201-0/+1