aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/buf-size
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22Install standard headers to simpler include pathsDavid Robillard4-226/+0
2017-02-08Add lv2_validate utilityDavid Robillard1-1/+0
2016-10-03Fix typoDavid Robillard1-1/+1
2016-09-19LV2 1.14.0v1.14.0David Robillard2-2/+3
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-09-18Add bufsz:coarseBlockLength featureDavid Robillard2-2/+18
2016-09-10Document all URI definesDavid Robillard1-10/+10
This makes headers somewhat redundant and too wide, but it's the only way I can get Doxygen to make links to the corresponding spec documentation, because it doesn't linkify URIs in strings.
2015-09-09Add bufsz:nominalBlockLengthDavid Robillard4-1/+27
2014-11-25Single-page API documentation with unified style.David Robillard2-1/+14
2013-02-18Update versions. LV2 1.4.0.David Robillard2-2/+4
2013-02-17Make manifest versions match spec versions.David Robillard1-1/+1
2012-12-21Fix typo in bufsz:sequenceSize label.David Robillard2-1/+9
2012-10-14Bump versions for LV2 1.2.0.David Robillard2-4/+5
Generate valid top level NEWS file. Update to r88/autowaf.
2012-09-06Add missing release dates.David Robillard1-0/+1
2012-09-03Use relative links between extensions so local documentation links work.David Robillard1-3/+3
Automatically link prefixed names to the appropriate resource.
2012-08-29Remove old buf-size API.David Robillard2-104/+14
2012-08-29Add bufsz:sequenceSize.David Robillard2-0/+13
2012-08-29Add bufsz:maxBlockLength and bufsz:minBlockLength properties.David Robillard2-0/+27
2012-08-08Make LV2_Buf_Size_Access::get_buf_size take a time parameter and thus ↵David Robillard3-12/+17
actually be sufficient for allocating auxiliary buffers. Other minor improvements to buf-size extension. Bump version to 1.0.7.
2012-08-05Move all project metadata for extensions (e.g. change log) to separate files toDavid Robillard2-19/+23
spare hosts from loading them during discovery.
2012-08-05Fix buf-size extension documentation.David Robillard1-11/+12
2012-08-05Do everything in the top level wscript file and remove wscript symlinks from ↵David Robillard1-1/+0
extensions.
2012-07-29Use consistent label style.David Robillard1-3/+1
2012-07-02Remove unnecessary include.David Robillard1-2/+0
2012-06-05Add buf-size extension.David Robillard4-0/+204