Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-11 | Add types for Gtk4UI and Qt6UI | David Robillard | 1 | -1/+2 | |
2022-12-15 | Remove double size check entirely | David Robillard | 1 | -2/+3 | |
It turns out that, since this header is widely included in dependants, removing the conditional in the previous commit triggers undocumented warnings downstream. Since the check is pretty esoteric anyway, and has been widely included across most of the LV2 ecosystem for a decade and never once come up, I think it's safe to just delete this and be done with the hassle. | |||||
2022-12-10 | Allow LV2_SYMBOL_EXPORT to be overridden | David Robillard | 1 | -1/+2 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -2/+3 | |
2022-10-05 | Fix pylint warning in test script | David Robillard | 1 | -0/+6 | |
2022-09-09 | LV2 1.18.10 | David Robillard | 1 | -2/+2 | |
2022-09-06 | Replace change history data with a plain text NEWS file | David Robillard | 1 | -0/+268 | |