Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-16 | Avoid narrowing casts through void | David Robillard | 1 | -1/+1 | |
2023-09-23 | Add lv2_util.h to documentation | David Robillard | 1 | -1/+1 | |
2023-09-22 | Add missing const qualifiers | David Robillard | 1 | -2/+2 | |
2023-04-30 | Avoid or suppress clang-tidy warnings in utility headers | David Robillard | 1 | -1/+7 | |
2023-02-04 | Fix clang and clang-tidy warnings in Windows | David Robillard | 1 | -3/+3 | |
2023-02-04 | Fix whitespace | David Robillard | 1 | -15/+14 | |
2022-12-11 | Clean up include guards | David Robillard | 1 | -1/+1 | |
2022-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-07-17 | Rearrange source tree to be directly usable by dependants | David Robillard | 1 | -0/+523 | |
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. |