Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-06 | Fix Doxygen group references | David Robillard | 1 | -1/+1 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 1 | -60/+60 | |
2020-12-11 | Fix Vulkan C++ bindings on Windows | David Robillard | 1 | -2/+2 | |
2020-11-26 | Remove file documentation | David Robillard | 1 | -8/+6 | |
These will not be used in the Sphinx documentation, and most were self-explanatory and only there to make the Doxygen index look nice anyway. Where there was actually useful information, it has been preserved as regular comments. | |||||
2020-11-25 | Pass vkGetInstanceProcAddr to puglCreateSurface instead of a loader | David Robillard | 1 | -2/+2 | |
This allows puglCreateSurface() to be used with some other loader, or when linking to Vulkan at compile time. | |||||
2020-11-01 | Run clang-tidy on all headers and fix various issues | David Robillard | 1 | -1/+1 | |
It's a nightmare trying to get this thing to check everything. | |||||
2020-11-01 | Make event handling in C++ more flexible | David Robillard | 1 | -1/+1 | |
2020-10-31 | Use static polymorphism in C++ bindings | David Robillard | 1 | -1/+1 | |
This removes virtual function overhead, and the weird situation of having to include pugl.ipp once (or worse, for pugl to provide a binary C++ library). | |||||
2020-10-30 | Simplify header names | David Robillard | 1 | -0/+170 | |