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
/
cmGlobalGhsMultiGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-20
1
-2
/
+2
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-19
/
+17
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-6
/
+7
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-3
/
+4
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-1
/
+1
*
Allow generator expressions in the EXCLUDE_FROM_ALL target property
Joerg Bornemann
2020-07-21
1
-1
/
+1
*
Merge topic 'cmnonempty'
Kyle Edwards
2020-07-15
1
-1
/
+1
|
\
|
*
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-1
/
+1
*
|
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-2
/
+1
|
/
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0
/
+1
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-5
/
+6
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-3
/
+3
*
Refactor: Avoid `std::endl` where it's not necessary (part 3)
Alex Turbov
2020-03-24
1
-36
/
+39
*
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-5
/
+5
*
GHS: Use cm::erase in place of loop
Vitaly Stakhovsky
2020-03-10
1
-10
/
+6
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-10
1
-3
/
+6
*
cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET
Alexander Boczar
2019-10-15
1
-1
/
+4
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6
/
+6
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1
/
+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
-39
/
+26
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-4
/
+3
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-4
/
+3
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-10
/
+7
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-1
/
+1
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-5
/
+6
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-1
/
+1
*
GHS: Update ExternalProject for GHS tools
Fred Baksik
2019-04-11
1
-1
/
+1
*
GHS: Update project layout to accommodate gbuild inconsistencies
Fred Baksik
2019-04-11
1
-106
/
+32
*
GHS: Update project layout to build targets correctly
Fred Baksik
2019-04-11
1
-85
/
+249
*
GHS: Support add_dependencies() command
Fred Baksik
2019-04-11
1
-55
/
+66
*
GHS: Support add_custom_target() command
Fred Baksik
2019-04-11
1
-42
/
+108
*
GHS: Support add_custom_command( OUTPUT ) signature
Fred Baksik
2019-04-11
1
-2
/
+59
*
GHS: Update GHS_BSP_NAME processing
Fred Baksik
2019-03-29
1
-27
/
+24
*
GHS: Print status message regarding GHS_OS_DIR
Fred Baksik
2019-03-29
1
-26
/
+49
*
Merge topic 'ghs-linux'
Brad King
2019-03-22
1
-24
/
+36
|
\
|
*
GHS: Add support for GHS Multi Generator in Linux
Naren Manimohan
2019-03-21
1
-0
/
+5
|
*
GHS: Fix include-what-you-use and clang-tidy diagnostics
Brad King
2019-03-20
1
-24
/
+31
*
|
Replace use of CollapseCombinedPath with CollapseFullPath
Brad King
2019-03-19
1
-2
/
+1
|
/
*
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-11
/
+19
*
cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct
Bartosz Kosiorek
2019-03-04
1
-8
/
+8
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-4
/
+2
*
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-12
/
+9
|
\
|
*
cmGlobalGenerator: Add a class that represent the build command
Robert Maynard
2019-01-25
1
-12
/
+9
*
|
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-1
/
+1
|
\
\
|
*
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-1
/
+1
|
|
/
*
|
cmSystemTools::Message: Add overload accepting std::string
Vitaly Stakhovsky
2019-01-28
1
-1
/
+1
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-3
/
+3
|
/
*
GHS: Add Compiler ID detection
Fred Baksik
2019-01-16
1
-18
/
+0
*
GHS: try_compile() now uses GHS platform variables
Fred Baksik
2019-01-16
1
-0
/
+2
[next]