Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -280/+280 |
2020-12-14 | Clean up includes | David Robillard | 1 | -2/+6 |
2020-11-30 | Use raw string literals | David Robillard | 1 | -1/+1 |
2020-11-30 | Fix clang-tidy warnings | David Robillard | 1 | -1/+0 |
2020-11-29 | Save myself from trying to "properly" handle Jack shutdown again | David Robillard | 1 | -1/+9 |
2020-11-29 | Remove silly bitfield | David Robillard | 1 | -5/+4 |
2020-11-29 | Use shorter names for Jack callbacks | David Robillard | 1 | -36/+30 |
2020-11-29 | Remove pointless method | David Robillard | 1 | -9/+1 |
2020-11-29 | Use more reasonable class names | David Robillard | 1 | -1/+1 |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -1/+8 |
2020-11-29 | Completely isolate drivers from the rest of the application | David Robillard | 1 | -0/+501 |