Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-07 | Clean up meson definitions | David Robillard | 1 | -19/+31 | |
2022-05-28 | Clean up and strengthen warning flags | David Robillard | 1 | -6/+9 | |
2022-05-22 | Factor out pugl_clipboard_demo example program | David Robillard | 1 | -0/+2 | |
This is a simpler example than pugl_embed_demo that demonstrates clipboard functionality without the complexity of embedded views. | |||||
2022-05-21 | Fix build of examples that use a stub backend | David Robillard | 1 | -3/+21 | |
2022-05-20 | MacOS: Build examples as application bundles | David Robillard | 1 | -52/+79 | |
This is required on MacOS to make the examples usable. When run as bare programs, they don't show up as normal windows or receive keyboard input. | |||||
2022-04-23 | Move reserved platform defines from code to build system | David Robillard | 1 | -5/+9 | |
Numerous things warn about this, and it's generally a bad idea to put these in the code since it can result in incompatibly compiled code being linked together. Unfortunately this makes building manually (without the build system) more fiddly, but such is life. | |||||
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 warning suppression flags more finely | David Robillard | 1 | -6/+51 | |
This avoids polluting the main list of suppressions with things that are only triggered in tests or examples, making it clearer which warning are present in pugl itself. | |||||
2021-05-28 | Remove unnecessary include directory | David Robillard | 1 | -1/+0 | |
2021-05-24 | Consistently refer to C++ as "cpp" and fix installation | David Robillard | 1 | -4/+4 | |
2021-04-27 | Simplify meson configuration | David Robillard | 1 | -5/+5 | |
2021-01-08 | Switch to Meson | David Robillard | 1 | -0/+80 | |