aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26LV2 1.18.0David Robillard12-19/+27
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 Doxygen layout file to move detailed description to the topDavid Robillard2-1/+227
2020-04-26Ignore top-level generated NEWS fileDavid Robillard1-0/+1
2020-04-26Add C++ header compile testDavid Robillard1-6/+24
2020-04-26Update autowafDavid Robillard2-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-10lv2specgen: Fix various flake8 issuesDavid Robillard1-32/+39
2020-04-10lv2specgen: Format code with blackDavid Robillard1-346/+567
2020-04-10Shorten data-access descriptionDavid Robillard1-1/+1
2020-04-10Fix reference to non-existent C typeDavid Robillard1-1/+1
2020-04-10Remove most uses of "e.g." in documentationDavid Robillard16-63/+68
This causes typesetting issues in some cases (because it is interpreted as the end of a sentence), and it's probably more accessible to write out fully anyway.
2020-04-10Remove incorrect type of pg:letterCodeDavid Robillard2-2/+3
OWL does not support inverse functional datatype properties.
2020-04-10Fix incorrect type of patch:sequenceNumberDavid Robillard3-2/+11
2020-04-10Add more specific property typesDavid Robillard9-24/+58
2020-04-10Remove redundant lv2:Specification type propertiesDavid Robillard24-46/+30
These are included in the manifest so that hosts can discover them. Having them in the data file as well is redundant, and in some cases requires an otherwise unnecessary import of the core spec.
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-04-10Move documentation to metadata files and convert it to MarkdownDavid Robillard49-2741/+4253
2020-04-10Update documentation styleDavid Robillard5-448/+592
2020-03-28lv2specgen: Add type label to resource documentation headersDavid Robillard1-0/+1
2020-03-28lv2specgen: Flatten page structureDavid Robillard2-11/+21
2020-03-28lv2specgen: Show label in metadata table for all resourcesDavid Robillard1-6/+19
2020-03-28lv2specgen: Don't show label in page description bodyDavid Robillard1-8/+2
2020-03-28lv2specgen: Use a consistent order for owl and rdfs metadataDavid Robillard1-1/+1
2020-03-28lv2specgen: Add support for Markdown documentationDavid Robillard2-17/+57
2020-03-28lv2specgen: Put restrictions in the same definition listDavid Robillard1-4/+8
2020-03-28lv2specgen: Factor out vocabulary linkificationDavid Robillard1-23/+31
2020-03-28lv2specgen: Show rdfs:seeAlso links nicelyDavid Robillard1-0/+2
2020-03-28lv2specgen: Factor out HTML linkificationDavid Robillard1-95/+101
2020-03-28lv2specgen: Show links within the current page without prefixesDavid Robillard1-1/+1
This makes things quite a bit more readable since the prefixes don't interrupt the flow of the text.
2020-03-28lv2specgen: Add list of subclasses to class documentationDavid Robillard1-1/+15
2020-03-28lv2specgen: Clean up linkification codeDavid Robillard1-4/+5
2020-03-28Add lv2:Markdown datatypeDavid Robillard3-1/+22
2020-03-28Rename spec metadata files to name.meta.ttlDavid Robillard49-47/+47
Towards putting more here than just the project metadata, and is a bit cleaner of a naming scheme anyway.
2020-03-28Add missing namespace prefix in example snippetDavid Robillard1-0/+1
2020-03-28Add missing labels and a test to prevent this in the futureDavid Robillard6-3/+45
2020-03-28Remove redundant seeAlso linksDavid Robillard1-2/+0
These are in the manifest as usual.
2020-03-28Fix invalid Turtle in MIDI vocabulary exampleDavid Robillard1-1/+1
This caused weird syntax highlighting in the documentation.
2020-03-28Switch to 2-space indentation for all CSSDavid Robillard2-745/+745
Some lint tools warn about this, it's less work to just change it than configure them specially. There was previously some inconsistency with spaces and tabs anyway.
2020-03-28Cleanup: Remove commented out documentation headerDavid Robillard1-1/+0
2020-03-28Update waf wrapper to print submodule help messageDavid Robillard1-2/+13
2020-03-28Fix building plugins as independent projectsVladimir Molokov1-1/+1
2020-03-17Add missing rdfs:label for time:beatUnitHanspeter Portner1-0/+1
2020-03-17Use LV2_ATOM_BODY macros in examples instead of pointer arithmeticRuoxi Wang3-3/+3
2020-03-17Disable CI pages rule for merge requestsDavid Robillard1-1/+4
2020-03-17Add UI scale factor and color propertiesRobin Gareus3-0/+52
2020-03-17eg-sampler: Destroy widgets in the correct orderMichael Fisher1-6/+19