| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+2 |
|
|
* | cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variables | Alex Turbov | 2019-12-10 | 1 | -0/+21 |
|
|
* | Refactor: Modernize `function` command | Alex Turbov | 2019-12-07 | 1 | -27/+30 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -2/+3 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -2/+1 |
|
|
* | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -3/+3 |
|
|
* | cmCommand refactor: cmFunctionCommand | Gabor Bencze | 2019-08-20 | 1 | -4/+7 |
|
|
* | cmFunctionBlocker: Recycle functions | Regina Pfeifer | 2019-07-31 | 1 | -3/+3 |
|
|
* | cmFunctionBlocker: Move check for matching args | Regina Pfeifer | 2019-07-30 | 1 | -16/+9 |
|
|
* | cmFunctionBlocker: Move common logic to base | Regina Pfeifer | 2019-07-30 | 1 | -28/+7 |
|
|
* | cm*FunctionBlocker: Extract function Replay | Regina Pfeifer | 2019-07-30 | 1 | -11/+19 |
|
|
* | cm*FunctionBlocker: Move to source file | Regina Pfeifer | 2019-07-30 | 1 | -0/+14 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -5/+5 |
|
|
* | cmState: Add scripted commands by value | Regina Pfeifer | 2019-07-21 | 1 | -47/+27 |
|
|
* | cmCommand: deprecate functions GetMakefile and SetError | Daniel Pfeifer | 2019-07-21 | 1 | -1/+1 |
|
|
* | cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr | Sebastian Holtermann | 2019-07-17 | 1 | -3/+5 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -5/+8 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -1/+1 |
|
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | 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 |
|\ |
|