Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-09 | Define types as complete objects, not just atom bodies. | David Robillard | 4 | -136/+170 | |
Improve helper API. | |||||
2011-11-07 | Add missing file. | David Robillard | 1 | -0/+170 | |
2011-11-07 | Remove generated junk from source directory in favour of a smarter extension ↵ | David Robillard | 3 | -0/+3 | |
wscript that figures out the necessary data from RDF (so the wscript itself can be identical for every extension). | |||||
2011-11-06 | Lint. | David Robillard | 2 | -5/+3 | |
2011-11-06 | Typedef void* callback_data parameter. | David Robillard | 3 | -12/+14 | |
2011-11-05 | Update wording of MIDI extension to be more correct and generic (Event, ↵ | David Robillard | 1 | -22/+0 | |
Atom, etc.) | |||||
2011-11-04 | Prettier and more informative extension index. | David Robillard | 1 | -0/+1 | |
Add short descriptions to extensions. Prettier table style. | |||||
2011-11-03 | Syntax highlight C and Turtle code in documentation. | David Robillard | 1 | -4/+4 | |
2011-10-27 | Remove old urn:struct code linking stuff. | David Robillard | 1 | -4/+3 | |
This ugly way of linking to code has been deprecated by the automagic Doxygen code links stuff. | |||||
2011-10-10 | Add atom:MidiMessage. | David Robillard | 1 | -0/+22 | |
2011-10-10 | Remove useless struct names. | David Robillard | 1 | -5/+5 | |
2011-10-10 | Remove use of old urn:struct explicit links since we have larsl's fancy ↵ | David Robillard | 1 | -37/+32 | |
automagic linking now. | |||||
2011-10-10 | Add event type to atom extension (towards replacing event extension). | David Robillard | 2 | -4/+123 | |
2011-10-10 | Tidy. | David Robillard | 2 | -10/+11 | |
2011-10-10 | Tidy. | David Robillard | 1 | -67/+74 | |
2011-07-23 | Move reference and blob stuff from atom extension to a separate "reference" ↵ | David Robillard | 2 | -200/+22 | |
extension. | |||||
2011-07-22 | Tidy. | David Robillard | 1 | -1/+1 | |
2011-07-22 | Tidy and update license. | David Robillard | 2 | -86/+84 | |
2011-04-05 | Make atom:String a simple C string (in UTF-8), and atom:Literal a full RDF ↵ | David Robillard | 3 | -27/+55 | |
literal. Bump version number. | |||||
2011-03-29 | Fix rampant broken xsd prefixes. | David Robillard | 1 | -1/+1 | |
2011-03-26 | Use standard style (no functional changes). | David Robillard | 1 | -143/+168 | |
2011-03-14 | Fix invalid atom-helpers.h doxygen documentation. | David Robillard | 1 | -0/+1 | |
2011-01-08 | Const correct object iterator (not really useful for writing). | David Robillard | 1 | -6/+6 | |
2011-01-08 | Fix Blank/Resource property appending and iteration. | David Robillard | 1 | -2/+2 | |
2010-12-23 | Compilation fixes. | David Robillard | 1 | -1/+2 | |
2010-11-26 | Remove scheme from LV2 #include directives. | David Robillard | 1 | -1/+1 | |
Check the given header directory is named 'lv2' (to conform to #include standard). | |||||
2010-11-26 | Mark up documentation with lv2:documentation as per discussion on lv2-dev. | David Robillard | 1 | -78/+79 | |
Use unified lv2plug.in style for ontology documentation. | |||||
2010-10-27 | Add atom:BlankID atom type (for references to local anonymous objects). | David Robillard | 2 | -9/+17 | |
Simplify object iteration API. | |||||
2010-10-25 | LV2_Atom_Object => LV2_Object (consistently). | David Robillard | 2 | -5/+5 | |
Fix string body of LV2_Atom_String. | |||||
2010-10-25 | Simplify and improve atom extension. | David Robillard | 3 | -270/+401 | |
Merge atom-port extension into atom extension. Link to code documentation from atom HTML documentation. | |||||
2010-10-21 | Use lv2_object prefix instead of lv2_atom_object to make API sanely terse. | David Robillard | 1 | -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-21 | Use "key" and "value" terminology over "predicate" and "object". | David Robillard | 3 | -11/+11 | |
2010-10-21 | Add LV2_OBJECT_FOREACH macro and object "query" (deconstruct/project) API. | David Robillard | 1 | -0/+52 | |
2010-10-20 | Remove excessive debugging stuff. | David Robillard | 1 | -7/+0 | |
2010-10-20 | Add lv2_atom_is_null and lv2_atom_is_a helper functions. | David Robillard | 1 | -2/+51 | |
2010-10-20 | Rename atom:Dict to atom:Object (more appropriate term since keys are ↵ | David Robillard | 2 | -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-19 | Fix alignment restrictions. | David Robillard | 2 | -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-17 | Make lv2_atom_dict_iter_is_end const. | David Robillard | 1 | -1/+1 | |
2010-10-17 | Add atom-helpers.h. | David Robillard | 1 | -0/+109 | |
2010-10-17 | Add atom:Array type (a heterogeneous POD sequence). | David Robillard | 1 | -0/+10 | |
2010-10-17 | Create new Message extension, and remove message type definition from Atom ↵ | David Robillard | 2 | -89/+87 | |
extension. Clean up Atom extension and define more struct types in header. | |||||
2010-10-05 | Clean up atom extension documentation. | David Robillard | 2 | -12/+8 | |
2010-10-04 | Initial import of lv2plug.in universe. | David Robillard | 3 | -0/+511 | |