| Commit message (Expand) | Author | Age | Files | Lines |
* | return(): Propagate variables to result scope | Marc Chevrier | 2022-09-03 | 1 | -1/+1 |
|
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 1 | -2/+2 |
|
|
* | while: diagnose errors during condition evaluation | Brad King | 2022-03-04 | 1 | -4/+29 |
|
|
* | while: Restore tolerance of condition error | Alex Turbov | 2022-03-03 | 1 | -3/+8 |
|
|
* | Refactor: Get rid of `isTrue` variable in the `while` block execution | Alex Turbov | 2021-08-11 | 1 | -5/+3 |
|
|
* | Refactor: Keep `cmWhileFunctionBlocker` members private | Alex Turbov | 2021-08-11 | 1 | -11/+10 |
|
|
* | Refactor: Transform `while` loop into `for` | Alex Turbov | 2021-08-11 | 1 | -16/+22 |
|
|
* | Fix: `while()` reports an error the same way as `if()` | Alex Turbov | 2021-08-09 | 1 | -7/+5 |
|
|
* | Fix: `while()` can silently ignore incorrect condition | Alex Turbov | 2021-08-09 | 1 | -18/+18 |
|
|
* | cmListFileCache: Make cmListFileFunction a shared pointer | Oleksandr Koval | 2020-10-01 | 1 | -1/+1 |
|
|
* | cmConditionEvaluator: Remove extra copy of execution context | Brad King | 2020-09-28 | 1 | -2/+1 |
|
|
* | if,while: Clarify condition backtrace construction | Brad King | 2020-09-28 | 1 | -8/+5 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -2/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+3 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -2/+3 |
|
|
* | cmFunctionBlocker: Recycle functions | Regina Pfeifer | 2019-07-31 | 1 | -4/+3 |
|
|
* | cmFunctionBlocker: Move check for matching args | Regina Pfeifer | 2019-07-30 | 1 | -11/+6 |
|
|
* | cmFunctionBlocker: Move common logic to base | Regina Pfeifer | 2019-07-30 | 1 | -36/+7 |
|
|
* | cm*FunctionBlocker: Extract function Replay | Regina Pfeifer | 2019-07-30 | 1 | -62/+71 |
|
|
* | cm*FunctionBlocker: Move to source file | Regina Pfeifer | 2019-07-30 | 1 | -0/+19 |
|
|
* | cmCommand: De-virtualize function InvokeInitialPass | Regina Pfeifer | 2019-07-21 | 1 | -5/+7 |
|
|
* | 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 | -4/+9 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -2/+0 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -3/+3 |
|
|
* | clang-tidy: fix warnings from version 7 | Regina Pfeifer | 2018-11-20 | 1 | -1/+1 |
|
|
* | Revise implementation of case-insensitive command names | Florian Jacomme | 2018-05-22 | 1 | -3/+3 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -2/+4 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -7/+6 |
|
|
* | cmExecutionStatus: Remove arguments from setters | Daniel Pfeifer | 2017-05-09 | 1 | -1/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+5 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -2/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -71/+51 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmWhileCommand: Simplify context construction | Brad King | 2016-04-15 | 1 | -6/+2 |
|
|
* | cmConditionEvaluator: Remove GetConditionContext method | Brad King | 2016-03-29 | 1 | -2/+2 |
|
|
* | cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802) | Stephen Kelly | 2015-10-20 | 1 | -1/+14 |
|
|
* | Fix assertion failure on unmatched function or macro | Brad King | 2015-06-22 | 1 | -5/+12 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | continue: Add a new CMake language command for loop continuation (#14013) | Gregor Jasny | 2014-12-01 | 1 | -0/+4 |
|
|
* | Track nested loop levels in CMake language with a stack of counters | Gregor Jasny | 2014-11-25 | 1 | -0/+4 |
|
|
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -1/+1 |
|
|
* | If: Extract cmConditionEvaluator from if() implementation | Nils Gladitz | 2014-09-11 | 1 | -7/+8 |
|
|
* | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum | Brad King | 2013-08-08 | 1 | -2/+2 |
|
|