summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Allow specifying VCTools version with the ClangCL toolsetRichard Dzenis2023-08-161-25/+31
* Merge topic 'vs-sdk-selection'Brad King2023-08-101-1/+1
|\
| * Merge branch 'backport-vs-sdk-selection' into vs-sdk-selectionBrad King2023-08-101-1/+1
| |\
| | * VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versionsBrad King2023-08-101-1/+1
* | | cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5Ben Boeckel2023-08-081-1/+3
|/ /
* | strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-281-3/+3
* | strings: use character literals where possibleBen Boeckel2023-07-281-5/+5
* | cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-281-155/+155
* | strings: combine string literals where possibleBen Boeckel2023-07-271-2/+4
* | strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-271-73/+75
* | Drop Visual Studio 11 2012 generatorBrad King2023-06-131-1/+0
|/
* VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selectionBrad King2023-04-051-0/+9
* VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is knownBrad King2023-04-051-0/+15
* VS: Build custom commands concurrently when possibleIvan Zinkevich2023-01-231-0/+11
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-3/+3
* clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `readability-string-compare` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `bugprone-parent-virtual-call` lintsBen Boeckel2022-11-291-0/+1
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2022-11-291-1/+2
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2022-11-291-36/+54
* clang-tidy: fix `readability-redundant-string-cstr` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2022-11-291-1/+1
* clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2022-11-291-1/+2
* cmake --build: Use both inter- and intra-project parallelism with msbuildBrad King2022-11-161-2/+0
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+8
* Drop Visual Studio 10 2010 generatorBrad King2022-09-261-179/+0
* cmVSGenerator: Add support for two-part toolset versions for Visual StudioNicholas Sinlock2022-09-021-0/+21
* VS: Revert "Write ZERO_CHECK.proj for VS19 and above"Brad King2022-07-221-16/+0
* VS: Exclude ZERO_CHECK.proj from .sln for include_external_msprojectSumit Bhardwaj2022-07-201-0/+8
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-4/+4
* VS: Write ZERO_CHECK.proj for VS19 and aboveSumit Bhardwaj2022-02-211-0/+8
* VS: Revert "Write ZERO_CHECK.proj for VS19 and above"Brad King2022-02-171-7/+0
* Merge topic 'vs-package-restore-docs'Brad King2022-02-161-1/+1
|\
| * cmake --build: prioritize --resolve-package-references over presetCarsten Rudolph2022-02-151-1/+1
* | VS: Write ZERO_CHECK.proj for VS19 and aboveSumit Bhardwaj2022-02-121-0/+7
|/
* VS: Handle build target correct for .NET SDK style projects with Any CPUFlorian Schweiger2022-02-071-14/+27
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-14/+14
* Presets: add resolve packages setting to build presets.Carsten Rudolph2022-01-221-0/+4
* cmGlobalVisualStudio10Generator: Auto restore NuGet packages.Carsten Rudolph2022-01-221-0/+69
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-4/+6
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-191-1/+12
* VS: Model a default target frameworkBrad King2021-11-061-0/+7
* cmGlobalVisualStudio10Generator: Add method to find MSBuild earlyBrad King2021-10-201-0/+6
* cmGlobalVisualStudio10Generator: Allow subclasses to reset MSBuild searchBrad King2021-10-201-1/+0
* Deprecate Visual Studio 10 2010 generatorBrad King2021-07-291-1/+1
* VS: Add Visual Studio 17 2022 generatorBrad King2021-06-251-0/+2
* VS: Do not apply any '/external:*' flag table mapping on VS < 16.10Brad King2021-06-171-8/+10
* VS: Compare VS instance versions as stringsBrad King2021-06-171-6/+7
* VS: Do not apply '/external:W*' flag table mapping on VS < 16.10Brad King2021-06-161-2/+11
* cmGlobalVisualStudio10Generator: Move static functions to anonymous namespaceBrad King2021-06-161-2/+4