Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-04 | Add missing std::forward | David Robillard | 1 | -1/+1 | |
2023-05-12 | Fix const correctness | David Robillard | 1 | -3/+5 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -1/+1 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -0/+38 | |
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. |