aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Remove -Wno-implicit-int-float-conversionDavid Robillard1-1/+0
This is only supported in very recent clang, and does not suppress anything that the other flags don't already suppress.
2020-07-16Be explicit about warningsDavid Robillard1-2/+73
2020-05-22eg-sampler: Fix size of note-on atom sent from UIDavid Robillard1-1/+1
2020-04-26Fix links in online documentation indexDavid Robillard1-0/+1
2020-04-26Fix distcheck targetv1.18.0David Robillard1-1/+4
2020-04-26LV2 1.18.0David Robillard1-1/+1
2020-04-26Fix top level news generation for core specificationDavid Robillard1-2/+8
2020-04-26Add tests for specification manifestsDavid Robillard1-0/+27
2020-04-26Add title variable for news postsDavid Robillard1-0/+1
2020-04-26Add C++ header compile testDavid Robillard1-6/+24
2020-04-26Update autowafDavid Robillard1-2/+2
2020-04-11Disable Turtle syntax test on WindowsDavid Robillard1-1/+1
This causes problems because tempfile.NamedTemporaryFile is not reopenable by name on Windows, but doesn't really need to run there anyway since this test just ensures that the syntax in the repository is normalized and it only needs to run once.
2020-04-10Add more specific property typesDavid Robillard1-0/+9
2020-04-10Add test that documentation is properly formatted MarkdownDavid Robillard1-0/+10
The leading and trailing blank line requirement is just to ease editing and maintenance, for example so that naive tools can wrap paragraphs.
2020-04-10Add tests for vocabulary integrityDavid Robillard1-12/+46
2020-03-28Add missing labels and a test to prevent this in the futureDavid Robillard1-0/+30
2020-03-17Add a UI feature to request a parameter value from the hostDavid Robillard1-1/+1
2020-03-07Fix building documentation as a subprojectDavid Robillard1-2/+2
2020-02-16Update autowafDavid Robillard1-49/+61
2020-02-16Add test that all data files are normalised and validDavid Robillard1-0/+24
2020-02-16Separate developers from project metadataDavid Robillard1-3/+6
2020-02-16Remove dead codeDavid Robillard1-19/+0
2019-12-07Add state:freePath featureDavid Robillard1-1/+1
2019-11-10Simplify plugin building and set up source tree run environmentDavid Robillard1-0/+5
This sets up LV2_PATH in waf tests so that tests can use specifications and plugins from the source tree without installing.
2019-10-17Don't link against librt on Windows or DarwinDavid Robillard1-1/+3
2019-04-27Replace broken links with detailed Ambisonic channel descriptionsDavid Robillard1-1/+1
2019-04-27Flatten documentation to fix fragment linksDavid Robillard1-33/+32
This removes all the extra bundle content from the documentation output and instead makes pages directly at the URI of specifications. This way, links to fragments in spec pages (which are often copy and pasted) are correct fragment identifiers like <http://lv2plug.in/ns/lv2core#Plugin> instead of <http://lv2plug.in/ns/lv2core/#Plugin>.
2019-04-27Only check links during buildDavid Robillard1-1/+2
2019-04-22Run unit tests on WindowsDavid Robillard1-1/+2
2019-04-22Fix running tests in a recursive projectDavid Robillard1-3/+2
2019-04-21Don't add -Wconversion flag with MSVCDavid Robillard1-1/+1
2019-04-21Update autowafDavid Robillard1-2/+5
2019-04-21Fix building within a recursive projectDavid Robillard1-11/+11
2019-04-15Avoid globbing for bundled pluginsDavid Robillard1-3/+10
2019-04-14Support building in a recursive projectDavid Robillard1-4/+6
2019-03-24Add post-build phase to check for broken links in documentationDavid Robillard1-4/+18
2019-03-24Fix installation of local documentationDavid Robillard1-5/+5
2019-03-24Remove history from top level specifications pageDavid Robillard1-5/+1
This is moving to the homepage, since it clutters up the documentation less, and can be syndicated that way.
2019-03-24Avoid redundant copy of Doxygen stylesheetDavid Robillard1-6/+0
2019-03-24Fix configuring with --online-docs but without --docsDavid Robillard1-3/+3
2019-03-17Add tests for forge overflow scenariosDavid Robillard1-3/+3
2019-03-17Fix online documentation generationDavid Robillard1-2/+4
2019-03-17Fix undocumented item inside Doxygen groupDavid Robillard1-1/+1
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-13/+7
2019-02-03LV2 1.16.0v1.16.0David Robillard1-1/+1
2019-02-03Fix online documentation buildDavid Robillard1-1/+1
2019-02-03Fix news generationDavid Robillard1-1/+1
2019-02-03Fix duplicate news entries in documentationDavid Robillard1-5/+8
2019-01-19Fix backwards compatible lv2.h installation pathDavid Robillard1-3/+3
2019-01-10Fix reference documentation buildDavid Robillard1-1/+1