aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06Replace change history data with a plain text NEWS fileDavid Robillard2-259/+0
2022-08-22Fix documentation buildDavid Robillard1-1/+1
2022-08-09Fix syntax check on WindowsDavid Robillard1-3/+6
2022-08-05Fix inconsistent namespace index orderDavid Robillard1-1/+1
This was "automatically" sorted on some systems and/or Python versions, but not others.
2022-08-05Fix documentation build with Python 3.7David Robillard1-2/+2
2022-07-19Fix pylint warningDavid Robillard1-2/+2
2022-07-19Log syntax error origins when building indexDavid Robillard1-1/+5
2022-07-17Rearrange source tree to be directly usable by dependantsDavid Robillard1-1/+1
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-17Switch to meson build systemDavid Robillard5-0/+849