summaryrefslogtreecommitdiffstats
path: root/src/Drivers.hpp
AgeCommit message (Collapse)AuthorFilesLines
2023-09-22Clean up includes and forward declarationsDavid Robillard1-1/+1
2022-08-16Fix whitespaceDavid Robillard1-2/+2
Apparently clang-format changed its mind about special member functions, and binary_location.h was just never formatted to begin with.
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-05-26Clean up includesDavid Robillard1-1/+1
2021-06-04Fix initialisation orderDavid Robillard1-1/+1
2021-05-11Move drivers to a separate objectDavid Robillard1-0/+65
Towards eliminating dependencies on the Patchage "god object".