aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-19Update README.David Robillard1-21/+17
2011-03-19Tidy.David Robillard1-1/+0
2011-03-19Use <q> for quoting initially introduced terms, not <em>.David Robillard1-16/+16
2011-03-19lv2:Template => lv2:PluginBase.David Robillard2-10/+13
2011-03-19Update ChangeLog.David Robillard1-4/+5
2011-03-19Tidy.David Robillard1-3/+3
2011-03-19Move project description back to lv2.ttl.David Robillard2-26/+25
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-18Fix whitespace.David Robillard1-61/+60
Use new waf build syntax.
2011-03-18Sort prefix directives.David Robillard2-3/+3
2011-03-18Add missing prefix.David Robillard1-0/+1
2011-03-18Define pre-roll special case.David Robillard2-0/+8
2011-03-18Tidy and remove redundant documentation.David Robillard1-76/+66
2011-03-18Add useless define to fix invalid Doxygen output.David Robillard1-0/+2
2011-03-18Refer to "RDF data" rather than "data file" (dynmanifest friendly).David Robillard1-9/+9
2011-03-18<http://lv2plug.in/ns/lv2core> a owl:Ontology .David Robillard2-2/+2
2011-03-18Document lv2:Point restrictions in machine readable form.David Robillard1-5/+14
2011-03-18Tidy.David Robillard2-89/+64
2011-03-18Add OWL types.David Robillard3-125/+110
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-17Use matching style sheet for code documentation.David Robillard2-1/+560
2011-03-17Bump version to 3.2.David Robillard4-80/+77
Tidy things up.
2011-03-17Update INSTALL and AUTHORS.David Robillard2-2/+8
2011-03-17Update INSTALL file.David Robillard1-33/+25
2011-03-17Specify explicitly that LV2_Descriptor::URI must be a valid URI string.David Robillard1-0/+1
2011-03-17Improve documentation.David Robillard1-37/+35
2011-03-17Use relative links to code documentation.David Robillard2-3/+4
2011-03-17List properties in a <table> (more compact than <dl>).David Robillard2-48/+136
2011-03-16Use <q> for fancy (and syntactically/semantically sensible) quotes.David Robillard1-41/+42
2011-03-16Linkify.David Robillard1-17/+25
2011-03-16SampleCount => sample_count.David Robillard1-4/+3
2011-03-16Define ControlPort and AudioPort data types as C float instead of IEEEDavid Robillard1-6/+8
float (matches reality of the API).
2011-03-16Add threading rule for all classes (prohibit messing with global state).David Robillard1-0/+4
2011-03-16Fix overly-restrictive lv2:hardRTCapable rules.David Robillard1-23/+22
2011-03-16Fix typo.David Robillard1-1/+1
2011-03-16Update ChangeLog.David Robillard1-4/+8
2011-03-16Skip duplicate extensions with a warning.David Robillard1-23/+61
2011-03-16Tidy.David Robillard1-15/+15
2011-03-16Separate discovery from include hierarchy building.David Robillard1-52/+65
2011-03-16Tidy documentation.David Robillard1-4/+6
2011-03-15Add new waf script with bundled autowaf.David Robillard2-0/+0
2011-03-15Remove waf (broken intermediary revision).David Robillard1-1/+0
2011-03-15Remove autowaf external and wscript (broken intermediary revision).David Robillard4-14/+13
2011-03-14Fix invalid atom-helpers.h doxygen documentation.David Robillard1-0/+1
2011-03-12Wrap <a> tags in <span> tags in the lv2specgen.py output so they can sit ↵Lars Luthman1-1/+1
inside <pre> text
2011-03-11lv2specgen.py creates links for every mention of a header file, preprocessor ↵Lars Luthman2-10/+31
define, data structure etc
2011-03-11Make gendoc.py create a file with C symbols -> doc links mappingsLars Luthman1-8/+47
2011-03-11Tell Doxygen to generate tags fileLars Luthman1-1/+1
2011-03-11Use fragment links to current document to make documentation bundles movable ↵David Robillard1-1/+1
without breaking the links. Unfortunate side-effect is that the links at lv2plug.in looks like lv2core/#SomeClass :/
2011-03-11Remove style gunk from markup.David Robillard1-2/+2
2011-03-11Don't re-use RDF.Parser, which seems to cause problems...David Robillard1-1/+2
2011-03-11Add lv2:SpatialPlugin.David Robillard1-0/+8