Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-12 | Fix const correctness | David Robillard | 1 | -1/+1 | |
2023-05-12 | Fix include guard | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -3/+3 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -1/+0 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -5/+5 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -0/+8 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+1 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -14/+18 | |
2020-08-02 | Remove redundant pointer get() calls | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -0/+80 | |
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. |