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
/
cmGlobalUnixMakefileGenerator3.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1
/
+1
*
Refactoring: Abstract Makefile line continuation format
Marc Chevrier
2020-11-28
1
-0
/
+1
*
Makefiles: Explicitly tell 'make' tool what Makefile name to use
Oliver Schneider
2020-11-16
1
-0
/
+5
*
Makefiles: Use -j option as "-jN" and not "-j N"
Fred Baksik
2020-10-26
1
-3
/
+4
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-2
/
+2
*
Makefiles: Use IsInBuildSystem in global generator target type checks
Brad King
2020-08-03
1
-21
/
+9
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-4
/
+3
*
Merge topic 'fix-typos-identified-using-codespell'
Brad King
2020-07-23
1
-1
/
+1
|
\
|
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-1
/
+1
*
|
Allow generator expressions in the EXCLUDE_FROM_ALL target property
Joerg Bornemann
2020-07-21
1
-2
/
+2
|
/
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0
/
+1
*
Makefiles: Re-implement makefile target path escaping and quoting
Brad King
2020-04-15
1
-5
/
+58
*
Makefiles: Factor out makefile target path escaping and quoting
Brad King
2020-04-15
1
-0
/
+19
*
Makefiles: Do not use '\#' escape sequence with Windows-style make tools
Brad King
2020-04-15
1
-0
/
+6
*
Merge topic 'cleanup-endls-1'
Brad King
2020-03-27
1
-9
/
+8
|
\
|
*
Refactor: Avoid `std::endl` where it's not necessary (part 1)
Alex Turbov
2020-03-26
1
-9
/
+8
*
|
Merge topic 'cmprop-getglobalprop'
Brad King
2020-03-27
1
-2
/
+2
|
\
\
|
*
|
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-2
/
+2
|
|
/
*
|
Remove redundant calls to CollapseFullPath
Brad King
2020-03-24
1
-6
/
+4
|
/
*
Modernize memory management
Marc Chevrier
2020-02-27
1
-6
/
+7
*
Makefiles: Re-run CMake if file configured in subdirectory is missing
Hugh Sorby
2020-02-14
1
-9
/
+8
*
Makefiles: Organize help output to group 'like' targets
Robert Maynard
2020-01-22
1
-8
/
+23
*
cmGlobalGenerator: modernize memrory managemenbt
Marc Chevrier
2019-12-30
1
-1
/
+1
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-2
/
+2
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-10
1
-129
/
+134
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-21
/
+23
*
Makefiles: Fix EXCLUDE_FROM_ALL OFF on sub/sub/tgt in sub/all
Brad King
2019-09-30
1
-60
/
+29
*
Ninja,Makefile: Fix subdir "all" with nested EXCLUDE_FROM_ALL subdir
Brad King
2019-09-30
1
-0
/
+3
*
Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-6
/
+25
|
\
|
*
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-2
/
+2
|
|
\
|
|
*
Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
Brad King
2019-09-30
1
-2
/
+2
|
*
|
Makefiles: Revert "Make build root targets ... recursive"
Brad King
2019-09-27
1
-5
/
+24
*
|
|
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1
/
+1
*
|
|
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2
/
+1
*
|
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-69
/
+46
*
|
|
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-11
/
+5
|
\
\
\
|
*
|
|
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-11
/
+5
*
|
|
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1
/
+2
|
/
/
/
*
|
|
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1
/
+2
*
|
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-0
/
+1
|
/
/
*
|
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-4
/
+1
*
|
Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level
Sebastian Holtermann
2019-05-18
1
-5
/
+9
*
|
Makefiles: Make build root targets "all", "clean" and "preinstall" recursive
Sebastian Holtermann
2019-05-18
1
-39
/
+24
*
|
Makefiles: Avoid pointer repurposing
Sebastian Holtermann
2019-05-17
1
-4
/
+4
*
|
Makefiles: Inline range loop range arguments
Sebastian Holtermann
2019-05-17
1
-30
/
+14
*
|
Source: std::string related cleanup
Vitaly Stakhovsky
2019-05-15
1
-1
/
+1
*
|
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-3
/
+3
*
|
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
-14
/
+20
*
|
cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct
Bartosz Kosiorek
2019-03-04
1
-9
/
+9
|
/
[next]