summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBinPacker.cxx
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lintsBen Boeckel2022-05-241-2/+2
|
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
| | | | At least those involving `static_cast`.
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-65/+67
|
* CTest: Add bin-packing algorithmKyle Edwards2019-10-021-0/+201
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.