aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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
2011-11-07Fix crash on instantiation.David Robillard3-24/+32
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
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
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 documen...David Robillard6-35/+56
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, Atom,...David Robillard2-64/+44
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 lev...David Robillard1-1/+9
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
2011-11-04Remove terrible roqet kludges and use rdflib to find URI and version.David Robillard1-35/+21
2011-11-04Add small margin below header.David Robillard1-1/+1
2011-11-04Clean up example code.David Robillard2-13/+11
2011-11-04Remove unused release tarball generation stuff.David Robillard1-12/+0
2011-11-04Call lv2specgen as a module rather than spawning a new process.David Robillard2-50/+47
2011-11-04Move everything but basic command line argument handling to specgen().David Robillard2-35/+37
2011-11-04Add state extension (a minor improvement to persist).David Robillard4-1/+489
2011-11-04Fix seeAlso link to ttl file.David Robillard1-2/+7
2011-11-04Use correct ev:supportsEvent predicate.David Robillard2-2/+2
2011-11-03Add state field.David Robillard1-0/+5
2011-11-03Syntax highlighting for C and Turtle code in documentationDavid Robillard2-11/+135
2011-11-03Syntax highlight C and Turtle code in documentation.David Robillard8-34/+37
2011-11-03Add support for syntax highlighting C code with pygments.David Robillard1-2/+27