Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Avoid const data members | David Robillard | 1 | -137/+137 | |
2022-09-08 | Make learned MIDI bindings channel specific | Loki Davison | 1 | -0/+1 | |
2022-08-18 | Use consistent brace wrapping for class definitions | David Robillard | 1 | -1/+2 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -1/+4 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -2/+2 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -0/+241 | |
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check. |