aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-14Use htaccess for conneg instead of PHP.David Robillard3-62/+40
2011-11-14Make all lv2:documentation valid XHTML Basic 1.1.David Robillard17-128/+158
Validate lv2:documentation in lv2specgen (if lxml is available).
2011-11-13Remove persist extensionDavid Robillard7-450/+0
2011-11-13Fix invalid XML (lack of) escapes.David Robillard3-4/+4
2011-11-13Make LV2 a valid OWL 2 DL ontology.David Robillard1-16/+14
2011-11-11Fix incorrect parameter type.David Robillard1-6/+6
2011-11-11Remove Doxygen dependence on graphviz/dot which we don't use anyway.David Robillard1-1/+1
2011-11-09Update documentation.David Robillard2-43/+45
2011-11-09Link Atom classes to C type identifiers.David Robillard3-91/+132
Define C types for all Atom classes where a useful C type is possible.
2011-11-09Check for lv2core via pkg-config rather than header presence.David Robillard1-2/+3
2011-11-09Clean up URID extension.David Robillard5-57/+59
2011-11-09Remove reference to non-existent class.David Robillard1-1/+1
2011-11-09Make use of new auto-linking in lv2specgen.py.David Robillard7-68/+55
2011-11-09Automatically transform ext:Class in lv2:documentation to links.David Robillard1-9/+23
2011-11-09Fix references to old names.David Robillard1-2/+2
2011-11-09Follow class/individual naming convention.David Robillard1-4/+4
2011-11-09Fix incorrect rdfs:Class URI.David Robillard1-1/+1
2011-11-09Rename Object to Thing.David Robillard6-78/+94
Add definition of Message.
2011-11-09Implement file name changing from UI.David Robillard4-62/+104
2011-11-09Update waf to latest git.David Robillard1-0/+0
2011-11-09Define types as complete objects, not just atom bodies.David Robillard4-136/+170
Improve helper API.
2011-11-07Fix crash on instantiation.David Robillard3-24/+32
Switch to state extension from persist extension. Correctly mark up features and extension data. Check for extensions using pkgconfig.
2011-11-07Add missing file.David Robillard1-0/+170
2011-11-07Build and install experimental extensions when --experimental is passed.David Robillard1-1/+3
2011-11-07Apply patch from Adrian Knoth to fix pkgconfig file install paths.David Robillard1-1/+1
2011-11-07Fix distcheck.David Robillard1-2/+12
2011-11-07Cache version information in release tarballs.David Robillard1-1/+20
2011-11-07Fix errors from last commit (oops).David Robillard1-4/+4
2011-11-07Tidy.David Robillard1-14/+13
2011-11-07Remove generated junk from source directory in favour of a smarter extension ↵David Robillard95-151/+241
wscript that figures out the necessary data from RDF (so the wscript itself can be identical for every extension).
2011-11-07Remove cruftDavid Robillard0-0/+0
2011-11-06Lint.David Robillard6-87/+89
2011-11-06Use new urid and atom extensions instead of uri-map and event.David Robillard3-68/+50
2011-11-06Load waf tools firstDavid Robillard1-4/+3
2011-11-06Add features parameters to save() and restore().David Robillard1-11/+18
Fix outdated references to callback_data in documentation.
2011-11-06Typedef void* callback_data parameter.David Robillard4-27/+29
2011-11-05Add stable, experimental, or deprecated status to extension index.David Robillard2-13/+29
2011-11-05Mark event and uri-map as deprecated and point to their successors in ↵David Robillard6-35/+56
documentation.
2011-11-05Separate features for mapping and unmapping.David Robillard3-37/+58
2011-11-05Fix copyright formatting.David Robillard1-3/+3
2011-11-05Abbreviate all URIs that are within a namespace defined in the spec.David Robillard1-0/+2
2011-11-05Update wording of MIDI extension to be more correct and generic (Event, ↵David Robillard2-64/+44
Atom, etc.)
2011-11-05Syntax highlight example Turtle code.David Robillard1-7/+8
2011-11-05Fix specification prefix.David Robillard1-1/+1
2011-11-05Fix invalid markup.David Robillard4-19/+21
2011-11-04Add missing versions.David Robillard11-2/+20
2011-11-04Show classes that are subclasses of classes defined in other specs at top ↵David Robillard1-1/+9
level of index.
2011-11-04Add subtitle using doap:shortdesc.David Robillard4-14/+11
2011-11-04Add missing descriptions.David Robillard3-0/+3
2011-11-04Prettier and more informative extension index.David Robillard25-85/+111
Add short descriptions to extensions. Prettier table style.