index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalVisualStudioVersionedGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'vs-sln'
Brad King
2025-09-18
1
-0/+1
|
\
|
*
VS: Decouple solution generation from `.sln` file format
Brad King
2025-09-17
1
-0/+1
*
|
VS: Default Intel Fortran projects to ifx in VS 18 and above
Brad King
2025-09-16
1
-0/+3
|
/
*
VS: Add Visual Studio 18 2026 generator
Brad King
2025-09-15
1
-0/+88
*
VS: Drop outdated usage text about appending platform to generator name
Brad King
2025-06-24
1
-2/+2
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-20/+20
*
VS: Remove support for appending a platform to the generator name
Brad King
2025-01-21
1
-40/+8
*
StringAlgorithms: Refactor `cmTokenize()` function
Alex Turbov
2024-11-06
1
-3/+4
*
Drop Visual Studio 12 2013 generator
Brad King
2024-08-28
1
-11/+0
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-1/+1
*
Drop Visual Studio 9 2008 generator
Brad King
2024-05-08
1
-9/+0
*
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
[next]