Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-13 | Add missing includes | David Robillard | 1 | -0/+1 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -4/+4 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -35/+34 | |
2020-12-14 | Clean up includes | David Robillard | 1 | -0/+8 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -0/+4 | |
2020-11-27 | Use prettier names for log methods | David Robillard | 1 | -3/+3 | |
2020-11-27 | Factor out log from Patchage class | David Robillard | 1 | -0/+83 | |
Towards saner dependencies. |