aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-10-17Update autowafDavid Robillard8-15/+11
2019-04-27Fix broken linksDavid Robillard4-6/+3
2019-04-27Replace broken links with detailed Ambisonic channel descriptionsDavid Robillard4-104/+190
2019-04-27Fix incorrect prefixes in URI define commentsDavid Robillard2-35/+35
2019-04-27Consistently use example.org in documentationDavid Robillard1-3/+3
2019-04-27Flatten documentation to fix fragment linksDavid Robillard9-60/+52
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-27Remove file list from documentation pagesDavid Robillard1-25/+3
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-21Switch to using a submodule for autowafDavid Robillard186-41937/+6
2019-04-21Update autowafDavid Robillard2-51/+24
2019-04-21Squashed 'waflib/' changes from b074a1e..4f98e1cDavid Robillard1-49/+19
4f98e1c Remove recursion hacks 27c5c93 Remove use_lib() git-subtree-dir: waflib git-subtree-split: 4f98e1c2bed7beacf4d303e51f994fb932952f95
2019-04-21Fix building within a recursive projectDavid Robillard8-80/+27
2019-04-20Use fine-grained Docker images for CIDavid Robillard1-31/+31
2019-04-16Publish code coverage pageDavid Robillard1-0/+14
2019-04-15Avoid globbing for bundled pluginsDavid Robillard1-3/+10
2019-04-15Update autowafDavid Robillard1-3/+5
2019-04-15Squashed 'waflib/' changes from 27a69a7..b074a1eDavid Robillard1-3/+5
b074a1e Support building against local header-only libraries git-subtree-dir: waflib git-subtree-split: b074a1ef75005785ef7fadbaaaec7574ca4149ed
2019-04-14Support building in a recursive projectDavid Robillard1-4/+6
2019-04-14Improve CI configurationDavid Robillard1-14/+150
2019-04-14Squashed 'waflib/' changes from e7a29b6..27a69a7David Robillard1-10/+43
27a69a7 Add option to filter tests by regular expression ac29b74 Fix configuring with root prefix 6134be6 Print test coverage summary 6d7dd59 Don't attempt to clear coverage when coverage is disabled cddbcb5 Pass file comparison test if difflib finds no changes 6e4e92b Seek to end before checking the size of stderr output git-subtree-dir: waflib git-subtree-split: 27a69a76d1f625ad86b60b5dbd12368bc25cae25
2019-04-14Update autowafDavid Robillard1-10/+43
2019-04-14Fix lv2_validate pathsDavid Robillard1-4/+4
2019-04-14Remove unused namespace prefixesDavid Robillard2-2/+0
2019-03-30Fix crash when forging containers into a short bufferDavid Robillard2-6/+137
2019-03-30Clean up memory after unit testsDavid Robillard3-1/+17
2019-03-27Add news item for documentation improvementsDavid Robillard1-0/+9
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-24Clean up API documentation main pageDavid Robillard3-23/+5
2019-03-24Remove history from top level specifications pageDavid Robillard2-20/+2
This is moving to the homepage, since it clutters up the documentation less, and can be syndicated that way.
2019-03-24Use lighter and more consistent documentation styleDavid Robillard6-504/+613
2019-03-24Consistently use th for table header cellsDavid Robillard1-1/+1
2019-03-24Don't show raw restriction lists in terminfo tableDavid Robillard1-1/+1
2019-03-24Fix reproducible documentation developer/maintainer listsDavid Robillard1-2/+2
2019-03-24Fix documentation typoDavid Robillard1-1/+1
2019-03-24Add validation for complete specification pageDavid Robillard5-0/+991
2019-03-24Don't build file index for offline documentationDavid Robillard1-3/+3
2019-03-24Use the same LV2 blurb everywhereDavid Robillard1-1/+1
2019-03-24Avoid redundant copy of Doxygen stylesheetDavid Robillard2-8/+2
2019-03-24Use friendlier labels for some built-in propertiesDavid Robillard1-2/+2
2019-03-24Use sorted() for sorted iterationDavid Robillard1-18/+9
2019-03-24Fix invalid HTML when specification index is emptyDavid Robillard1-5/+8
2019-03-24Fix broken links to API documentationDavid Robillard2-3/+5
2019-03-24Make index column headers link to the corresponding sectionDavid Robillard1-6/+14
2019-03-24Fix pretty names for links within the current specificationDavid Robillard1-21/+11
2019-03-24Remove ugly Doxygen image from API documentation footerDavid Robillard3-197/+23
2019-03-24Fix Javascript-less API documentation menusDavid Robillard1-1/+1