Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-20 | Lay out repository structure to match include and URI structure. | David Robillard | 1 | -885/+0 | |
Treat lv2core like all the other specifications in gendoc.py. | |||||
2011-11-20 | Add range to lv2:symbol and lv2:name. | David Robillard | 1 | -0/+2 | |
2011-11-17 | Add change log and release links to RDF. | David Robillard | 1 | -29/+4 | |
Add "Version History" section to generated documentation. Move doap metadata to separate file. | |||||
2011-11-16 | Syntax highlight turtle code. | David Robillard | 1 | -2/+2 | |
2011-11-14 | Make all lv2:documentation valid XHTML Basic 1.1. | David Robillard | 1 | -10/+8 | |
Validate lv2:documentation in lv2specgen (if lxml is available). | |||||
2011-11-13 | Make LV2 a valid OWL 2 DL ontology. | David Robillard | 1 | -16/+14 | |
2011-11-09 | Make use of new auto-linking in lv2specgen.py. | David Robillard | 1 | -2/+1 | |
2011-11-03 | Add lv2:extensionData and lv2:ExtensionData for plugins to indicate that they | David Robillard | 1 | -0/+22 | |
support some URI for LV2_Descriptor::extension_data. | |||||
2011-10-27 | Remove old urn:struct code linking stuff. | David Robillard | 1 | -2/+1 | |
This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff. | |||||
2011-10-26 | Rewrite and clean up some documentation. | David Robillard | 1 | -21/+14 | |
2011-10-21 | Rewrite description. | David Robillard | 1 | -68/+72 | |
2011-10-20 | Fix invalid markup in output. | David Robillard | 1 | -1/+1 | |
2011-10-10 | Switch to ISC license. | David Robillard | 1 | -18/+12 | |
2011-03-19 | LV2Core 4.0. | David Robillard | 1 | -2/+2 | |
2011-03-19 | Use <q> for quoting initially introduced terms, not <em>. | David Robillard | 1 | -16/+16 | |
2011-03-19 | lv2:Template => lv2:PluginBase. | David Robillard | 1 | -9/+12 | |
2011-03-19 | Move project description back to lv2.ttl. | David Robillard | 1 | -1/+23 | |
While this makes OWL tools less happy, from an LV2 POV minimal manifest is good. We are really blurring the lines between "project" "ontology" and "extension" here... | |||||
2011-03-18 | Sort prefix directives. | David Robillard | 1 | -2/+2 | |
2011-03-18 | <http://lv2plug.in/ns/lv2core> a owl:Ontology . | David Robillard | 1 | -1/+1 | |
2011-03-18 | Document lv2:Point restrictions in machine readable form. | David Robillard | 1 | -5/+14 | |
2011-03-18 | Tidy. | David Robillard | 1 | -89/+63 | |
2011-03-18 | Add OWL types. | David Robillard | 1 | -121/+79 | |
Fix lv2:minimum, lv2:maximum, and lv2:minimum (definition did not match the reality of their usage) (Spec bug found with Pellet). Move project description metadata to manifest. Remove invalid (non-DL) OWL restrictions, and use of Turtle collection syntax (there is at least one broken implementation in the wild that fails to parse this). LV2 is now almost, but not quite, a valid OWL DL Ontology. | |||||
2011-03-17 | Bump version to 3.2. | David Robillard | 1 | -77/+74 | |
Tidy things up. | |||||
2011-03-16 | Use <q> for fancy (and syntactically/semantically sensible) quotes. | David Robillard | 1 | -41/+42 | |
2011-03-16 | Linkify. | David Robillard | 1 | -17/+25 | |
2011-03-16 | SampleCount => sample_count. | David Robillard | 1 | -4/+3 | |
2011-03-16 | Define ControlPort and AudioPort data types as C float instead of IEEE | David Robillard | 1 | -6/+8 | |
float (matches reality of the API). | |||||
2011-03-16 | Add threading rule for all classes (prohibit messing with global state). | David Robillard | 1 | -0/+4 | |
2011-03-16 | Fix overly-restrictive lv2:hardRTCapable rules. | David Robillard | 1 | -23/+22 | |
2011-03-16 | Fix typo. | David Robillard | 1 | -1/+1 | |
2011-03-11 | Add lv2:SpatialPlugin. | David Robillard | 1 | -0/+8 | |
2011-03-11 | Remove "Processor" from class names (inconsistent, but less ugly...). | David Robillard | 1 | -4/+15 | |
Make lv2:AmplifierPlugin a subclass of lv2:DynamicsPlugin. Add lv2:FunctionPlugin and lv2:ConstantPlugin for mathey things. | |||||
2011-03-10 | Apply changes from mailing list discussion: | David Robillard | 1 | -26/+47 | |
Clarify that control values are fixed for the duration of run(). Make lv2:index xsd:nonNegativeInteger (not xsd:decimal). Better lv2:binary documentation. Add lv2:appliesTo. Make lv2:inPlaceBroken more generic. | |||||
2011-03-10 | Fix issues discovered by larsl: | David Robillard | 1 | -3/+3 | |
Change versioning documenation to not imply all resources must be versioned. Remove domain restriction from lv2:documentation. | |||||
2011-03-10 | Tidy up changes from LV2r3. | David Robillard | 1 | -31/+21 | |
Remove references to nonexistent lv2:float. Update version to conform to new definition. Update date. Simplify obtuse language about properties ("with object"). Remove redundant description of mandatory port properties. Require lv2:binary to be present in manifest.ttl. Generic description of lv2:minimum and lv2:maximum. | |||||
2011-03-10 | Rewrite overview to be a bit more modern and to the point. | David Robillard | 1 | -34/+35 | |
2011-03-10 | Fix invalid HTML. | David Robillard | 1 | -2/+2 | |
2011-03-10 | Improve versioning documentation. | David Robillard | 1 | -9/+6 | |
2011-03-09 | Fix inappropriate hyphen use. | David Robillard | 1 | -1/+1 | |
2011-03-07 | Minor clarification | Lars Luthman | 1 | -1/+3 | |
2011-03-05 | Apply "odd number = development version" rule to both version numbers. | David Robillard | 1 | -7/+7 | |
2011-03-05 | "Revision" => "Version". | David Robillard | 1 | -2/+5 | |
2011-03-04 | New definition of versions. | David Robillard | 1 | -44/+82 | |
2011-03-03 | Sensible and more rigorous definition of lv2:revision. | David Robillard | 1 | -15/+47 | |
2011-03-03 | Fix line wrapping. | David Robillard | 1 | -4/+5 | |
2011-03-03 | Clarify host-provided extension function threading rules. | David Robillard | 1 | -7/+9 | |
2011-03-03 | Update copyright date. | David Robillard | 1 | -1/+1 | |
2011-03-03 | Fix grammar. | David Robillard | 1 | -5/+5 | |
2011-03-02 | Tidy up lv2.ttl. | David Robillard | 1 | -82/+81 | |
2011-03-01 | Add lv2:binary (previously used, but undefined). | David Robillard | 1 | -0/+13 | |