aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-10-21Document atom-helpers.h and generate source browser.David Robillard1-1/+2
2010-10-21Use lv2_object prefix instead of lv2_atom_object to make API sanely terse.David Robillard1-32/+30
Breaks the conventions/rules, but far more friendly... (and making a separate "object" extension would clearly be a bad and confusing idea anyway).
2010-10-21Use "key" and "value" terminology over "predicate" and "object".David Robillard3-11/+11
2010-10-21Add LV2_OBJECT_FOREACH macro and object "query" (deconstruct/project) API.David Robillard1-0/+52
2010-10-20More helpful error message when both Redland and RDFLib aren't found.David Robillard1-1/+3
2010-10-20Support both Redland and RDFLib.David Robillard1-13/+36
2010-10-20Better RDF library abstraction (just use URIs, don't depend on node object ↵David Robillard1-5/+11
style).
2010-10-20Abstract all RDF stuff into 3 functions.David Robillard1-6/+16
2010-10-20Remove excessive debugging stuff.David Robillard1-7/+0
2010-10-20Add lv2_atom_is_null and lv2_atom_is_a helper functions.David Robillard1-2/+51
2010-10-20Rename atom:Dict to atom:Object (more appropriate term since keys are ↵David Robillard2-24/+29
restricted, matches JSON, kinda sorta matches RDF and intended usage). Rename atom:Array to atom:Tuple ("Array" seems to imply homogeneous and constant time indexing, which is not true here).
2010-10-20Clarify threading requirements for id_to_uri.David Robillard1-0/+3
2010-10-20Fix revision and date of URI Unmap extension.David Robillard1-2/+2
2010-10-19Fix namespace prefixes.David Robillard1-14/+14
2010-10-19Merge command and message extensions.David Robillard4-105/+42
2010-10-19Remove polymorphic-port extension (obsoleted by atom extension).David Robillard5-143/+0
2010-10-19Remove variables extension (obsoleted by persist extension).David Robillard5-318/+0
2010-10-19Fix alignment restrictions.David Robillard2-2/+4
Align Atoms to 32-bits, since the LV2_Atom header is only 32-bit aligned so the payload would not be 64-bit aligned even if the LV2_Atom header is (note the same problem applies to events, oops).
2010-10-18Make uri-map and uri-unmap features as they should be.David Robillard2-2/+2
2010-10-18Install URI Unmap extension.David Robillard1-0/+1
2010-10-18Fix case of identifiers in uri-unmap.h to match uri-map.h.David Robillard1-4/+4
2010-10-18Add URI Unmap extension.David Robillard4-0/+134
2010-10-18Fix incorrect title in comment header.David Robillard1-1/+1
2010-10-18Clarify resize-port extension.David Robillard2-12/+16
2010-10-17Make lv2_atom_dict_iter_is_end const.David Robillard1-1/+1
2010-10-17Add atom-helpers.h.David Robillard1-0/+109
2010-10-17Add atom:Array type (a heterogeneous POD sequence).David Robillard1-0/+10
2010-10-17Create new Message extension, and remove message type definition from Atom ↵David Robillard5-89/+223
extension. Clean up Atom extension and define more struct types in header.
2010-10-17Significantly simplify contexts extension.David Robillard2-112/+46
2010-10-16Improved persist extension documentation.David Robillard2-53/+120
2010-10-16Fix compilation.David Robillard1-1/+3
2010-10-15Fix incorrect call to usage() (now __usage).David Robillard1-1/+1
2010-10-06Use URI includes in extension helper headers.David Robillard2-2/+2
2010-10-06Add scheme to include path.David Robillard1-3/+4
2010-10-06Update README for packagers.David Robillard1-1/+2
2010-10-06Remove silly "bundle" link that doesn't work online.David Robillard1-1/+1
2010-10-06Add minor version number to extension bundle release tarball filenames for ↵David Robillard2-3/+5
consistency with lv2core. Remove 'releases' link from generated documentation index. Fix links to release tarballs in generated documentation.
2010-10-06Use gzip for release tarballs.David Robillard1-0/+4
2010-10-06Generate all releases in the same directory.David Robillard2-7/+10
Link to individual release as well as all releases in generated documentation.
2010-10-06Only create (and link to) release tarballs for extensions with non-zero ↵David Robillard2-3/+6
revisions.
2010-10-06Fix revision number for consistency.David Robillard1-1/+1
2010-10-06Make './waf dist' create a date-versioned tarball, e.g. ↵David Robillard1-2/+4
lv2plug.in-2010.10.06.tar.bz2
2010-10-06Remove extraneous "./" (tidies up and aligns ./waf install output).David Robillard1-2/+2
2010-10-06Nicer name.David Robillard1-0/+0
2010-10-06Saner API for lv2includegen module.David Robillard1-5/+5
2010-10-06Clean up and document as a proper Python module.David Robillard1-13/+31
2010-10-05Handle existing symlinks gracefully (but don't delete existing non-links to ↵David Robillard1-9/+21
be safe).
2010-10-05Move main functionality into lv2includegen function (so it's usable as a ↵David Robillard1-10/+13
module).
2010-10-05Add lv2includegen tool to generate include directory trees for including ↵David Robillard1-0/+85
headers based on extension URIs.
2010-10-05Fix URIs in /ns/extensions extension manifest files (!)David Robillard2-2/+2