Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-27 | Separate pugl/glu.h from pugl/gl.h | David Robillard | 1 | -0/+1 | |
The GLU library is often shipped in a separate package, so it's possible to have a system with GL, but no GLU headers. Since use of GLU isn't universal (none of the examples use it), its inclusion can break builds that would otherwise work. So, move it to a separate wrapper header so this can be avoided. | |||||
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-30 | Simplify header names | David Robillard | 1 | -4/+4 | |
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 | -6/+6 | |
2020-07-05 | Ensure that all API headers are warning-free | David Robillard | 1 | -0/+34 | |