summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio71Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+1
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-6/+0
* Merge topic 'fix-custom-target-with-csharp'Brad King2018-11-011-1/+1
|\
| * CSharp: Fix regression in VS project type selection for custom targetBrad King2018-10-311-1/+1
* | add_dependencies: Track backtraces internallyBrad King2018-10-181-4/+5
|/
* remove TargetIsCSharpOnly() and use methods from cmGeneratorTargetMichael Stürmer2018-04-231-1/+1
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-20/+15
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targetsBrad King2017-09-131-4/+10
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-67/+1
* include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>Beeble2017-04-051-4/+9
* VS: Pass whole target to WriteProjectConfigurationsBeeble2017-04-051-1/+1
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-2/+1
* Merge topic 'vs-csharp-prep'Brad King2016-10-201-0/+4
|\
| * VS: Add CSharp project uuid and file extensionMichael Stürmer2016-10-191-0/+4
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-98/+65
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-11/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Merge topic 'clang-format-include-order'Brad King2016-05-021-0/+2
|\
| * Source: Stabilize include orderBrad King2016-04-291-0/+2
* | Deprecate Visual Studio 7 .NET 2003 generatorBrad King2016-04-281-1/+1
|/
* VS: Fix default target support for targets nested inside a folderTaylor Braun-Jones2016-03-231-1/+18
* VS: Add option to choose the `.sln` startup project (#15578)Davy Durham2016-03-221-1/+2
* VS: Port utility depends to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port target depends to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-241-4/+4
* VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port WriteProject to cmGeneratorTargetStephen Kelly2015-10-241-5/+5
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* VS: Refactor target ordering logicBrad King2015-09-221-1/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+2
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-7/+12
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-10/+0
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+2
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-1/+0
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* 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-261-0/+5
* VS: Remove unused parameter of WriteTargetConfigurationsBrad King2014-06-131-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-4/+5
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-4/+4
* VS: Teach include_external_msproject about non-C++ projects (#14661)David Golub2013-12-201-1/+1