| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmrange-improvements' | Brad King | 2019-02-25 | 1 | -0/+1 |
|\ |
|
| * | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | | list: add sub-commands PREPEND, POP_BACK, POP_FRONT | Alex Turbov | 2019-02-19 | 1 | -4/+134 |
|/ |
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -2/+2 |
|\ |
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -2/+2 |
|
|
* | | cmListCommand: Avoid std::function move constructor on aarch64 | Brad King | 2019-01-24 | 1 | -0/+5 |
|/ |
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -6/+5 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -3/+3 |
|
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -4/+4 |
|
|
* | cmListCommand: handle empty lists for list(REMOVE_AT) | Ben Boeckel | 2018-10-16 | 1 | -7/+11 |
|
|
* | cmListCommand: make list(ACTION not_a_list) succeed when idempotent | Ben Boeckel | 2018-10-16 | 1 | -11/+5 |
|
|
* | cmListCommand: check list(FILTER) operation before the list | Ben Boeckel | 2018-10-11 | 1 | -8/+8 |
|
|
* | list: Allow inserting at the end of a list | Daniel Chabrowski | 2018-07-05 | 1 | -4/+2 |
|
|
* | list: Add options to control the SORT comparison operation | Daniel Franke | 2018-06-13 | 1 | -3/+189 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+2 |
|
|
* | list: Add TRANSFORM sub-command | Marc Chevrier | 2018-04-16 | 1 | -0/+556 |
|
|
* | list: Add SUBLIST sub-command | Marc Chevrier | 2018-03-21 | 1 | -0/+52 |
|
|
* | list(): add `JOIN` sub-command | Marc Chevrier | 2018-03-20 | 1 | -0/+31 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -6/+6 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -6/+13 |
|
|
* | 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 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -230/+162 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -15/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | list: Add FILTER subcommand (#3986) | Ashley Whetter | 2016-02-03 | 1 | -0/+109 |
|
|
* | cmAlgorithms: Rename cmRange to cmMakeRange. | Stephen Kelly | 2015-07-22 | 1 | -6/+6 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -4/+2 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | cmAlgorithms: Add cmReverseRange adaptor. | Stephen Kelly | 2015-02-20 | 1 | -2/+1 |
|
|
* | cmListCommand: Move size variable out of loop. | Stephen Kelly | 2015-02-17 | 1 | -6/+6 |
|
|
* | cmListCommand: Avoid needlessly erasing from vectors. | Stephen Kelly | 2015-02-15 | 1 | -17/+21 |
|
|
* | cmListCommand: Replace remove duplicates loop with algorithm. | Stephen Kelly | 2015-02-15 | 1 | -18/+3 |
|
|
* | cmListCommand: Implement REMOVE_ITEM in terms of cmRemoveMatching. | Stephen Kelly | 2015-02-15 | 1 | -16/+6 |
|
|
* | cmListCommand: Replace joining loop with cmJoin algorithm. | Stephen Kelly | 2015-02-15 | 1 | -8/+2 |
|
|
* | cmListCommand: Use cmRemoveIndices for REMOVE_AT subcommand. | Stephen Kelly | 2015-02-15 | 1 | -16/+9 |
|
|
* | cmListCommand: Convert loop to find algorithm. | Stephen Kelly | 2015-02-15 | 1 | -12/+1 |
|
|
* | cmListCommand: Implement REVERSE subcommand with std::reverse. | Stephen Kelly | 2015-02-15 | 1 | -9/+2 |
|
|
* | cmListCommand: Use std::find algorithm for FIND subcommand. | Stephen Kelly | 2015-02-15 | 1 | -11/+7 |
|
|
* | Convert loops to cmJoin algorithm with cmRange. | Stephen Kelly | 2015-02-11 | 1 | -8/+1 |
|
|
* | Convert loops populating maybe-empty content into the common pattern. | Stephen Kelly | 2015-02-11 | 1 | -4/+8 |
|
|
* | Merge topic 'consistent-empty-method' | Brad King | 2015-01-19 | 1 | -5/+5 |
|\ |
|
| * | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
| * | cmListCommand: Use empty() and expand whitespace. | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
| * | Replace 'foo.size() != 0' 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 | -2/+2 |
|
|
* | | cmListCommand: Replace loop with member algorithm. | Stephen Kelly | 2015-01-18 | 1 | -7/+3 |
|/ |
|