Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Avoid virtual calls in destructors | David Robillard | 1 | -2/+2 | |
2023-09-22 | Clean up includes and forward declarations | David Robillard | 1 | -1/+1 | |
2022-08-16 | Fix whitespace | David Robillard | 1 | -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-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-05-26 | Clean up includes | David Robillard | 1 | -1/+1 | |
2021-06-04 | Fix initialisation order | David Robillard | 1 | -1/+1 | |
2021-05-11 | Move drivers to a separate object | David Robillard | 1 | -0/+65 | |
Towards eliminating dependencies on the Patchage "god object". |