aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core
AgeCommit message (Collapse)AuthorFilesLines
2012-08-05Move all project metadata for extensions (e.g. change log) to separate files toDavid Robillard1-3/+1
spare hosts from loading them during discovery.
2012-08-02Clean up wscript files and use a simpler method of chopping 'lib' prefix.David Robillard1-5/+3
2012-07-29Use consistent label style.David Robillard3-26/+36
2012-04-17Add URI define for lv2:project.David Robillard1-0/+1
2012-04-17Bump versions, mark up releases, portability fixes.David Robillard2-4/+7
2012-04-17Remove cruft.David Robillard1-1/+0
2012-04-17Remove cruft.David Robillard1-30/+5
2012-04-17Refer to correct predicate for doap:Project names.David Robillard1-1/+1
2012-04-16Add lv2:project property.David Robillard1-0/+20
2012-04-16Remove misplaced definition of doap:name.David Robillard1-3/+0
2012-04-14Remove unused lv2:hasParameter that only makes sense given non-core technology.David Robillard2-15/+0
2012-04-14Move CVPort to core.David Robillard4-3/+23
2012-04-12Normalise syntax via serdi.David Robillard1-338/+505
2012-04-12Tidy.David Robillard1-5/+2
2012-04-12Remove comment headers from Turtle files and ensure the same information is ↵David Robillard1-17/+0
available in machine readable form.
2012-04-12Tidy manifests.David Robillard1-2/+3
2012-04-12Rename 'people' to 'meta' in anticipation of putting other stuff there.David Robillard2-2/+2
2012-04-12Delete trailing whitespace.David Robillard1-15/+15
2012-04-12Update doxygen markup.David Robillard1-4/+4
2012-04-06Fix broken link.David Robillard1-1/+1
2012-03-30Remove explicit links now automatically handled by lv2secgen.David Robillard1-5/+3
2012-03-30Add missing ui:ui and ui:binary property definitions.David Robillard2-19/+32
Mark up properties more precisely for validation.
2012-03-27Remove comment headers which had become a bit rusty.David Robillard1-54/+0
2012-03-27Remove meaningless class lv2:Resource.David Robillard2-55/+40
2012-03-27Fix OWL errors.David Robillard1-12/+13
2012-03-26Move files listing into contents. Hopefully a more obvious link to the API ↵David Robillard1-1/+1
will appease the C curmudgeons.
2012-03-26Add missing define for lv2:designation.David Robillard1-0/+1
2012-03-26Remove individual extension pkg-config files and build scripts.David Robillard3-70/+0
2012-03-25Move people information in to a common place.David Robillard1-11/+1
2012-03-25Clean up author and seeAlso information.David Robillard2-4/+5
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough).
2012-03-24Remove pointless person homepage properties.David Robillard1-2/+0
2012-03-24Add metadata concept of a designation, a channel or parameter description ↵David Robillard2-35/+41
which can be assigned to ports for more intelligent use by hosts. Relax the range of lv2:index so it can be used for things other than ports.
2012-03-23Add lv2:Parameter and better document the concept.David Robillard1-15/+35
2012-03-15Add new discovery API.David Robillard4-39/+110
2012-03-11Implement consistent URI defines in core, state, atom, urid.David Robillard4-5/+89
2012-02-28Make heading match current terminology.David Robillard1-3/+3
2012-02-28Replace lv2:relation with the concept of plugin "parameters".David Robillard2-10/+25
2012-02-27Add lv2:relation, lv2:latency, and lv2:freeWheeling.David Robillard3-4/+43
2012-02-12Make top-level 'waf dist' generate necessary files so rdflib is not a build ↵David Robillard1-16/+26
requirement.
2012-02-11Sshh.David Robillard1-4/+0
2012-02-11Move NEWS generation stuff up into autowaf.David Robillard2-50/+13
Add top-level news target to generate all NEWS files. Upgrade to waf-1.6.11. Upgrade to r66/autowaf.
2012-02-08Rearrange tree so top level can be used as an include path for standard ↵David Robillard11-0/+1572
style LV2 includes.