index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalVisualStudio8Generator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
VS: Parse comma-separated fields from CMAKE_GENERATOR_PLATFORM
Brad King
2023-04-05
1
-1
/
+82
*
VS: Defer Windows SDK selection until CMAKE_GENERATOR_PLATFORM is known
Brad King
2023-04-05
1
-0
/
+9
*
cmCustomCommand: Refactor custom command-specific policy values
Kyle Edwards
2023-02-06
1
-3
/
+0
*
clang-tidy: fix `readability-qualified-auto` lints
Ben Boeckel
2022-11-29
1
-1
/
+1
*
clang-tidy: fix `readability-use-anyofallof` lints
Ben Boeckel
2022-11-29
1
-13
/
+16
*
clang-tidy: fix `modernize-loop-convert` lints
Ben Boeckel
2022-11-29
1
-2
/
+2
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
1
-1
/
+1
*
clang-tidy: fix `bugprone-parent-virtual-call` lints
Ben Boeckel
2022-11-29
1
-0
/
+2
*
clang-tidy: fix `readability-redundant-string-cstr` lints
Ben Boeckel
2022-11-29
1
-2
/
+2
*
clang-tidy: fix `modernize-use-auto` lints
Ben Boeckel
2022-11-29
1
-4
/
+2
*
clang-tidy: fix `readability-static-accessed-through-instance` lints
Ben Boeckel
2022-11-29
1
-1
/
+2
*
VS: Introduce IsInSolution to check whether a target is in sln file
Sumit Bhardwaj
2022-02-12
1
-1
/
+1
*
cmCustomCommand: Track main dependency explicitly
NAKAMURA Takumi
2021-12-14
1
-3
/
+2
*
Source: Fix possible IWYU warnings in Windows generators
NAKAMURA Takumi
2021-11-20
1
-3
/
+22
*
cmLocalGenerator: Simplify Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-23
/
+22
*
cmGlobalVisualStudio8Generator: Fix the misaligned argument, stdPipesUTF8
NAKAMURA Takumi
2021-11-18
1
-5
/
+11
*
VS: Model a default target framework
Brad King
2021-11-06
1
-0
/
+36
*
cmGlobalVisualStudio8Generator: Refactor SetGeneratorPlatform
Brad King
2021-11-03
1
-4
/
+11
*
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
-4
/
+4
*
cmCustomCommand: Record value of CMP0116 at time of creation
Kyle Edwards
2021-02-23
1
-9
/
+10
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-2
/
+2
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-7
/
+7
*
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-2
/
+6
*
VS: Add target property to explicitly control solution deployment
Alexander Boczar
2020-02-25
1
-14
/
+22
*
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
-1
/
+1
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-1
/
+1
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-10
1
-15
/
+17
*
cmMakefile: Delay custom command creation
Daniel Eiband
2019-11-24
1
-6
/
+5
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-5
/
+7
*
cmMakefile: Remove AddUtilityCommand overload without byproducts
Daniel Eiband
2019-09-26
1
-5
/
+5
*
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-6
/
+6
*
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
1
-5
/
+3
*
cmCustomCommandLine: Provide command line make functions
Daniel Eiband
2019-09-16
1
-16
/
+6
*
add_custom_command: Refactor setting implicit depends
Daniel Eiband
2019-09-12
1
-3
/
+6
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-0
/
+1
*
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1
/
+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-16
/
+11
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1
/
+1
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1
/
+1
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2
/
+1
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-4
/
+2
*
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-2
/
+2
*
Merge topic 'vs-wince-no-deploy'
Brad King
2019-02-26
1
-5
/
+26
|
\
|
*
VS: support suppressing deployment of selected targets
Wil Stark
2019-02-25
1
-5
/
+26
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-1
/
+1
|
/
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-2
/
+2
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-0
/
+1
*
VS: Track explicitly when platform is specified in generator name
Brad King
2019-01-10
1
-1
/
+1
[next]