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
/
cmGlobalVisualStudio71Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-2/+3
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-1/+1
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
1
-4/+4
*
clang-tidy: fix `modernize-use-auto` lints
Ben Boeckel
2022-11-29
1
-3/+2
*
clang-tidy: fix `readability-static-accessed-through-instance` lints
Ben Boeckel
2022-11-29
1
-1/+3
*
VS: Exclude ZERO_CHECK.proj from .sln for include_external_msproject
Sumit Bhardwaj
2022-07-20
1
-1/+1
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-3/+11
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-4/+4
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-3/+3
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-2/+2
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-6/+6
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-3/+4
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-4/+4
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-4/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1/+1
*
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-1/+1
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-1/+1
*
VS: Convert WriteSLNHeader to non-virtual lookup table
Brad King
2019-01-10
1
-6/+0
*
Merge topic 'fix-custom-target-with-csharp'
Brad King
2018-11-01
1
-1/+1
|
\
|
*
CSharp: Fix regression in VS project type selection for custom target
Brad King
2018-10-31
1
-1/+1
*
|
add_dependencies: Track backtraces internally
Brad King
2018-10-18
1
-4/+5
|
/
*
remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget
Michael Stürmer
2018-04-23
1
-1/+1
*
VS: Use range-based 'for' loops in generator code
Vitaly Stakhovsky
2017-12-21
1
-20/+15
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targets
Brad King
2017-09-13
1
-4/+10
*
Drop Visual Studio 7 .NET 2003 generator
Brad King
2017-04-19
1
-67/+1
*
include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>
Beeble
2017-04-05
1
-4/+9
*
VS: Pass whole target to WriteProjectConfigurations
Beeble
2017-04-05
1
-1/+1
*
iwyu: Fix VisualStudio specific issues
Daniel Pfeifer
2016-11-28
1
-2/+1
*
Merge topic 'vs-csharp-prep'
Brad King
2016-10-20
1
-0/+4
|
\
|
*
VS: Add CSharp project uuid and file extension
Michael Stürmer
2016-10-19
1
-0/+4
*
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-98/+65
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-11/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Merge topic 'clang-format-include-order'
Brad King
2016-05-02
1
-0/+2
|
\
|
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+2
*
|
Deprecate Visual Studio 7 .NET 2003 generator
Brad King
2016-04-28
1
-1/+1
|
/
*
VS: Fix default target support for targets nested inside a folder
Taylor Braun-Jones
2016-03-23
1
-1/+18
*
VS: Add option to choose the `.sln` startup project (#15578)
Davy Durham
2016-03-22
1
-1/+2
*
VS: Port utility depends to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-1/+1
*
VS: Port target depends to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-1/+1
*
VS: Port ProjectDepends to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-4/+4
*
VS: Port TargetIsFortranOnly to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-1/+1
*
VS: Port WriteProject to cmGeneratorTarget
Stephen Kelly
2015-10-24
1
-5/+5
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-1/+1
*
VS: Refactor target ordering logic
Brad King
2015-09-22
1
-1/+1
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-08-24
1
-1/+1
[next]