| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revise C++ coding style using clang-format with "east const" | Kitware Robot | 2025-01-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`, now with "east const" enforcement. Use `clang-format` version 18. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Issue: #26123 | ||||
| * | clang-tidy: address readability-else-after-return lint | Ben Boeckel | 2020-04-13 | 1 | -1/+2 |
| | | |||||
| * | execute_process: Add option to get results of every child | Adam Weisi | 2017-06-10 | 1 | -0/+30 |
| Add a `RESULTS_VARIABLE` option to get the results of all children in a pipeline of one or more `COMMAND`s. | |||||
