Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-22 | Install standard headers to simpler include paths | David Robillard | 1 | -102/+0 | |
2017-02-08 | Add lv2_validate utility | David Robillard | 1 | -1/+0 | |
2016-10-04 | Add lv2_atom_object_get_typed() | David Robillard | 1 | -0/+9 | |
2014-08-08 | LV2 1.10.0 | David Robillard | 1 | -2/+3 | |
2014-02-08 | Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper ↵ | David Robillard | 1 | -0/+2 | |
functions. Add MIDI fifths example plugin for simple non-forge MIDI reading and writing. | |||||
2014-01-24 | atom: Deprecate Blank and Resource in favour of just Object. | David Robillard | 1 | -0/+13 | |
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated. | |||||
2014-01-04 | LV2 1.8.0 | David Robillard | 1 | -2/+3 | |
2013-12-17 | Make lv2_atom_*_is_end() arguments const. | David Robillard | 1 | -0/+9 | |
2013-08-09 | LV2 1.6.0. | David Robillard | 1 | -1/+3 | |
2013-05-27 | Fix crash in forge.h when pushing atoms to a full buffer. | David Robillard | 1 | -0/+8 | |
2013-02-18 | Update versions. LV2 1.4.0. | David Robillard | 1 | -1/+3 | |
2013-01-27 | Improve atom documentation. | David Robillard | 1 | -0/+2 | |
2013-01-27 | Remove atom:stringType in favour of owl:onDatatype so generic tools can ↵ | David Robillard | 1 | -1/+3 | |
understand and validate atom literals. | |||||
2013-01-17 | Fix lv2_atom_sequence_end(). | David Robillard | 1 | -0/+8 | |
2012-10-14 | Bump versions for LV2 1.2.0. | David Robillard | 1 | -2/+3 | |
Generate valid top level NEWS file. Update to r88/autowaf. | |||||
2012-08-10 | Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST. | David Robillard | 1 | -0/+2 | |
2012-08-05 | Move all project metadata for extensions (e.g. change log) to separate files to | David Robillard | 1 | -0/+41 | |
spare hosts from loading them during discovery. |