Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 1 | -2/+1 | |
2022-08-18 | Fix whitespace | David Robillard | 1 | -2/+7 | |
2022-08-18 | Use consistent brace wrapping for class definitions | David Robillard | 1 | -2/+4 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -1/+1 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -6/+16 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Clean up URI map interface | David Robillard | 1 | -3/+20 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -0/+96 | |
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. |