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
*
cmBuildOptions: Split build arguments into separate object.
Carsten Rudolph
2022-01-22
1
-1/+1
*
VS: Add DOTNET_SDK property to generate SDK-style C# projects
Sumit Bhardwaj
2021-12-21
1
-1/+9
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-19
1
-3/+10
*
Source: Replace C headers with C++ ones
Rose
2021-11-02
1
-2/+1
*
VS: Map /Y- flag to not use precompiled headers with VS 2008
Luigi Fiorentini
2021-09-22
1
-0/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-10/+10
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-4/+3
*
Deprecate Visual Studio 10 2010 generator
Brad King
2021-07-29
1
-0/+19
*
cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPES
Brad King
2021-06-30
1
-8/+1
*
cmLocalGenerator: Factor out relative path conversion helpers
Brad King
2021-05-13
1
-2/+1
*
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-3/+4
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-2/+2
*
Refactor: Use cmToCStr()
Vitaly Stakhovsky
2020-09-03
1
-2/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+2
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-3/+3
*
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-2/+1
*
GetFeature(): return cmProp
Vitaly Stakhovsky
2020-07-11
1
-3/+2
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-2/+3
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-12/+13
*
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-2/+2
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3/+3
*
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-1/+1
*
cmGeneratorExpression: remove const char* overloads
Vitaly Stakhovsky
2020-03-08
1
-1/+2
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-7/+7
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-6/+7
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-7/+10
*
Merge topic 'fix-vsmacro-access-violation'
Brad King
2019-09-26
1
-4/+13
|
\
|
*
VS: Fix access violation when calling Visual Studio macro
Daniel Eiband
2019-09-24
1
-4/+13
*
|
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
1
-4/+2
|
/
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+2
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-0/+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-17/+14
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-3/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+1
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-2/+2
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-4/+5
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-3/+2
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-9/+7
*
Merge topic 'vs-default-platform'
Brad King
2019-04-22
1
-1/+1
|
\
|
*
VS: Provide the default platform name to project code
Brad King
2019-04-19
1
-1/+1
*
|
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-1/+1
*
|
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-20/+38
*
|
cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct
Bartosz Kosiorek
2019-03-04
1
-7/+7
|
/
*
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-22/+12
|
\
|
*
cmGlobalGenerator: Add a class that represent the build command
Robert Maynard
2019-01-25
1
-22/+12
*
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-1/+1
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-0/+1
*
VS: Move platform name members to top-level global generator
Brad King
2019-01-10
1
-27/+1
[next]