summaryrefslogtreecommitdiffstats
path: root/src/Drivers.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Avoid virtual calls in destructorsDavid Robillard1-0/+11
2024-07-13Add missing includesDavid Robillard1-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-20Clean up includesDavid Robillard1-0/+1
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-05-11Add Cleared event for implementing refresh without a raceDavid Robillard1-0/+2
2021-05-11Move drivers to a separate objectDavid Robillard1-0/+66
Towards eliminating dependencies on the Patchage "god object".