aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2
AgeCommit message (Collapse)AuthorFilesLines
2011-11-20Lay out repository structure to match include and URI structure.David Robillard9-1108/+0
Treat lv2core like all the other specifications in gendoc.py.
2011-11-19Add license statement to RDF.David Robillard1-0/+1
2011-11-14Make all lv2:documentation valid XHTML Basic 1.1.David Robillard1-31/+31
Validate lv2:documentation in lv2specgen (if lxml is available).
2011-11-09Link Atom classes to C type identifiers.David Robillard2-82/+116
Define C types for all Atom classes where a useful C type is possible.
2011-11-09Clean up URID extension.David Robillard1-4/+4
2011-11-09Make use of new auto-linking in lv2specgen.py.David Robillard2-46/+36
2011-11-09Rename Object to Thing.David Robillard4-68/+84
Add definition of Message.
2011-11-09Define types as complete objects, not just atom bodies.David Robillard4-136/+170
Improve helper API.
2011-11-07Add missing file.David Robillard1-0/+170
2011-11-07Remove generated junk from source directory in favour of a smarter extension ↵David Robillard3-0/+3
wscript that figures out the necessary data from RDF (so the wscript itself can be identical for every extension).
2011-11-06Lint.David Robillard2-5/+3
2011-11-06Typedef void* callback_data parameter.David Robillard3-12/+14
2011-11-05Update wording of MIDI extension to be more correct and generic (Event, ↵David Robillard1-22/+0
Atom, etc.)
2011-11-04Prettier and more informative extension index.David Robillard1-0/+1
Add short descriptions to extensions. Prettier table style.
2011-11-03Syntax highlight C and Turtle code in documentation.David Robillard1-4/+4
2011-10-27Remove old urn:struct code linking stuff.David Robillard1-4/+3
This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff.
2011-10-10Add atom:MidiMessage.David Robillard1-0/+22
2011-10-10Remove useless struct names.David Robillard1-5/+5
2011-10-10Remove use of old urn:struct explicit links since we have larsl's fancy ↵David Robillard1-37/+32
automagic linking now.
2011-10-10Add event type to atom extension (towards replacing event extension).David Robillard2-4/+123
2011-10-10Tidy.David Robillard2-10/+11
2011-10-10Tidy.David Robillard1-67/+74
2011-07-23Move reference and blob stuff from atom extension to a separate "reference" ↵David Robillard2-200/+22
extension.
2011-07-22Tidy.David Robillard1-1/+1
2011-07-22Tidy and update license.David Robillard2-86/+84
2011-04-05Make atom:String a simple C string (in UTF-8), and atom:Literal a full RDF ↵David Robillard3-27/+55
literal. Bump version number.
2011-03-29Fix rampant broken xsd prefixes.David Robillard1-1/+1
2011-03-26Use standard style (no functional changes).David Robillard1-143/+168
2011-03-14Fix invalid atom-helpers.h doxygen documentation.David Robillard1-0/+1
2011-01-08Const correct object iterator (not really useful for writing).David Robillard1-6/+6
2011-01-08Fix Blank/Resource property appending and iteration.David Robillard1-2/+2
2010-12-23Compilation fixes.David Robillard1-1/+2
2010-11-26Remove scheme from LV2 #include directives.David Robillard1-1/+1
Check the given header directory is named 'lv2' (to conform to #include standard).
2010-11-26Mark up documentation with lv2:documentation as per discussion on lv2-dev.David Robillard1-78/+79
Use unified lv2plug.in style for ontology documentation.
2010-10-27Add atom:BlankID atom type (for references to local anonymous objects).David Robillard2-9/+17
Simplify object iteration API.
2010-10-25LV2_Atom_Object => LV2_Object (consistently).David Robillard2-5/+5
Fix string body of LV2_Atom_String.
2010-10-25Simplify and improve atom extension.David Robillard3-270/+401
Merge atom-port extension into atom extension. Link to code documentation from atom HTML documentation.
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-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-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-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 Robillard2-89/+87
extension. Clean up Atom extension and define more struct types in header.
2010-10-05Clean up atom extension documentation.David Robillard2-12/+8
2010-10-04Initial import of lv2plug.in universe.David Robillard3-0/+511