Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-28 | Clean up and strengthen warning flags | David Robillard | 1 | -7/+2 | |
2022-05-03 | Fix crash when destroying OpenGL views that haven't been realized | Jean Pierre Cimalando | 1 | -1/+2 | |
2022-04-23 | Put unit tests in a "unit" suite | David Robillard | 1 | -4/+8 | |
This enables running them without the data tests (which can be annoying while working in a messy repo), and for bonus points makes the log output look more uniform. | |||||
2022-04-23 | Move reserved platform defines from code to build system | David Robillard | 1 | -1/+0 | |
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/+10 | |
See https://reuse.software/ for details. | |||||
2021-12-16 | MacOS: Fix warnings in unified ObjC++ test build | David Robillard | 1 | -1/+12 | |
2021-05-28 | Split up warning suppression flags more finely | David Robillard | 1 | -3/+62 | |
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-27 | Add test for building the implementation as included C++ | David Robillard | 1 | -0/+41 | |
2021-05-06 | Add basic test for OpenGL support | David Robillard | 1 | -0/+1 | |
2021-05-06 | Add basic test for stub backend | David Robillard | 1 | -0/+1 | |
2021-05-06 | Add basic test for Vulkan support | David Robillard | 1 | -2/+15 | |
2021-05-06 | Add test for copy/paste | David Robillard | 1 | -0/+2 | |
2021-05-03 | Improve test coverage | David Robillard | 1 | -0/+17 | |
2021-01-08 | Switch to Meson | David Robillard | 1 | -0/+33 | |