Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-10-27 | Add atom:BlankID atom type (for references to local anonymous objects). | David Robillard | 1 | -8/+5 | |
Simplify object iteration API. | |||||
2010-10-25 | Simplify and improve atom extension. | David Robillard | 1 | -9/+18 | |
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 | 1 | -5/+5 | |
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 | 1 | -18/+18 | |
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 | 1 | -2/+2 | |
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 | |