Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-30 | Move C++ bindings to a separate directory | David Robillard | 1 | -50/+0 | |
This seemed messy and potentially misleading for what is fundamentally a C++ library. It also makes it possible to set separate clang-tidy and clang-format settings for each to avoid "tainting" the C settings, though currently the headers use the same checks. | |||||
2020-10-21 | Make backend function wrappers noexcept | David Robillard | 1 | -1/+1 | |
2020-10-21 | Move includes to a separate directory | David Robillard | 1 | -0/+50 | |
This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy. |