Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-31 | Cleanup: Remove unnecessary namespace qualifications | David Robillard | 2 | -27/+27 | |
2020-10-30 | Remove logging API | David Robillard | 1 | -23/+0 | |
This was missing from the C++ bindings and barely used anyway, so just remove it for now in the interests of simplicity and finalizing a stable API. The information previously logged in the X11 GL backend is now available programatically, so applications can print the same information portably if they like. | |||||
2020-10-30 | Clean up installed man pages | David Robillard | 1 | -5/+2 | |
2020-10-30 | Simplify header names | David Robillard | 4 | -20/+20 | |
2020-10-30 | Move C++ bindings to a separate directory | David Robillard | 7 | -0/+1243 | |
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. |