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
/
cmFunctionCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-5/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-2/+2
*
Revise implementation of case-insensitive command names
Florian Jacomme
2018-05-22
1
-4/+3
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-4/+4
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-2/+2
*
cmCommand: remove unused methods from interface and all implementations
Daniel Pfeifer
2017-05-11
1
-10/+0
*
cmState: introduce method for adding scripted commands
Daniel Pfeifer
2017-05-11
1
-5/+1
*
Merge topic 'dead-code-removal'
Brad King
2017-05-11
1
-1/+1
|
\
|
*
cmExecutionStatus: Remove arguments from setters
Daniel Pfeifer
2017-05-09
1
-1/+1
*
|
cmCommand: remove IsScriptable
Daniel Pfeifer
2017-05-08
1
-5/+0
|
/
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-1/+0
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+7
*
Merge topic 'remove-cmobject-uses'
Brad King
2016-10-24
1
-7/+2
|
\
|
*
Make cmCommand not inherit from cmObject
Daniel Pfeifer
2016-10-22
1
-7/+2
*
|
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+2
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-3/+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
cmMakefile: Restore nested error logic use of cmExecutionStatus
Brad King
2016-09-06
1
-3/+3
*
cmMakefile: Port nested error logic away from cmExecutionStatus
Stephen Kelly
2016-08-25
1
-3/+3
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-8/+9
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-68/+45
*
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
1
-1/+1
*
cmState: Store execution context.
Stephen Kelly
2015-07-05
1
-0/+1
*
cmListFileArgument: Remove FilePath member.
Stephen Kelly
2015-06-21
1
-11/+0
*
cmMakefile: Add filename context to ExpandArguments.
Stephen Kelly
2015-06-21
1
-1/+2
*
cmFunctionCommand: Store the FilePath when creating the prototype.
Stephen Kelly
2015-06-21
1
-0/+3
*
cmMakefile: Create a unified raii for function scopes.
Stephen Kelly
2015-06-04
1
-11/+3
*
Merge topic 'fix-function-missing-endforeach'
Brad King
2015-05-19
1
-1/+1
|
\
|
*
Fix assertion failure on unmatched foreach in function (#15572)
Brad King
2015-05-18
1
-1/+1
*
|
Port cmCommand consumers to cmState.
Stephen Kelly
2015-04-15
1
-3/+2
*
|
cmFunctionCommand: Remove ineffectual code.
Stephen Kelly
2015-02-21
1
-5/+0
*
|
cmFunctionCommand: Replace loops with cmJoin.
Stephen Kelly
2015-02-12
1
-19/+4
*
|
cmFunctionCommand: Remove counting variable.
Stephen Kelly
2015-02-12
1
-9/+5
*
|
cmFunctionCommand: Split loop in two.
Stephen Kelly
2015-02-12
1
-2/+4
*
|
Replace common loop pattern with cmJoin
Stephen Kelly
2015-02-11
1
-6/+2
|
/
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-2/+2
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-2/+2
*
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5/+1
|
/
*
Remove extra semicolons from C++ code.
Stephen Kelly
2014-04-03
1
-2/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-6/+6
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-1/+1
*
Drop builtin command documentation
Brad King
2013-10-16
1
-18/+0
*
Fix spelling and typos (non-binary)
Andreas Mohr
2013-05-07
1
-1/+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-10/+10
*
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-5/+5
*
CPack Documentation extraction from CMake script begins to work
Eric NOULARD
2012-01-22
1
-0/+11
*
Remove old false positive avoidance code
Ben Boeckel
2010-09-17
1
-4/+0
*
Mark ARGC, ARGV*, and ARGN as used
Ben Boeckel
2010-09-15
1
-0/+8
[next]