summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio71Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+3
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-151-1/+1
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-4/+4
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2022-11-291-3/+2
* clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2022-11-291-1/+3
* VS: Exclude ZERO_CHECK.proj from .sln for include_external_msprojectSumit Bhardwaj2022-07-201-1/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-3/+11
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-3/+3
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-2/+2
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-6/+6
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-3/+4
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-4/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
* 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