Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format-15 | Kitware Robot | 2023-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 15. * 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. Fixes: #24315 | ||||
* | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | IWYU: mark <cstddef> as needed | Ben Boeckel | 2020-04-29 | 1 | -1/+1 |
| | | | | Newer IWYU is not seeing them as needed for `size_t`. | ||||
* | CTest: Rename hardware -> resources for source code | Craig Scott | 2019-11-05 | 1 | -9/+9 |
| | |||||
* | CTest: Add bin-packing algorithm | Kyle Edwards | 2019-10-02 | 1 | -0/+300 |
This algorithm is used to determine whether or not a test can execute with the available resources. It uses a recursive largest- first algorithm to try to place the tests into their respective slots. |