| Commit message (Expand) | Author | Age | Files | Lines |
* | cmList: Add container conversion to string | Marc Chevrier | 2023-06-22 | 1 | -1/+2 |
|
|
* | cmExecuteProcessCommand: Report keyword errors via argument parser results | Brad King | 2022-07-22 | 1 | -8/+4 |
|
|
* | cmArgumentParser: Avoid allocating copies of keyword strings | Brad King | 2022-07-05 | 1 | -3/+3 |
|
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 1 | -3/+3 |
|
|
* | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -2/+2 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenarios | Asit Dhal | 2020-12-10 | 1 | -31/+87 |
|
|
* | execute_process: add options for fatal errors on subprocess failure | Asit Dhal | 2020-10-01 | 1 | -1/+57 |
|
|
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -2/+1 |
|
|
* | execute_process: Add ECHO_(OUTPUT|ERROR)_VARIABLE options | Cristian Adam | 2020-02-24 | 1 | -7/+15 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+4 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | cmCommand refactor: cmExecuteProcessCommand | Gabor Bencze | 2019-08-20 | 1 | -36/+42 |
|
|
* | 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 | -1/+1 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+0 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+3 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -1/+1 |
|
|
* | execute_process: Add option to echo command lines | Bill Hoffman | 2019-04-19 | 1 | -1/+49 |
|
|
* | execute_process: Manage KWSys Process lifetime with unique_ptr | Brad King | 2019-04-19 | 1 | -4/+3 |
|
|
* | cmExecuteProcessCommand: Port to cmArgumentParser | Regina Pfeifer | 2019-04-04 | 1 | -170/+110 |
|
|
* | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -3/+3 |
|
|
* | Merge topic 'Wcomma' | Brad King | 2019-01-22 | 1 | -1/+1 |
|\ |
|
| * | Fixed all but one clang -Wcomma warning | Sean McBride | 2019-01-12 | 1 | -1/+1 |
|
|
* | | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 1 | -4/+4 |
|\ \ |
|
| * | | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -4/+4 |
| |/ |
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -4/+4 |
|/ |
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -5/+5 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | execute_process: Add option to get results of every child | Adam Weisi | 2017-06-10 | 1 | -1/+52 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | execute_process: Restore no-decoding default behavior | Brad King | 2017-02-13 | 1 | -1/+1 |
|
|
* | execute_process: Add ENCODING option for Windows child process output | Dāvis Mosāns | 2016-11-30 | 1 | -1/+10 |
|
|
* | Windows: Encode child process output to internally-used encoding | Dāvis Mosāns | 2016-11-14 | 1 | -2/+21 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -3/+7 |
|
|
* | 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 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -207/+109 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -2/+0 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | execute_process: Improve stdout/stderr merging | Brad King | 2015-05-07 | 1 | -5/+19 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | execute_process: Send stderr through cmSystemTools::Stderr | Brad King | 2014-05-15 | 1 | -5/+5 |
|
|