Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -2/+1 | |
The less time wasted with manual code formatting, the better. | |||||
2023-05-27 | Use files() for headers in meson | David Robillard | 1 | -4/+2 | |
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. | |||||
2023-01-11 | Install pugl/attributes.h | David Robillard | 1 | -1/+2 | |
2022-11-24 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
See https://reuse.software/ for details. | |||||
2021-05-28 | Split up meson build definitions more | David Robillard | 1 | -0/+12 | |