Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
See https://reuse.software/ for details. | |||||
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 1 | -1/+1 | |
2020-10-31 | Use static polymorphism in C++ bindings | David Robillard | 1 | -1/+0 | |
This removes virtual function overhead, and the weird situation of having to include pugl.ipp once (or worse, for pugl to provide a binary C++ library). | |||||
2020-10-30 | Simplify header names | David Robillard | 1 | -6/+6 | |
2020-10-30 | Remove GL and GLU wrapper headers | David Robillard | 1 | -2/+0 | |
Include them in pugl_gl.h instead, to simplify things and unclutter the include directory. | |||||
2020-10-14 | Suppress IWYU warnings in build tests | David Robillard | 1 | -8/+8 | |
2020-07-05 | Ensure that all API headers are warning-free | David Robillard | 1 | -0/+36 | |