Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-27 | Separate pugl/glu.h from pugl/gl.h | David Robillard | 1 | -1/+2 | |
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. | |||||
2023-01-20 | Replace duplicated dox_to_sphinx script with sphinxygen dependency | David Robillard | 1 | -1/+1 | |
2023-01-04 | Clean up licensing metadata | David Robillard | 1 | -0/+3 | |
2023-01-02 | Reorganize documentation | David Robillard | 1 | -3/+10 | |
2021-05-24 | Fix documentation build as a subproject | David Robillard | 1 | -3/+7 | |
2021-01-08 | Switch to Meson | David Robillard | 1 | -0/+28 | |