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
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-4/+4
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-25/+18
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-25/+18
*
|
cmMakefile: set GENERATED property of outputs upfront
Daniel Eiband
2019-09-06
1
-28/+20
|
/
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-2/+3
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
Merge topic 'add-non-empty-configurations-getter'
Brad King
2019-09-03
1
-0/+10
|
\
|
*
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-0/+10
*
|
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-2/+2
|
/
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-14/+10
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-14/+10
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-28/+14
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-31/+22
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-12/+11
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-12/+11
*
|
Merge topic 'trace-redirect'
Brad King
2019-08-20
1
-1/+8
|
\
\
|
*
|
Add --trace-redirect parameter to redirect trace output to a file
Igor Ivanov
2019-08-10
1
-1/+8
*
|
|
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-2/+1
|
\
\
\
|
*
|
|
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2/+1
|
|
|
/
|
|
/
|
*
|
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-7/+7
|
/
/
*
|
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-18/+18
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-16/+16
*
|
Merge topic 'cmStringAlgorithms_move_functions'
Brad King
2019-08-07
1
-5/+4
|
\
\
|
|
/
|
/
|
|
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-5/+4
*
|
cmFunctionBlocker: Move check for matching args
Regina Pfeifer
2019-07-30
1
-19/+1
*
|
cmFunctionBlocker: Move common logic to base
Regina Pfeifer
2019-07-30
1
-1/+1
*
|
cmMakefile: Add OnExecuteCommand callback
Regina Pfeifer
2019-07-30
1
-0/+9
|
/
*
cmMakefile: Keep function blockers in a stack
Regina Pfeifer
2019-07-26
1
-44/+26
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-20/+18
*
cmMakefile: Simplify and rename AddDefinitionBool
Sebastian Holtermann
2019-07-24
1
-17/+5
*
cmState: Hold commands by value
Regina Pfeifer
2019-07-21
1
-7/+2
*
cmCommand: deprecate functions GetMakefile and SetError
Daniel Pfeifer
2019-07-21
1
-3/+3
*
Merge topic 'command-final-action'
Brad King
2019-07-19
1
-5/+7
|
\
|
*
cmCommand: remove FinalPass from interface
Daniel Pfeifer
2019-07-18
1
-17/+0
|
*
cmMakefile: decouple FinalAction from cmCommand
Daniel Pfeifer
2019-07-18
1
-3/+22
*
|
cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr
Sebastian Holtermann
2019-07-17
1
-11/+10
|
/
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-4/+3
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
Add deprecation warnings for policies CMP0067 and below
Brad King
2019-07-01
1
-1/+1
*
Merge topic 'cmAppend'
Brad King
2019-05-24
1
-2/+1
|
\
|
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-2/+1
*
|
cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget
Sebastian Holtermann
2019-05-23
1
-4/+4
|
/
*
Support job pools in custom commands and targets
Rosen Matev
2019-05-14
1
-12/+17
*
cmMakefile: Enforce explicit use of project() command
Bartosz Kosiorek
2019-05-06
1
-0/+10
*
cmMakefile: Use std::unordered_map::emplace to add cmTargets to the list
Sebastian Holtermann
2019-03-21
1
-2/+1
*
Features: Do not use a lower-than-default standard for requested features
Zsolt Parragi
2019-02-26
1
-0/+14
*
Merge topic 'deprecate-policy-old'
Brad King
2019-02-25
1
-1/+1
|
\
|
*
Add deprecation warnings for policies CMP0066 and below
Brad King
2019-02-21
1
-1/+1
*
|
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
1
-0/+1
|
\
\
|
*
|
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
[next]