| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection | Brad King | 2023-08-10 | 1 | -20/+0 |
|\ |
|
| * | VS: Consolidate Windows SDK major version selection dispatch | Brad King | 2023-08-10 | 1 | -20/+0 |
|
|
* | | strings: use `emplace_back` with `cmStrCat` arguments | Ben Boeckel | 2023-07-28 | 1 | -2/+2 |
|
|
* | | strings: use character literals where possible | Ben Boeckel | 2023-07-28 | 1 | -2/+2 |
|
|
* | | cmStrCat: use in Windows-specific sources | Ben Boeckel | 2023-07-28 | 1 | -67/+67 |
|
|
* | | strings: compare to static `string_view` instances in Windows-only code | Ben Boeckel | 2023-07-27 | 1 | -4/+4 |
|
|
* | | Drop Visual Studio 11 2012 generator | Brad King | 2023-06-13 | 1 | -9/+0 |
|/ |
|
* | VS: Add support for C++ module internal partitions in VS 17.6 and newer | Brad King | 2023-05-17 | 1 | -0/+16 |
|
|
* | VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection | Brad King | 2023-04-05 | 1 | -1/+2 |
|
|
* | VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known | Brad King | 2023-04-05 | 1 | -2/+3 |
|
|
* | VS: Simplify logic to require SDK for Windows Store | Brad King | 2023-04-05 | 1 | -1/+1 |
|
|
* | VS: Add a variable to report the Visual Studio version build number | Brad King | 2022-12-07 | 1 | -0/+10 |
|
|
* | clang-tidy: fix `readability-isolate-declaration` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+2 |
|
|
* | clang-tidy: fix `modernize-raw-string-literal` lints | Ben Boeckel | 2022-11-29 | 1 | -2/+2 |
|
|
* | clang-tidy: fix `readability-else-after-return` lints | Ben Boeckel | 2022-11-29 | 1 | -16/+15 |
|
|
* | clang-tidy: fix `modernize-use-auto` lints | Ben Boeckel | 2022-11-29 | 1 | -1/+1 |
|
|
* | clang-tidy: fix `modernize-use-nullptr` lints | Ben Boeckel | 2022-11-29 | 1 | -3/+3 |
|
|
* | Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry | Alex Turbov | 2022-11-17 | 1 | -13/+12 |
|
|
* | VS: Restore support for two-part default toolset version | Brad King | 2022-11-03 | 1 | -18/+20 |
|
|
* | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -9/+0 |
|
|
* | cmVSGenerator: Add support for two-part toolset versions for Visual Studio | Nicholas Sinlock | 2022-09-02 | 1 | -3/+34 |
|
|
* | VS: Fix ARM64 host architecture detection in x86 binary | Anton Lapounov | 2022-08-01 | 1 | -1/+1 |
|
|
* | VS: Detect ARM64 host architecture at runtime | Brad King | 2022-07-27 | 1 | -36/+90 |
|
|
* | VS: Prefer ARM64 MSBuild on Windows ARM64 host | Tommy Vercetti | 2022-06-21 | 1 | -0/+8 |
|
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 1 | -1/+1 |
|
|
* | VS: ARM64 as default toolset architecture for ARM64 host | Niyas Sait | 2022-05-19 | 1 | -7/+11 |
|
|
* | Make cmGlobalVisualStudioGenerator::VSVersion enum class | Sumit Bhardwaj | 2022-01-25 | 1 | -57/+57 |
|
|
* | Source: Fix possible IWYU warnings in Windows generators | NAKAMURA Takumi | 2021-11-19 | 1 | -2/+11 |
|
|
* | Merge topic 'vs-framework-version' | Brad King | 2021-11-08 | 1 | -0/+6 |
|\ |
|
| * | VS: Default TargetFrameworkVersion to v4.7.2 for VS 2022 | Brad King | 2021-11-06 | 1 | -0/+6 |
|
|
* | | VS: Allow CMAKE_GENERATOR_INSTANCE to specify portable instance | Brad King | 2021-10-29 | 1 | -1/+1 |
|
|
* | | VS: Support version specification in CMAKE_GENERATOR_INSTANCE | Brad King | 2021-10-29 | 1 | -7/+63 |
|
|
* | | VS: Parse comma-separated fields from CMAKE_GENERATOR_INSTANCE | Brad King | 2021-10-29 | 1 | -2/+85 |
|/ |
|
* | cmGlobalVisualStudioVersionedGenerator: Fix repeating SetGeneratorInstance | Brad King | 2021-10-26 | 1 | -1/+5 |
|
|
* | cmGlobalVisualStudio10Generator: Add method to find MSBuild early | Brad King | 2021-10-20 | 1 | -0/+11 |
|
|
* | cmGlobalVisualStudioVersionedGenerator: Allow repeating SetGeneratorInstance | Brad King | 2021-10-20 | 1 | -0/+6 |
|
|
* | Use new AddCacheEntry signatures | Marc Chevrier | 2021-09-10 | 1 | -3/+3 |
|
|
* | VS: Add special case for '-T version=14.29.16.11' under VS 16.11 | Brad King | 2021-08-19 | 1 | -0/+3 |
|
|
* | VS: Update Visual Studio 17 2022 generator for Preview 2 | Brad King | 2021-07-15 | 1 | -2/+1 |
|
|
* | VS: Add ARM64EC to supported platforms for VS 16 and 17 | Brad King | 2021-06-29 | 1 | -1/+2 |
|
|
* | VS: Use 64-bit MSBuild in VS 2022 | Brad King | 2021-06-25 | 1 | -0/+6 |
|
|
* | VS: Add Visual Studio 17 2022 generator | Brad King | 2021-06-25 | 1 | -0/+91 |
|
|
* | VS: Add support for Utf8Enconding when using VS 16.10+ | Gustavo Varo | 2021-06-17 | 1 | -0/+15 |
|
|
* | VS: Compare VS instance versions as strings | Brad King | 2021-06-17 | 1 | -7/+7 |
|
|
* | cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion method | Brad King | 2021-06-16 | 1 | -6/+11 |
|
|
* | VS: Add special case for '-T version=14.29.16.10' under VS 16.10 | Brad King | 2021-05-27 | 1 | -0/+3 |
|
|
* | Merge topic 'vs-toolset-version' into release-3.20 | Brad King | 2021-03-15 | 1 | -40/+87 |
|\ |
|
| * | VS: Accept and translate '-T version=' values with three components | Brad King | 2021-03-12 | 1 | -0/+37 |
|
|
| * | VS: Fix '-T version=14.28' under VS 16.9 | Brad King | 2021-03-12 | 1 | -40/+50 |
|
|
* | | Merge topic 'msvc-arm64ec-platform-support' | Brad King | 2021-01-22 | 1 | -0/+1 |
|\ \
| |/
|/| |
|