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
/
cmGlobalVisualStudio10Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
FASTBuild: optimize try_compile builds
Eduard Voronkin
2025-10-23
1
-1/+2
*
VS: Generate .slnx files for VS 2026
Brad King
2025-09-18
1
-8/+45
*
cmGlobalVisualStudio7Generator: Factor out computation of path to .sln
Brad King
2025-09-18
1
-7/+3
*
cmVisualStudioSlnParser: Fix storage of some `.sln` parse results
Brad King
2025-09-18
1
-2/+1
*
cmake --build: Simplify MSBuild Configuration and Platform arguments
Brad King
2025-09-18
1
-8/+3
*
cmake --build: Remove unused code for VS .NET SDK style projects
Brad King
2025-09-18
1
-14/+2
*
Merge topic 'vs-sln'
Brad King
2025-09-18
1
-2/+1
|
\
|
*
cmGlobalVisualStudio71Generator: Remove this now-unnecessary class
Brad King
2025-09-17
1
-2/+1
*
|
Merge topic 'vs-ifx'
Brad King
2025-09-17
1
-0/+9
|
\
\
|
|
/
|
/
|
|
*
VS: Default Intel Fortran projects to ifx in VS 18 and above
Brad King
2025-09-16
1
-0/+9
*
|
Merge branch 'backport-vs2026' into vs2026
Brad King
2025-09-15
1
-0/+2
|
\
\
|
|
/
|
*
VS: Add Visual Studio 18 2026 generator
Brad King
2025-09-15
1
-0/+2
*
|
source: Pass cmBuildOptions by value
Daniel Pfeifer
2025-07-30
1
-2/+1
*
|
Visual Studio: support shortened object filenames
John Parent
2025-07-29
1
-0/+6
|
/
*
cmExperimental: remove the flag for Windows Kernel Mode Driver support
Brad King
2025-07-09
1
-3/+1
*
cmStrCat: combine neighboring arguments where possible
Ben Boeckel
2025-05-15
1
-2/+4
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Refactor: Eliminate redundant `std::to_string` as arg of `cmStrCat`
Alex Turbov
2025-01-26
1
-6/+6
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-21/+21
*
ci: Extend spellcheck job with 'typos' tool
Alex Turbov
2025-01-22
1
-0/+2
*
VS: Remove support for appending a platform to the generator name
Brad King
2025-01-21
1
-19/+3
*
VS: Add minimal support for Windows Kernel Mode Drivers
Joseph Snyder
2024-12-03
1
-0/+15
*
StringAlgorithms: Refactor `cmTokenize()` function
Alex Turbov
2024-11-06
1
-3/+4
*
Drop Visual Studio 12 2013 generator
Brad King
2024-08-28
1
-9/+0
*
Merge topic 'vs-17.11'
Brad King
2024-06-24
1
-4/+2
|
\
|
*
VS: Fix '-T version=14.4x' under VS 17.1x
Brad King
2024-06-24
1
-4/+2
*
|
Drop Visual Studio 9 2008 generator
Brad King
2024-05-08
1
-6/+0
*
|
cmGlobalVisualStudioGenerator: Use member 'Version' more directly
Brad King
2024-05-08
1
-1/+1
|
/
*
VS: Fix '-T version=14.40' under VS 17.10 preview 1
Brad King
2024-02-20
1
-0/+8
*
VS: Verify toolset version= field format more strictly
Brad King
2024-02-19
1
-3/+5
*
VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files
Brad King
2023-11-22
1
-0/+24
*
VS: Allow specifying VCTools version with the ClangCL toolset
Richard Dzenis
2023-08-16
1
-25/+31
*
Merge topic 'vs-sdk-selection'
Brad King
2023-08-10
1
-1/+1
|
\
|
*
Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection
Brad King
2023-08-10
1
-1/+1
|
|
\
|
|
*
VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions
Brad King
2023-08-10
1
-1/+1
*
|
|
cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5
Ben Boeckel
2023-08-08
1
-1/+3
|
/
/
*
|
strings: use `emplace_back` with `cmStrCat` arguments
Ben Boeckel
2023-07-28
1
-3/+3
*
|
strings: use character literals where possible
Ben Boeckel
2023-07-28
1
-5/+5
*
|
cmStrCat: use in Windows-specific sources
Ben Boeckel
2023-07-28
1
-155/+155
*
|
strings: combine string literals where possible
Ben Boeckel
2023-07-27
1
-2/+4
*
|
strings: compare to static `string_view` instances in Windows-only code
Ben Boeckel
2023-07-27
1
-73/+75
*
|
Drop Visual Studio 11 2012 generator
Brad King
2023-06-13
1
-1/+0
|
/
*
VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection
Brad King
2023-04-05
1
-0/+9
*
VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known
Brad King
2023-04-05
1
-0/+15
*
VS: Build custom commands concurrently when possible
Ivan Zinkevich
2023-01-23
1
-0/+11
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
1
-3/+3
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
clang-tidy: fix `readability-string-compare` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
clang-tidy: fix `bugprone-parent-virtual-call` lints
Ben Boeckel
2022-11-29
1
-0/+1
*
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2022-11-29
1
-1/+2
[next]