aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom-helpers.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Lay out repository structure to match include and URI structure.David Robillard1-174/+0
2011-11-09Make use of new auto-linking in lv2specgen.py.David Robillard1-1/+1
2011-11-09Rename Object to Thing.David Robillard1-47/+47
2011-11-09Define types as complete objects, not just atom bodies.David Robillard1-54/+18
2011-11-06Lint.David Robillard1-3/+3
2011-10-10Tidy.David Robillard1-8/+9
2011-07-22Tidy and update license.David Robillard1-71/+71
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
2010-10-27Add atom:BlankID atom type (for references to local anonymous objects).David Robillard1-8/+5
2010-10-25Simplify and improve atom extension.David Robillard1-9/+18
2010-10-21Use lv2_object prefix instead of lv2_atom_object to make API sanely terse.David Robillard1-32/+30
2010-10-21Use "key" and "value" terminology over "predicate" and "object".David Robillard1-5/+5
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 restric...David Robillard1-18/+18
2010-10-19Fix alignment restrictions.David Robillard1-2/+2
2010-10-17Make lv2_atom_dict_iter_is_end const.David Robillard1-1/+1
2010-10-17Add atom-helpers.h.David Robillard1-0/+109