Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-14 | Use std::variant | David Robillard | 1 | -18/+17 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -2/+2 | |
2022-08-18 | Use consistent brace wrapping for struct definitions | David Robillard | 1 | -32/+16 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -8/+8 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -0/+1 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -0/+158 | |
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. |