aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12Put all code documentation in an "lv2" groupDavid Robillard25-0/+33
This makes it feasible to merge the LV2 documentation into more broad documentation in a meta-project.
2020-03-07Fix mismatched documentation grouping commandsDavid Robillard1-1/+0
2020-02-23Use the same name for recursive struct typesDavid Robillard3-16/+16
Similar to the previous commit, this was non-standard and caused documentation issues. With this commit, the data structures index page looks as expected. Unlike the previous commit, though, these names are actually needed because the struct definition refers to itself. Simply use the same name instead of the underscore prefix, since the "struct namespace" in C is different anyway.
2020-02-23Remove unnecessary struct namesDavid Robillard7-16/+16
These are not necessary since they are not recursive types, and the names violated the C standard. There also seems to be a bug in Doxygen where TYPEDEF_HIDES_STRUCT was not working, which made the documentation confusing and ugly. Strictly speaking, this could break user code that used these names directly, but this was never intended to be supported and should be fixed if it actually occurs anywhere.
2020-02-16Update version in metadata to match wscriptDavid Robillard1-1/+1
2020-02-16Make all specifications a lv2:SpecificationDavid Robillard17-17/+34
2020-02-16Normalise syntax of all specification data with serdiDavid Robillard74-207/+268
2020-02-16Separate developers from project metadataDavid Robillard4-50/+54
2019-12-07Add state:freePath featureDavid Robillard4-6/+50
2019-04-27Fix broken linksDavid Robillard3-5/+2
2019-04-27Replace broken links with detailed Ambisonic channel descriptionsDavid Robillard3-103/+189
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 Robillard6-14/+14
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-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-24Fix documentation typoDavid Robillard1-1/+1
2019-03-24Use the same LV2 blurb everywhereDavid Robillard1-1/+1
2019-03-24Fix broken links to API documentationDavid Robillard1-1/+1
2019-03-24Fix broken link in UI documentationDavid Robillard1-3/+1
2019-03-17Actually fix build on old GCCDavid Robillard1-5/+6
Probably.
2019-03-17Fix build on old GCCDavid Robillard1-2/+2
2019-03-17Add tests for forge overflow scenariosDavid Robillard1-0/+109
2019-03-17Factor out atom test utilitiesDavid Robillard2-41/+62
2019-03-17Fix undocumented item inside Doxygen groupDavid Robillard1-0/+1
2019-03-17Fix misleading commentDavid Robillard1-1/+1
2019-02-03LV2 1.16.0v1.16.0David Robillard17-28/+44
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard14-33/+33
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2019-01-10Remove workaround for ancient MSVCDavid Robillard8-16/+8
2018-10-28Rework port restrictions so that presets can be validatedDavid Robillard3-12/+26
2018-10-28Fix whitespaceDavid Robillard1-5/+5
2018-10-28Remove overly restrictive domain from units:unitDavid Robillard2-2/+2
2018-10-28Relax range of opts:requiredOption and opts:supportedOptionDavid Robillard2-3/+11
2018-09-23Aggressively deprecate uri-map extensionDavid Robillard1-0/+8
2018-09-23Aggressively deprecate event extensionDavid Robillard2-0/+16
2018-09-23Factor out deprecation attribute and warning boilerplateDavid Robillard3-22/+67
2018-09-23Shrink code slightly by removing some if-else structureDavid Robillard3-18/+9
2018-09-23Add missing macro argument parenthesisDavid Robillard1-1/+1
2018-09-23Add missing bracesDavid Robillard1-5/+10
2018-09-23Remove redundant castsDavid Robillard1-10/+5
2018-09-23Clean up includesDavid Robillard2-1/+5
2018-09-22Install standard headers to simpler include pathsDavid Robillard107-249/+19
2018-09-22Include waf sources and fix build with Python 3.7David Robillard1-2/+4
2018-09-21Fix warnings in atom testsDavid Robillard1-9/+10
2018-06-09Fix documentation table underline problemDavid Robillard1-1/+1
How/why is beyond me...
2018-05-27Fix incorrect range of midi:chunkDavid Robillard3-3/+10
2018-05-21Clarify time:beat originDavid Robillard3-2/+16
2018-04-21Install lv2_util.h for use by third-party codeTimo Wischer1-0/+1