Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-30 | Remove trailing newlines from Turtle data files | David Robillard | 1 | -1/+0 | |
2022-09-06 | Replace change history data with a plain text NEWS file | David Robillard | 1 | -232/+1 | |
2022-08-31 | Fix missing example plugin UI binaries | David Robillard | 1 | -0/+2 | |
2022-08-22 | Only install lv2specgen when required Python modules are found | David Robillard | 1 | -0/+2 | |
2022-08-14 | Fix include flags in pkg-config file | Hubert Figuière | 1 | -0/+9 | |
2022-08-12 | LV2 1.18.8v1.18.8 | David Robillard | 1 | -2/+4 | |
2022-08-12 | Fix 1.18.6 release link | David Robillard | 1 | -1/+1 | |
2022-08-08 | eg-sampler: Add resampling via libsamplerate | falkTX | 1 | -0/+2 | |
2022-08-08 | eg-sampler: Fix potentially corrupt notification events | David Robillard | 1 | -0/+2 | |
2022-08-07 | midigate: Fix output timing | Timothy Krause | 1 | -0/+2 | |
Previously, the state was updated before writing the output (up to the current time), so output "in the past" would be incorrectly written based on the current state. This fixes that by switching things around, so the output is first written up to the current time, then the state is updated (and the loop continues). This takes advantage of the fact that write_output() effectively does nothing with a zero length. | |||||
2022-08-05 | Fix documentation build with Python 3.7 | David Robillard | 1 | -0/+2 | |
2022-08-04 | Fix lv2.h missing from installation | David Robillard | 1 | -1/+3 | |
2022-07-21 | Fix documentation build with meson 0.56.2 | David Robillard | 1 | -0/+2 | |
2022-07-19 | Fix invalid syntax | David Robillard | 1 | -0/+1 | |
2022-07-19 | lv2specgen: Fix installed data paths | David Robillard | 1 | -0/+7 | |
2022-07-17 | LV2 1.18.6v1.18.6 | David Robillard | 1 | -1/+4 | |
2022-07-17 | Rearrange source tree to be directly usable by dependants | David Robillard | 1 | -0/+228 | |
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. |