aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17Make worker opaqueDavid Robillard1-21/+64
2022-08-17Define JALV_BEGIN_DECLS and define JALV_END_DECLSDavid Robillard1-6/+4
One lines good, three lines bad.
2022-08-17Remove lilv dependency from worker.h and worker.cDavid Robillard1-2/+1
2022-08-17Move JalvWorker definition to worker.hDavid Robillard1-2/+33
2022-08-17Remove Jalv back pointer from WorkerDavid Robillard1-2/+1
2022-08-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-09-27Clean up includesDavid Robillard1-0/+4
2019-10-17Clean up includesDavid Robillard1-2/+2
2019-04-21Use modern LV2 includesDavid Robillard1-1/+1
2018-09-18Fix a potential crash when closed with workerJP Cimalando1-0/+3
2016-07-31Support thread-safe state restorationDavid Robillard1-3/+4
2014-08-08Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1
2013-12-25Fix more const-correctness violations.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5196 a436a847-0d15-0410-975c-d299462d15a1
2012-03-31Make jalv_worker_respond() private.David Robillard1-5/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4136 a436a847-0d15-0410-975c-d299462d15a1
2012-03-31Move worker implementation to separate file.David Robillard1-0/+40
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4135 a436a847-0d15-0410-975c-d299462d15a1