Age | Commit message (Expand) | Author | Files | Lines |
2020-07-25 | Revert "Use LV2_ATOM_BODY macros in examples instead of pointer arithmetic" | David Robillard | 3 | -3/+3 |
2020-07-18 | Fix CI configuration | David Robillard | 1 | -6/+1 |
2020-07-16 | Only upload pages for master | David Robillard | 1 | -0/+2 |
2020-07-16 | Modernize compiler checks in attributes.h | David Robillard | 1 | -3/+3 |
2020-07-16 | Use ultra-strict warnings and Werror on CI | David Robillard | 1 | -10/+10 |
2020-07-16 | Fix unused variable warning in release builds | David Robillard | 1 | -0/+4 |
2020-07-16 | Be explicit about warnings | David Robillard | 2 | -2/+73 |
2020-07-15 | Fix incorrect printf format specifiers | David Robillard | 4 | -12/+15 |
2020-07-15 | Add missing static specifiers | David Robillard | 1 | -2/+2 |
2020-06-19 | Fix state:StateChanged URI in metadata and documentation | David Robillard | 3 | -4/+12 |
2020-05-22 | eg-sampler: Fix size of note-on atom sent from UI | David Robillard | 2 | -2/+2 |
2020-04-26 | Fix specification directory index | David Robillard | 1 | -2/+3 |
2020-04-26 | Fix links in online documentation index | David Robillard | 2 | -4/+15 |
2020-04-26 | Fix htaccess files | David Robillard | 1 | -3/+3 |
2020-04-26 | Fix distcheck targetv1.18.0 | David Robillard | 1 | -1/+4 |
2020-04-26 | Fix version of core specification | David Robillard | 1 | -1/+1 |
2020-04-26 | LV2 1.18.0 | David Robillard | 12 | -19/+27 |
2020-04-26 | Fix top level news generation for core specification | David Robillard | 1 | -2/+8 |
2020-04-26 | Add tests for specification manifests | David Robillard | 1 | -0/+27 |
2020-04-26 | Add title variable for news posts | David Robillard | 1 | -0/+1 |
2020-04-26 | Add Doxygen layout file to move detailed description to the top | David Robillard | 2 | -1/+227 |
2020-04-26 | Ignore top-level generated NEWS file | David Robillard | 1 | -0/+1 |
2020-04-26 | Add C++ header compile test | David Robillard | 1 | -6/+24 |
2020-04-26 | Update autowaf | David Robillard | 2 | -2/+2 |
2020-04-11 | Disable Turtle syntax test on Windows | David Robillard | 1 | -1/+1 |
2020-04-10 | lv2specgen: Fix various flake8 issues | David Robillard | 1 | -32/+39 |
2020-04-10 | lv2specgen: Format code with black | David Robillard | 1 | -346/+567 |
2020-04-10 | Shorten data-access description | David Robillard | 1 | -1/+1 |
2020-04-10 | Fix reference to non-existent C type | David Robillard | 1 | -1/+1 |
2020-04-10 | Remove most uses of "e.g." in documentation | David Robillard | 16 | -63/+68 |
2020-04-10 | Remove incorrect type of pg:letterCode | David Robillard | 2 | -2/+3 |
2020-04-10 | Fix incorrect type of patch:sequenceNumber | David Robillard | 3 | -2/+11 |
2020-04-10 | Add more specific property types | David Robillard | 9 | -24/+58 |
2020-04-10 | Remove redundant lv2:Specification type properties | David Robillard | 24 | -46/+30 |
2020-04-10 | Add test that documentation is properly formatted Markdown | David Robillard | 1 | -0/+10 |
2020-04-10 | Add tests for vocabulary integrity | David Robillard | 1 | -12/+46 |
2020-04-10 | Move documentation to metadata files and convert it to Markdown | David Robillard | 49 | -2741/+4253 |
2020-04-10 | Update documentation style | David Robillard | 5 | -448/+592 |
2020-03-28 | lv2specgen: Add type label to resource documentation headers | David Robillard | 1 | -0/+1 |
2020-03-28 | lv2specgen: Flatten page structure | David Robillard | 2 | -11/+21 |
2020-03-28 | lv2specgen: Show label in metadata table for all resources | David Robillard | 1 | -6/+19 |
2020-03-28 | lv2specgen: Don't show label in page description body | David Robillard | 1 | -8/+2 |
2020-03-28 | lv2specgen: Use a consistent order for owl and rdfs metadata | David Robillard | 1 | -1/+1 |
2020-03-28 | lv2specgen: Add support for Markdown documentation | David Robillard | 2 | -17/+57 |
2020-03-28 | lv2specgen: Put restrictions in the same definition list | David Robillard | 1 | -4/+8 |
2020-03-28 | lv2specgen: Factor out vocabulary linkification | David Robillard | 1 | -23/+31 |
2020-03-28 | lv2specgen: Show rdfs:seeAlso links nicely | David Robillard | 1 | -0/+2 |
2020-03-28 | lv2specgen: Factor out HTML linkification | David Robillard | 1 | -95/+101 |
2020-03-28 | lv2specgen: Show links within the current page without prefixes | David Robillard | 1 | -1/+1 |
2020-03-28 | lv2specgen: Add list of subclasses to class documentation | David Robillard | 1 | -1/+15 |