Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-12 | Fix implicit widening conversions | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -2/+2 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -6/+4 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -2/+6 | |
2020-08-02 | Remove std::unique_ptr alias | David Robillard | 1 | -2/+3 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -6/+6 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -0/+123 | |
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. |