Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-25 | Move puglEnterContext and puglLeaveContext to GL backends | David Robillard | 1 | -0/+15 | |
These only do anything for OpenGL, and it seems unlikely that they will ever be used for anything else. So, move them to the GL headers to remove clutter from the core API, and ensure that they are only used in GL applications that include the appropriate headers and link with a GL backend. Also add missing C++ bindings. | |||||
2020-11-01 | Run clang-tidy on all headers and fix various issues | David Robillard | 1 | -2/+2 | |
It's a nightmare trying to get this thing to check everything. | |||||
2020-10-30 | Simplify header names | David Robillard | 1 | -0/+60 | |