Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-21 | lv2specgen: Sort lists for reproducible documentation | Bernhard M. Wiedemann | 1 | -6/+9 | |
2018-04-21 | Allow build date to be overridden for reproducible documentation | Bernhard M. Wiedemann | 1 | -2/+5 | |
See https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. | |||||
2016-10-14 | Simplify command line use of lv2specgen | David Robillard | 1 | -34/+51 | |
2016-10-13 | Support owl:Ontology as well as lv2:Specification | David Robillard | 1 | -0/+2 | |
2016-09-29 | Call lv2specgen as a separate process | David Robillard | 1 | -20/+145 | |
This speeds up builds with documentation significantly by allowing lv2specgen.py to be called in parallel, and makes lv2specgen a more reusable tool for third-party specifications. | |||||
2016-09-18 | Fix description tables in documentation | David Robillard | 1 | -9/+3 | |
This fixes the display of complex descriptions where properties have blank node values, and makes the output more deterministic. Most obvious in the description of params:EnvelopeControls. | |||||
2016-08-24 | Fix HTML in title of documentation pages | David Robillard | 2 | -1/+3 | |
2014-11-26 | Add link to spec index on spec pages. | David Robillard | 1 | -2/+6 | |
2014-11-25 | Single-page API documentation with unified style. | David Robillard | 2 | -54/+80 | |
2014-11-23 | Update reference docs style to match new website. | David Robillard | 1 | -23/+25 | |
2014-11-01 | Fix merging of version histories in specification documentation. | David Robillard | 1 | -2/+3 | |
2014-08-08 | Order history entries by date. | David Robillard | 1 | -1/+1 | |
2014-08-04 | Move version from subtitle to metadata table. | David Robillard | 2 | -2/+3 | |
2014-07-31 | Fix change history on specification index page. | David Robillard | 1 | -8/+10 | |
2014-07-28 | Add description, date, and change log to documentation index. | David Robillard | 2 | -28/+45 | |
2014-05-08 | Improve documentation. | David Robillard | 2 | -47/+56 | |
2014-01-24 | atom: Deprecate Blank and Resource in favour of just Object. | David Robillard | 1 | -4/+10 | |
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated. | |||||
2013-12-31 | Install lv2specgen for use by other projects. | David Robillard | 2 | -37/+39 | |
2013-12-31 | lv2specgen: Fix links to externally defined terms. | David Robillard | 1 | -10/+10 | |
2013-05-03 | Make lv2specgen more tolerant for command-line usage. | David Robillard | 1 | -15/+20 | |
2013-01-09 | Fix lv2specgen usage from command line. | David Robillard | 1 | -4/+6 | |
Fix round-trip UTF-8 support in lv2specgen. Support specifications with URI equivalent to prefix and/or slash namespaces. | |||||
2012-09-06 | Make documentation suitable for local installation. | David Robillard | 2 | -14/+13 | |
2012-09-03 | Use relative links between extensions so local documentation links work. | David Robillard | 1 | -21/+19 | |
Automatically link prefixed names to the appropriate resource. | |||||
2012-09-02 | Fix link regexp. | David Robillard | 1 | -1/+1 | |
2012-08-09 | Wrap rdfs:comment documentation in <p> tags to match the layour of ↵ | David Robillard | 1 | -1/+1 | |
lv2:documentation. | |||||
2012-04-17 | Document rdfs:Datatype as a class. | David Robillard | 1 | -1/+1 | |
2012-04-06 | Add preliminary lv2docgen.py script. | David Robillard | 1 | -0/+141 | |
2012-03-30 | Automatically generate links to properties and instances as well as Classes. | David Robillard | 1 | -34/+46 | |
Validate after linkification, not before. | |||||
2012-03-27 | Fix duplicate information on instance descriptions. | David Robillard | 1 | -1/+0 | |
2012-03-26 | Move files listing into contents. Hopefully a more obvious link to the API ↵ | David Robillard | 2 | -11/+17 | |
will appease the C curmudgeons. | |||||
2012-03-26 | Fix busted loading of spec properties (most noticably putting maintainer ↵ | David Robillard | 1 | -19/+18 | |
information from other specs on the page when the spec itself has no maintainer listed). | |||||
2012-03-26 | Sort class hierarchy index at every level. | David Robillard | 1 | -2/+8 | |
2012-03-25 | Simply spec style a bit. | David Robillard | 1 | -1/+1 | |
2012-03-25 | Move people information in to a common place. | David Robillard | 1 | -4/+5 | |
2012-03-25 | Clean up author and seeAlso information. | David Robillard | 2 | -41/+22 | |
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough). | |||||
2012-03-23 | Update Python tool headers. | David Robillard | 1 | -1/+1 | |
2012-03-04 | Fix broken links. | David Robillard | 1 | -2/+4 | |
2012-03-04 | Fix links to #defines. | David Robillard | 1 | -2/+1 | |
2012-02-28 | Fix documentation links. | David Robillard | 1 | -33/+15 | |
2012-02-19 | Fix dangling commas in Properties and Instances index. | David Robillard | 1 | -5/+7 | |
2012-02-09 | Update metadata. | David Robillard | 1 | -3/+3 | |
2012-02-09 | Move documentation building into waf. | David Robillard | 1 | -21/+19 | |
2012-02-08 | Move Doxygen tag reading into lv2specgen and avoid intermediary file. | David Robillard | 1 | -12/+57 | |
2012-02-08 | Add more obvious separate download row to header table. | David Robillard | 2 | -3/+13 | |
2012-02-08 | Put doc links after headers in 'see also' list. | David Robillard | 1 | -1/+6 | |
2011-11-22 | Fix broken links. | David Robillard | 1 | -1/+3 | |
2011-11-22 | Don't link to releases for experimental extensions. | David Robillard | 1 | -7/+12 | |
2011-11-21 | Improve Turtle Pygments parser. | David Robillard | 1 | -1/+2 | |
2011-11-21 | Highlight qnames as Name.Tag. | David Robillard | 1 | -4/+4 | |
2011-11-21 | Handle Turtle comma correctly in Pygments parser. | David Robillard | 1 | -3/+5 | |