| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ENH: reduce string construct delete ops | Ken Martin | 2006-05-31 | 1 | -3/+3 |
|
|
* | ENH: allow loose loop constructs | Ken Martin | 2006-05-18 | 1 | -8/+19 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+3 |
|
|
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -1/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -21/+21 |
|
|
* | ENH: converted macro to use variables and fixed some case issues with some fu... | Ken Martin | 2005-06-23 | 1 | -2/+2 |
|
|
* | COMP: fix possible poroblem with freed memory | Ken Martin | 2005-06-22 | 1 | -2/+6 |
|
|
* | COMP: fix unused variable | Ken Martin | 2005-06-22 | 1 | -3/+0 |
|
|
* | ENH: changed FOREACH to use variables instead of string replacement | Ken Martin | 2005-06-22 | 1 | -18/+7 |
|
|
* | BUG: Propagate file name and line number inside FOREACH. Fixes Bug #1169 - Er... | Andy Cedilnik | 2004-09-15 | 1 | -0/+2 |
|
|
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU... | Brad King | 2004-08-04 | 1 | -0/+2 |
|
|
* | better error checking for FOREACH | Ken Martin | 2004-05-12 | 1 | -1/+2 |
|
|
* | ENH: Add RANGE support to FOREACH | Andy Cedilnik | 2004-04-29 | 1 | -1/+73 |
|
|
* | perf improvement | Ken Martin | 2003-06-23 | 1 | -2/+5 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 1 | -48/+44 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -4/+4 |
|
|
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
|
|