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
/
cmGlobalVisualStudio7Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
FASTBuild: optimize try_compile builds
Eduard Voronkin
2025-10-23
1
-1/+2
*
VS: Restore include_external_msproject type detection
Brad King
2025-09-29
1
-28/+0
*
cmGlobalVisualStudio7Generator: Factor out computation of path to .sln
Brad King
2025-09-18
1
-5/+6
*
cmGlobalVisualStudioGenerator: Adopt more solution generation methods
Brad King
2025-09-17
1
-71/+0
*
VS: Decouple solution generation from `.sln` file format
Brad King
2025-09-17
1
-250/+1
*
cmGlobalVisualStudioGenerator: Adopt some solution generation methods
Brad King
2025-09-16
1
-94/+0
*
cmGlobalGenerator: Simplify collection of targets under a project()
Brad King
2025-09-16
1
-3/+2
*
Merge topic 'vs-cleanup'
Brad King
2025-09-05
1
-63/+0
|
\
|
*
cmGlobalVisualStudioGenerator: Remove unused code left from VS 7.1
Brad King
2025-09-04
1
-63/+0
*
|
Merge topic 'vs-cleanup'
Brad King
2025-09-02
1
-48/+59
|
\
\
|
|
/
|
*
cmGlobalVisualStudio7Generator: Inline short method at only call site
Brad King
2025-09-01
1
-10/+5
|
*
cmGlobalVisualStudio7Generator: Constify .sln write methods
Brad King
2025-09-01
1
-11/+13
|
*
cmGlobalVisualStudio7Generator: Factor folder collection out of write method
Brad King
2025-09-01
1
-25/+35
|
*
cmGlobalVisualStudio7Generator: Factor target collection out of write method
Brad King
2025-09-01
1
-1/+10
|
*
cmGlobalVisualStudio7Generator: Update outdated comment
Brad King
2025-09-01
1
-1/+1
|
*
cmGlobalVisualStudio7Generator: Remove redundant C++ modules check
Brad King
2025-09-01
1
-4/+0
|
*
cmGlobalVisualStudio7Generator: Remove unused member
Brad King
2025-09-01
1
-1/+0
*
|
Merge topic 'vs7-generator-utility-target-typo'
Brad King
2025-08-27
1
-1/+1
|
\
\
|
|
/
|
*
cmGlobalVisualStudio7Generator: fix initialization typo
Ben Boeckel
2025-08-21
1
-1/+1
*
|
source: Pass cmBuildOptions by value
Daniel Pfeifer
2025-07-30
1
-1/+1
*
|
Deprecate Visual Studio 14 2015 generator
Brad King
2025-06-26
1
-0/+20
|
/
*
generators: use GetSupportDirectory() in more places
Ben Boeckel
2025-05-23
1
-1/+6
*
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
-19/+19
*
VS: Remove support for appending a platform to the generator name
Brad King
2025-01-21
1
-3/+2
*
VS: Add support for Visual Studio solution items
Lauri Vasama
2024-11-22
1
-1/+7
*
VS: Refactor solution folder creation
Lauri Vasama
2024-11-20
1
-25/+39
*
Drop Visual Studio 12 2013 generator
Brad King
2024-08-28
1
-20/+0
*
Drop Visual Studio 9 2008 generator
Brad King
2024-05-08
1
-20/+0
*
cmGlobalVisualStudioGenerator: Use member 'Version' more directly
Brad King
2024-05-08
1
-2/+1
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-1/+1
*
VS: Fix Intel plugin version detection fallback
Brad King
2023-11-22
1
-2/+2
*
cxxmodules: rework control logic for scanning regular C++ sources
Ben Boeckel
2023-10-02
1
-8/+0
*
Merge topic 'modules-better-messages'
Brad King
2023-08-25
1
-2/+2
|
\
|
*
cxxmodules: improve error messages for C++ module setup
Ben Boeckel
2023-08-23
1
-2/+2
*
|
strings: use character literals where possible
Ben Boeckel
2023-07-28
1
-4/+4
*
|
cmStrCat: use in Windows-specific sources
Ben Boeckel
2023-07-28
1
-12/+11
*
|
strings: compare to static `string_view` instances in Windows-only code
Ben Boeckel
2023-07-27
1
-13/+14
*
|
Deprecate Visual Studio 12 2013 generator
Brad King
2023-06-26
1
-0/+20
*
|
Drop Visual Studio 11 2012 generator
Brad King
2023-06-13
1
-20/+0
|
/
*
codespell: Fix typos
Brad King
2023-05-22
1
-1/+1
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
Deprecate Visual Studio 9 2008 generator
Brad King
2023-02-08
1
-0/+20
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
1
-3/+3
*
clang-tidy: fix `readability-use-anyofallof` lints
Ben Boeckel
2022-11-29
1
-7/+6
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
1
-2/+2
*
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2022-11-29
1
-2/+4
*
clang-tidy: fix `readability-container-size-empty` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-11-29
1
-2/+2
*
clang-tidy: fix `readability-else-after-return` lints
Ben Boeckel
2022-11-29
1
-6/+12
[next]