aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/worker/worker.h
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-177/+0
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-09-10Document all URI definesDavid Robillard1-4/+4
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.
2016-07-31Strengthen threading guarantees for work methodDavid Robillard1-2/+5
2014-11-25Single-page API documentation with unified style.David Robillard1-4/+20
2014-07-31Use Doxygen Markdown support for more human-readable doc comments.David Robillard1-7/+7
Minor improvements to UI documentation.
2014-07-28Add missing C extern declarations for C++.David Robillard1-0/+8
2012-03-30Fix screwy invalid ExtensionData definitions as classes (now matches how ↵David Robillard1-2/+2
Feature is used). Add status return codes to state methods for error handling.
2012-03-27Add end_run hook to worker interface.David Robillard1-0/+12
2012-03-23Fix incorrect parameter name.David Robillard1-1/+1
2012-03-23Add worker extension to remove thread stuff from plugins.David Robillard1-0/+138