Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Avoid virtual calls in destructors | David Robillard | 1 | -4/+1 | |
2024-07-17 | Avoid C-style casts | David Robillard | 1 | -1/+5 | |
2024-07-17 | Make member function static | David Robillard | 1 | -2/+2 | |
2024-07-17 | Avoid signed bitwise operations | David Robillard | 1 | -2/+3 | |
2024-07-17 | Use uppercase integer literal suffixes | David Robillard | 1 | -7/+7 | |
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. | |||||
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -3/+3 | |
2022-08-22 | Replace boost with standard C++17 facilities | David Robillard | 1 | -3/+3 | |
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-07-20 | Switch to meson build system | David Robillard | 1 | -3/+3 | |
2022-05-18 | Clean up whitespace | David Robillard | 1 | -1/+0 | |
2021-05-08 | Put events in a namespace and simplify their names | David Robillard | 1 | -14/+14 | |
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 | |
JACK is a wonderful idea. Shame about the software, though. | |||||
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 | |