aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
AgeCommit message (Collapse)AuthorFilesLines
2019-03-24Fix documentation typoDavid Robillard1-1/+1
2019-03-24Use the same LV2 blurb everywhereDavid Robillard1-1/+1
2019-03-24Fix broken links to API documentationDavid Robillard1-1/+1
2019-03-24Fix broken link in UI documentationDavid Robillard1-3/+1
2019-03-17Actually fix build on old GCCDavid Robillard1-5/+6
Probably.
2019-03-17Fix build on old GCCDavid Robillard1-2/+2
2019-03-17Add tests for forge overflow scenariosDavid Robillard1-0/+109
2019-03-17Factor out atom test utilitiesDavid Robillard2-41/+62
2019-03-17Fix undocumented item inside Doxygen groupDavid Robillard1-0/+1
2019-03-17Fix misleading commentDavid Robillard1-1/+1
2019-02-03LV2 1.16.0v1.16.0David Robillard17-28/+44
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard14-33/+33
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2019-01-10Remove workaround for ancient MSVCDavid Robillard8-16/+8
2018-10-28Rework port restrictions so that presets can be validatedDavid Robillard3-12/+26
2018-10-28Fix whitespaceDavid Robillard1-5/+5
2018-10-28Remove overly restrictive domain from units:unitDavid Robillard2-2/+2
2018-10-28Relax range of opts:requiredOption and opts:supportedOptionDavid Robillard2-3/+11
2018-09-23Aggressively deprecate uri-map extensionDavid Robillard1-0/+8
2018-09-23Aggressively deprecate event extensionDavid Robillard2-0/+16
2018-09-23Factor out deprecation attribute and warning boilerplateDavid Robillard3-22/+67
2018-09-23Shrink code slightly by removing some if-else structureDavid Robillard3-18/+9
2018-09-23Add missing macro argument parenthesisDavid Robillard1-1/+1
2018-09-23Add missing bracesDavid Robillard1-5/+10
2018-09-23Remove redundant castsDavid Robillard1-10/+5
2018-09-23Clean up includesDavid Robillard2-1/+5
2018-09-22Install standard headers to simpler include pathsDavid Robillard107-249/+19
2018-09-22Include waf sources and fix build with Python 3.7David Robillard1-2/+4
2018-09-21Fix warnings in atom testsDavid Robillard1-9/+10
2018-06-09Fix documentation table underline problemDavid Robillard1-1/+1
How/why is beyond me...
2018-05-27Fix incorrect range of midi:chunkDavid Robillard3-3/+10
2018-05-21Clarify time:beat originDavid Robillard3-2/+16
2018-04-21Install lv2_util.h for use by third-party codeTimo Wischer1-0/+1
2018-04-21Allow build date to be overridden for reproducible documentationBernhard M. Wiedemann1-0/+7
See https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.
2018-04-07eg-midigate: Respond to "all notes off" MIDI messageRobin Gareus1-0/+2
2018-01-05Upgrade to waf 2.0.4David Robillard1-2/+2
2017-07-08Fix outdated port description in documentationDavid Robillard3-3/+10
2017-03-20Add patch:context propertyDavid Robillard3-0/+20
2017-03-19Add lv2:MIDIPlugin classDavid Robillard3-1/+16
2017-02-08Add lv2_validate utilityDavid Robillard33-52/+13
2016-10-23Fix typoDavid Robillard1-1/+1
2016-10-19Add state:StateChanged for notification eventsRobin Gareus4-1/+28
2016-10-04eg-sampler: Add waveform display to UIDavid Robillard1-0/+9
2016-10-04Add lv2_atom_object_get_typed()David Robillard3-1/+66
2016-10-04Add patch:accept propertyDavid Robillard4-1/+18
2016-10-03Fix typoDavid Robillard1-1/+1
2016-09-29Call lv2specgen as a separate processDavid Robillard1-1/+2
This speeds up builds with documentation significantly by allowing lv2specgen.py to be called in parallel, and makes lv2specgen a more reusable tool for third-party specifications.
2016-09-19LV2 1.14.0v1.14.0David Robillard16-17/+27
2016-09-18Update copyright datesDavid Robillard27-27/+27
2016-09-18Add lv2:enabled designationDavid Robillard2-1/+21
2016-09-18Add bufsz:coarseBlockLength featureDavid Robillard2-2/+18