Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Avoid virtual calls in destructors | David Robillard | 1 | -0/+11 | |
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. | |||||
2022-07-20 | Clean up includes | David Robillard | 1 | -0/+1 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-05-11 | Add Cleared event for implementing refresh without a race | David Robillard | 1 | -0/+2 | |
2021-05-11 | Move drivers to a separate object | David Robillard | 1 | -0/+66 | |
Towards eliminating dependencies on the Patchage "god object". |