Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-04 | Clean up licensing metadata | David Robillard | 1 | -0/+3 | |
2022-04-21 | Improve error handling | David Robillard | 1 | -0/+1 | |
2021-01-02 | Add PUGL_CONST_API | David Robillard | 1 | -0/+1 | |
Just a convenience macro to make declarations a little more readable. | |||||
2021-01-02 | Simplify clang-format configuration and format all code | David Robillard | 1 | -112/+12 | |
2020-12-11 | Make demo programs work from any directory, and install them | David Robillard | 1 | -1/+1 | |
2020-04-03 | Rewrite C++ bindings | David Robillard | 1 | -2/+2 | |
2020-03-09 | Cleanup: Remove modern key from clang-format file | David Robillard | 1 | -1/+0 | |
This causes errors with too old (but still relatively recent) versions of clang-format. | |||||
2020-03-07 | Update clang-format configuration to more closely match pugl.h | David Robillard | 1 | -3/+4 | |
2020-03-01 | Add clang-format configuration file | David Robillard | 1 | -0/+127 | |
The code is not yet all automatically formatted, and this does not exactly match the current style, but it's about as close as I can get. |