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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
FASTBuild: optimize try_compile builds
Eduard Voronkin
2025-10-23
1
-2/+2
*
VS: Restore include_external_msproject type detection
Brad King
2025-09-29
1
-2/+0
*
cmGlobalVisualStudioGenerator: Adopt more solution generation methods
Brad King
2025-09-17
1
-5/+0
*
VS: Decouple solution generation from `.sln` file format
Brad King
2025-09-17
1
-55/+0
*
cmGlobalVisualStudioGenerator: Adopt some solution generation methods
Brad King
2025-09-16
1
-13/+0
*
Merge topic 'vs-cleanup'
Brad King
2025-09-05
1
-1/+0
|
\
|
*
cmGlobalVisualStudioGenerator: Remove unused code left from VS 7.1
Brad King
2025-09-04
1
-1/+0
*
|
Merge topic 'vs-cleanup'
Brad King
2025-09-02
1
-29/+31
|
\
\
|
|
/
|
*
cmGlobalVisualStudio7Generator: Inline short method at only call site
Brad King
2025-09-01
1
-5/+0
|
*
cmGlobalVisualStudio7Generator: Constify .sln write methods
Brad King
2025-09-01
1
-16/+17
|
*
cmGlobalVisualStudio7Generator: Factor folder collection out of write method
Brad King
2025-09-01
1
-7/+15
|
*
cmGlobalVisualStudio7Generator: Factor target collection out of write method
Brad King
2025-09-01
1
-2/+3
|
*
cmGlobalVisualStudio7Generator: Update outdated comment
Brad King
2025-09-01
1
-1/+1
|
*
cmGlobalVisualStudio7Generator: Remove unused member
Brad King
2025-09-01
1
-3/+0
*
|
source: Pass cmBuildOptions by value
Daniel Pfeifer
2025-07-30
1
-1/+1
|
/
*
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
-24/+24
*
VS: Remove support for appending a platform to the generator name
Brad King
2025-01-21
1
-2/+1
*
VS: Add support for Visual Studio solution items
Lauri Vasama
2024-11-22
1
-0/+6
*
VS: Refactor solution folder creation
Lauri Vasama
2024-11-20
1
-1/+8
*
VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files
Brad King
2023-11-22
1
-0/+6
*
cmGlobalVisualStudio7Generator: make `SupportsCxxModuleDyndep` protected
Ben Boeckel
2022-12-01
1
-2/+2
*
clang-tidy: fix `modernize-use-override` lints
Ben Boeckel
2022-11-29
1
-1/+1
*
ASM_MARMASM: Add support for Microsoft ARM assembler language
Ilia K
2022-11-09
1
-0/+2
*
cmTarget: add support for C++ module fileset types
Ben Boeckel
2022-06-16
1
-0/+2
*
cmGlobalVisualStudio7Generator: Drop unused method
Brad King
2022-02-12
1
-2/+0
*
cmBuildOptions: Split build arguments into separate object.
Carsten Rudolph
2022-01-22
1
-1/+2
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-2/+14
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2/+2
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-1/+2
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-1/+2
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-5/+6
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-1/+4
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2/+1
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-2/+2
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-3/+3
*
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-9/+6
*
cmGlobalGenerator: Add a class that represent the build command
Robert Maynard
2019-01-25
1
-1/+1
*
VS: Move platform name members to top-level global generator
Brad King
2019-01-10
1
-7/+0
*
VS: Clarify global generator constructor interface
Brad King
2019-01-10
1
-2/+3
*
VS: Convert WriteSLNHeader to non-virtual lookup table
Brad King
2019-01-10
1
-1/+0
*
cmGlobalVisualStudioGenerator::GetIDEVersion(): const added
Vitaly Stakhovsky
2019-01-02
1
-1/+0
*
fileapi: Report cmake generator in reply index file
Brad King
2018-12-12
1
-0/+4
*
add_dependencies: Track backtraces internally
Brad King
2018-10-18
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-5/+8
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-7/+5
*
VS: Use 'override' keyword for overridden methods in generator classes
Vitaly Stakhovsky
2017-12-16
1
-19/+21
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-1/+1
[next]