aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_build.c
AgeCommit message (Collapse)AuthorFilesLines
2023-05-27Separate pugl/glu.h from pugl/gl.hDavid Robillard1-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-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
See https://reuse.software/ for details.
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-1/+1
2020-10-30Simplify header namesDavid Robillard1-4/+4
2020-10-30Remove GL and GLU wrapper headersDavid Robillard1-2/+0
Include them in pugl_gl.h instead, to simplify things and unclutter the include directory.
2020-10-14Suppress IWYU warnings in build testsDavid Robillard1-6/+6
2020-07-05Ensure that all API headers are warning-freeDavid Robillard1-0/+34