Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -11/+16 | |
The less time wasted with manual code formatting, the better. | |||||
2023-05-15 | Organize configuration summary | David Robillard | 1 | -5/+17 | |
2023-04-30 | Replace strict option with new meson warning level | David Robillard | 1 | -3/+0 | |
2022-11-19 | Avoid test directory entirely if tests are disabled | David Robillard | 1 | -1/+3 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -0/+3 | |
2022-10-05 | Fix pylint warning in test script | David Robillard | 1 | -1/+1 | |
2022-09-09 | LV2 1.18.10 | David Robillard | 1 | -1/+1 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-06 | Replace change history data with a plain text NEWS file | David Robillard | 1 | -24/+0 | |
2022-08-22 | Only install lv2specgen when required Python modules are found | David Robillard | 1 | -1/+5 | |
2022-08-16 | Fix bundle installation directory on Windows | Hannes Braun | 1 | -1/+1 | |
2022-08-14 | Fix include flags in pkg-config file | Hubert Figuière | 1 | -2/+1 | |
2022-08-12 | LV2 1.18.8v1.18.8 | David Robillard | 1 | -1/+1 | |
2022-08-12 | Fix documentation build | David Robillard | 1 | -0/+2 | |
2022-08-07 | Avoid running checks or building documentation if Python is too old | David Robillard | 1 | -1/+10 | |
2022-08-04 | Fix lv2.h missing from installation | David Robillard | 1 | -0/+3 | |
2022-07-19 | lv2specgen: Fix installed data paths | David Robillard | 1 | -1/+1 | |
2022-07-17 | LV2 1.18.6v1.18.6 | David Robillard | 1 | -1/+1 | |
2022-07-17 | Rearrange source tree to be directly usable by dependants | David Robillard | 1 | -54/+221 | |
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. | |||||
2022-07-17 | Switch to meson build system | David Robillard | 1 | -0/+194 | |