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
*
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
*
|
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-13/+12
|
|
/
|
/
|
*
|
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-5/+6
|
/
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+12
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-1/+1
*
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-14/+11
|
\
|
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-14/+11
*
|
Merge topic 'fix-exclude-dir-with-iface'
Brad King
2019-02-11
1
-1/+3
|
\
\
|
*
|
Fix EXCLUDE_FROM_ALL on directory with an interface library
Brad King
2019-02-08
1
-1/+3
*
|
|
Merge topic 'getreqdef'
Brad King
2019-02-08
1
-5/+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-5/+7
|
|
/
*
|
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-1/+1
|
/
*
Merge topic 'copyfile-stdstring'
Brad King
2019-01-30
1
-4/+2
|
\
|
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-4/+2
*
|
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-1/+0
|
\
\
|
|
/
|
/
|
|
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-1/+0
[next]