| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -9/+6 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | cmCommand refactor: cmForEachCommand | Gabor Bencze | 2019-08-20 | 1 | -12/+18 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+2 |
|
|
* | cmExecutionStatus: Remove function Clear | Regina Pfeifer | 2019-08-06 | 1 | -2/+1 |
|
|
* | cmFunctionBlocker: Recycle functions | Regina Pfeifer | 2019-07-31 | 1 | -3/+2 |
|
|
* | cmFunctionBlocker: Move check for matching args | Regina Pfeifer | 2019-07-30 | 1 | -14/+8 |
|
|
* | 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 | -38/+48 |
|
|
* | cm*FunctionBlocker: Move to source file | Regina Pfeifer | 2019-07-30 | 1 | -0/+19 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -4/+4 |
|
|
* | 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 | -11/+11 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -2/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -4/+2 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | cmForEachCommand: prevent leakage | Matthias Maennich | 2017-10-30 | 1 | -2/+3 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+5 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -2/+2 |
|
|
* | cmExecutionStatus: Remove arguments from setters | Daniel Pfeifer | 2017-05-09 | 1 | -1/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -2/+8 |
|
|
* | 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 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -4/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -125/+86 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -1/+0 |
|
|
* | Merge topic 'fix-function-missing-end' | Brad King | 2015-06-23 | 1 | -8/+14 |
|\ |
|
| * | Fix assertion failure on unmatched function or macro | Brad King | 2015-06-22 | 1 | -8/+14 |
|
|
* | | foreach: Remove unused variables. | Stephen Kelly | 2015-05-24 | 1 | -2/+0 |
|/ |
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -2/+2 |
|
|
* | 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/+8 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -8/+8 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -7/+7 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: fix for #9014, FATAL_ERROR not ending loops | Bill Hoffman | 2009-05-13 | 1 | -0/+4 |
|
|
* | ENH: New foreach(<var> IN ...) mode | Brad King | 2009-03-17 | 1 | -0/+48 |
|
|
* | ENH: Better handling of mismatched blocks | Brad King | 2009-01-21 | 1 | -1/+2 |
|
|
* | ENH: Better error message for unclosed blocks | Brad King | 2009-01-21 | 1 | -9/+0 |
|
|
* | ENH: Refactor function blocker deletion | Brad King | 2009-01-20 | 1 | -11/+4 |
|
|
* | ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper... | Bill Hoffman | 2008-02-29 | 1 | -4/+4 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -4/+23 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+2 |
|
|