aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/core
AgeCommit message (Collapse)AuthorFilesLines
2023-09-23Add lv2_util.h to documentationDavid Robillard1-1/+1
2023-09-22Add missing const qualifiersDavid Robillard1-2/+2
2023-02-04Fix clang and clang-tidy warnings in WindowsDavid Robillard1-1/+1
2022-12-11Clean up include guardsDavid Robillard3-4/+9
2022-12-10Allow LV2_SYMBOL_EXPORT to be overriddenDavid Robillard1-5/+7
2022-09-08Adopt REUSE machine-readable licensing standardDavid Robillard3-49/+8
2022-07-17Rearrange source tree to be directly usable by dependantsDavid Robillard3-0/+647
This allows the LV2 source distribution to be used as an include path for compilers and an LV2_PATH for applications, at the expense of self-contained bundles. That's a nice idea, but it made LV2 itself weird and annoying to depend on. This rearranges things so that directories in the source tree correspond more closely to installation directories. To make this possible, the "aux" directory in the documentation output has been changed to "style", to avoid the reserved name "aux" on Windows.