aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom
AgeCommit message (Expand)AuthorFilesLines
2018-09-22Install standard headers to simpler include pathsDavid Robillard7-2584/+0
2018-09-21Fix warnings in atom testsDavid Robillard1-9/+10
2017-02-08Add lv2_validate utilityDavid Robillard1-1/+0
2016-10-04Add lv2_atom_object_get_typed()David Robillard3-1/+66
2016-09-18Update copyright datesDavid Robillard4-4/+4
2016-09-10Hide compile time assertion from documentationDavid Robillard1-0/+2
2016-09-10Document all URI definesDavid Robillard2-36/+37
2015-10-04Clean up waf test outputDavid Robillard1-1/+0
2015-04-01Use lowercase for time property labels.David Robillard1-2/+2
2015-03-28Remove formatting from comments for UI display.David Robillard1-4/+1
2015-03-27Add range for atom:supports and atom:bufferType.David Robillard1-0/+2
2015-03-16Clean up and add missing labels.David Robillard1-1/+1
2015-02-27Fix LV2_ATOM_TUPLE_FOREACH macro.Hanspeter Portner1-2/+2
2015-02-14Less crufty labels for floating point types.David Robillard1-2/+2
2014-11-25Single-page API documentation with unified style.David Robillard4-27/+44
2014-08-08LV2 1.10.0David Robillard2-4/+5
2014-07-31Use Doxygen Markdown support for more human-readable doc comments.David Robillard2-27/+27
2014-07-28Add missing C extern declarations for C++.David Robillard2-2/+2
2014-07-28Fixes for clang.David Robillard1-36/+16
2014-02-08Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper fun...David Robillard2-0/+48
2014-02-01Fix incorrect deprecation advise in comment.David Robillard1-2/+2
2014-01-31Simplify sizes and remove implicit type conversions.David Robillard1-8/+7
2014-01-31Fix outdated references to lv2_atom_forge_resource().David Robillard1-2/+2
2014-01-24Replace use of lv2_atom_forge_property_head with lv2_atom_forge_key.David Robillard1-15/+15
2014-01-24Fix -Wconversion warnings in headers.David Robillard2-6/+7
2014-01-24atom: Deprecate Blank and Resource in favour of just Object.David Robillard6-21/+144
2014-01-04LV2 1.8.0David Robillard4-5/+6
2013-12-25Fix atom version in manifest.David Robillard1-1/+1
2013-12-17Make lv2_atom_*_is_end() arguments const.David Robillard3-13/+22
2013-12-15Fix casting away of const (patch from Robin Gareus).David Robillard1-5/+5
2013-08-09LV2 1.6.0.David Robillard2-2/+4
2013-05-27Fix crash in forge.h when pushing atoms to a full buffer.David Robillard2-8/+16
2013-02-18Update versions. LV2 1.4.0.David Robillard2-2/+4
2013-01-27Improve atom documentation.David Robillard2-35/+47
2013-01-27Remove atom:stringType in favour of owl:onDatatype so generic tools can under...David Robillard2-40/+49
2013-01-17Fix lv2_atom_sequence_end().David Robillard3-2/+10
2012-10-14Bump versions for LV2 1.2.0.David Robillard2-3/+4
2012-09-06Add links to utility headers.David Robillard1-0/+2
2012-09-03Use relative links between extensions so local documentation links work.David Robillard1-3/+2
2012-08-29Fix documentation reference to nonexistent function.David Robillard1-1/+1
2012-08-10Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.David Robillard2-0/+13
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-7/+7
2012-08-05Move all project metadata for extensions (e.g. change log) to separate files toDavid Robillard2-40/+43
2012-08-05Do everything in the top level wscript file and remove wscript symlinks from ...David Robillard1-1/+0
2012-08-03Fix compilation with MSVC.David Robillard1-2/+2
2012-07-29Use consistent label style.David Robillard1-4/+9
2012-07-08Fix outdated documentation in forge.h.David Robillard2-7/+7
2012-06-13Add lv2_atom_object_body_get().David Robillard2-1/+40
2012-05-18Fix lv2_atom_object_next() on 32-bit platforms.David Robillard2-4/+7
2012-05-18Fix errant space.David Robillard1-1/+1