Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-28 | Split up meson build definitions more | David Robillard | 2 | -0/+19 | |
2021-05-25 | Rename event structs in a more readable style | David Robillard | 1 | -46/+46 | |
Aside from reading more naturally, this avoids clashes with types that are not events, like PuglEventFlags. This is also more consistent with the C++ bindings, where "EventExpose" would be quite strange, for example. Apologies for the noise. Aliases to the old names will be preserved in the deprecated API like other things for a short while. | |||||
2021-05-24 | Add fancy constructor for C++ events and wrap puglSendEvent() | David Robillard | 2 | -0/+16 | |
2021-05-24 | Consistently refer to C++ as "cpp" and fix installation | David Robillard | 6 | -0/+1063 | |