Vitaly Stakhovsky
|
58da4aa47d
Source: Avoid comparing pointers to nullptr
|
1 year ago |
Brad King
|
03c31b0395
Drop Visual Studio 9 2008 generator
|
1 year ago |
Brad King
|
d5118ed2e5
Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection
|
2 years ago |
Brad King
|
bba1a23da9
VS: Consolidate Windows SDK major version selection dispatch
|
2 years ago |
Ben Boeckel
|
d4144b9c0a
strings: use `emplace_back` with `cmStrCat` arguments
|
2 years ago |
Ben Boeckel
|
809248a0c9
strings: use character literals where possible
|
2 years ago |
Ben Boeckel
|
7137b17835
cmStrCat: use in Windows-specific sources
|
2 years ago |
Ben Boeckel
|
3f1378fbca
strings: compare to static `string_view` instances in Windows-only code
|
2 years ago |
Brad King
|
536c1de1d4
Drop Visual Studio 11 2012 generator
|
2 years ago |
Brad King
|
406a103318
VS: Add support for C++ module internal partitions in VS 17.6 and newer
|
2 years ago |
Brad King
|
2f3d945f83
VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection
|
2 years ago |
Brad King
|
e259063b0a
VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known
|
2 years ago |
Brad King
|
8499374c6a
VS: Simplify logic to require SDK for Windows Store
|
2 years ago |
Brad King
|
5ce0f03cce
VS: Add a variable to report the Visual Studio version build number
|
2 years ago |
Ben Boeckel
|
501408338a
clang-tidy: fix `readability-isolate-declaration` lints
|
2 years ago |
Ben Boeckel
|
362d6cd234
clang-tidy: fix `modernize-raw-string-literal` lints
|
2 years ago |
Ben Boeckel
|
b72c45e39f
clang-tidy: fix `readability-else-after-return` lints
|
2 years ago |
Ben Boeckel
|
c61ece5c40
clang-tidy: fix `modernize-use-auto` lints
|
2 years ago |
Ben Boeckel
|
1b929ba8e4
clang-tidy: fix `modernize-use-nullptr` lints
|
2 years ago |
Alex Turbov
|
6e3e8827fa
Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry
|
3 years ago |
Brad King
|
c50df859c5
VS: Restore support for two-part default toolset version
|
3 years ago |
Brad King
|
8d6f015d59
Drop Visual Studio 10 2010 generator
|
3 years ago |
Nicholas Sinlock
|
f972e4fd3a
cmVSGenerator: Add support for two-part toolset versions for Visual Studio
|
3 years ago |
Anton Lapounov
|
c165dd6a83
VS: Fix ARM64 host architecture detection in x86 binary
|
3 years ago |
Brad King
|
418fd85569
VS: Detect ARM64 host architecture at runtime
|
3 years ago |
Tommy Vercetti
|
80273514aa
VS: Prefer ARM64 MSBuild on Windows ARM64 host
|
3 years ago |
FeRD (Frank Dana)
|
98a10290a8
cmSystemTools: Fix 'ErrorOccurred' spelling
|
3 years ago |
Niyas Sait
|
af6928ce92
VS: ARM64 as default toolset architecture for ARM64 host
|
3 years ago |
Sumit Bhardwaj
|
a88f98b3be
Make cmGlobalVisualStudioGenerator::VSVersion enum class
|
3 years ago |
NAKAMURA Takumi
|
0e58a5ea07
Source: Fix possible IWYU warnings in Windows generators
|
3 years ago |