| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: fix `performance-unnecessary-copy-initialization` lints | Ben Boeckel | 2022-05-24 | 1 | -4/+4 |
|
|
* | clang-tidy: address `google-readability-casting` lints | Ben Boeckel | 2022-05-24 | 1 | -5/+6 |
|
|
* | cmListCommand: Handle invalid FOR selector ranges | Nick Muggio | 2021-12-09 | 1 | -2/+11 |
|
|
* | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|
|
* | Source: Fix clang -Wimplicit-fallthrough warnings | Sean McBride | 2021-09-28 | 1 | -1/+1 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -2/+2 |
|
|
* | Source: Reduce c_str() usage | vvs31415 | 2021-03-13 | 1 | -6/+6 |
|
|
* | cmListCommand: add a policy for failing on invalid indicies | Ben Boeckel | 2021-02-18 | 1 | -7/+30 |
|
|
* | cmListCommand: prefer strtol to atoi | Ben Boeckel | 2021-02-18 | 1 | -4/+8 |
|
|
* | cmListCommand: refactor out index argument parsing | Ben Boeckel | 2021-02-16 | 1 | -5/+32 |
|
|
* | list(REMOVE_ITEM): Make removal of an empty item a no-op. | Asit Dhal | 2021-01-12 | 1 | -3/+4 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -12/+13 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -2/+3 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -2/+1 |
|
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -1/+2 |
|
|
* | list: add NATURAL sorting on SORT sub-command | Johnny Jazeix | 2020-04-13 | 1 | -2/+21 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -1/+2 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -69/+42 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -3/+3 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -18/+14 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
|
|
* | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 1 | -3/+3 |
|\ |
|
| * | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+3 |
|
|
* | | Merge topic 'list-subcommand-table' | Brad King | 2019-08-26 | 1 | -111/+43 |
|\ \
| |/
|/| |
|
| * | cmListCommand: Use cmSubcommandTable | Regina Pfeifer | 2019-08-22 | 1 | -111/+43 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -8/+6 |
|/ |
|
* | Merge topic 'cmCommand_refactor' | Brad King | 2019-08-22 | 1 | -175/+240 |
|\ |
|
| * | cmCommand refactor: cmListCommand | Gabor Bencze | 2019-08-20 | 1 | -175/+240 |
|
|
* | | Merge topic 'isolate-declarations' | Brad King | 2019-08-22 | 1 | -4/+9 |
|\ \ |
|
| * | | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -4/+9 |
| |/ |
|
* | | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -1/+1 |
|/ |
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -3/+3 |
|
|
* | Merge topic 'tidy_inefficient_string' | Brad King | 2019-08-07 | 1 | -28/+23 |
|\ |
|
| * | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -28/+23 |
|
|
* | | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|/ |
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -20/+18 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+2 |
|
|
* | list(POP_FRONT): Fix always assigning first item to output vars | Alex Turbov | 2019-06-30 | 1 | -1/+1 |
|
|
* | 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 |
|
|