Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |