| Commit message (Expand) | Author | Age | Files | Lines |
* | cmState: Prohibit override of flow control commands | Kyle Edwards | 2020-10-22 | 1 | -2/+5 |
|
|
* | cmListFileCache: Make cmListFileFunction a shared pointer | Oleksandr Koval | 2020-10-01 | 1 | -8/+7 |
|
|
* | cmMakefile: Simplify ExpandArguments signature | Brad King | 2020-09-28 | 1 | -2/+1 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -2/+1 |
|
|
* | AppendProperty: convert value param to std::string | Vitaly Stakhovsky | 2020-01-25 | 1 | -1/+1 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+2 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -2/+3 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | 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 | -4/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+2 |
|
|
* | cmCommand refactor: cmMacroCommand | Gabor Bencze | 2019-08-20 | 1 | -4/+7 |
|
|
* | cmFunctionBlocker: Recycle functions | Regina Pfeifer | 2019-07-31 | 1 | -4/+4 |
|
|
* | 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 | -29/+6 |
|
|
* | cm*FunctionBlocker: Extract function Replay | Regina Pfeifer | 2019-07-30 | 1 | -12/+20 |
|
|
* | 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 |
|
|
* | cmState: Add scripted commands by value | Regina Pfeifer | 2019-07-21 | 1 | -36/+18 |
|
|
* | 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/+7 |
|
|
* | 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 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -1/+1 |
|
|
* | Revise implementation of case-insensitive command names | Florian Jacomme | 2018-05-22 | 1 | -3/+3 |
|
|
* | cmMacroCommand: Fix format string to match type of argument | jrp2014 | 2018-04-05 | 1 | -1/+1 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+2 |
|
|
* | 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 | -11/+9 |
|
|
* | 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 | -4/+1 |
|
|
* | Merge topic 'dead-code-removal' | Brad King | 2017-05-11 | 1 | -3/+3 |
|\ |
|
| * | cmExecutionStatus: Remove arguments from setters | Daniel Pfeifer | 2017-05-09 | 1 | -3/+3 |
|
|
* | | 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 cmBootstrapCommands2 | 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 | -2/+2 |
|
|
* | cmMakefile: Port nested error logic away from cmExecutionStatus | Stephen Kelly | 2016-08-25 | 1 | -2/+2 |
|
|
* | 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 | -82/+54 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|