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
*
GHS: Fix RERUN_CMAKE issue when generation step fails
Fred Baksik
2022-04-16
1
-9
/
+8
*
GHS: List predefined targets before user targets in GUI
Fred Baksik
2022-03-17
1
-3
/
+16
*
GHS: update build command
Fred Baksik
2022-03-17
1
-24
/
+28
*
GHS: Rearrange project files in binary directory
Fred Baksik
2022-03-17
1
-18
/
+6
*
GHS: Use Custom Target for ALL_BUILD
Fred Baksik
2022-03-17
1
-77
/
+72
*
GHS: Create RERUN_CMAKE Custom Target
Fred Baksik
2022-03-17
1
-0
/
+111
*
GHS: Fix gbuild job control
Fred Baksik
2022-03-17
1
-3
/
+4
*
cmBuildOptions: Split build arguments into separate object.
Carsten Rudolph
2022-01-22
1
-1
/
+2
*
GHS: Allow setting GHS variables from toolchain file
Fred Baksik
2021-11-15
1
-19
/
+10
*
GHS: Update BSP selection logic
Fred Baksik
2021-11-15
1
-17
/
+1
*
GHS: Update RTOS selection logic
Fred Baksik
2021-11-15
1
-27
/
+3
*
GHS: Update toolset selection logic
Fred Baksik
2021-11-15
1
-42
/
+46
*
GHS: Update selection of primaryTarget in MULTI project file
Fred Baksik
2021-11-15
1
-37
/
+21
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-13
/
+13
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-2
/
+1
*
cmGlobalGhsMultiGenerator: Simplify relative path conversion logic
Brad King
2021-05-12
1
-4
/
+4
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-1
/
+1
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-8
/
+8
*
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
[next]