aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom/atom-test.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-397/+0
2018-09-21Fix warnings in atom testsDavid Robillard1-9/+10
2016-09-18Update copyright datesDavid Robillard1-1/+1
2015-10-04Clean up waf test outputDavid Robillard1-1/+0
2014-01-24Replace use of lv2_atom_forge_property_head with lv2_atom_forge_key.David Robillard1-15/+15
2014-01-24atom: Deprecate Blank and Resource in favour of just Object.David Robillard1-1/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-7/+7
2012-08-03Fix compilation with MSVC.David Robillard1-2/+2
2012-05-18Fix errant space.David Robillard1-1/+1
2012-04-12Delete trailing whitespace.David Robillard1-1/+1
2012-04-12Make all atom/util.h functions start with lv2_atom.David Robillard1-31/+29
2012-03-17Update forge method names.David Robillard1-5/+5
2012-03-16atom:Int32 => atom:Int, atom:Int64 => atom:Long.David Robillard1-32/+30
2012-03-02Add atom:childType.David Robillard1-2/+22
2012-03-01Rework forge sink interface to support buffer resizing (e.g. realloc).David Robillard1-25/+40
2012-02-23Separately define body types for atoms with non-trivial bodies so the type de...David Robillard1-19/+20
2012-02-19Fix URI typo.David Robillard1-1/+1
2012-02-19Clean up documentation.David Robillard1-17/+17
2012-02-19atom/atom-helpers.h => atom/util.h.David Robillard1-1/+1
2012-02-18Remove state:Path and use new atom:Path instead.David Robillard1-10/+27
2012-02-18Make forge API more fool-proof and automatically update container sizes to an...David Robillard1-36/+43
2012-02-17Add atom:URI.David Robillard1-9/+23
2012-02-14Add lv2_object_getv.David Robillard1-51/+74
2012-02-09Make forge API match the current definition of atom:Resource and atom:Blank.David Robillard1-1/+1
2012-02-08Update forge API for Sequence changes.David Robillard1-1/+1
2012-02-08Rearrange tree so top level can be used as an include path for standard style...David Robillard1-0/+304