aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-08-23Fix "preset" console command when "presets" hasn't been calledDavid Robillard1-0/+1
2022-08-22Update stale zix/common.hDavid Robillard1-73/+12
2022-08-18Fix duplicate macro definitionDavid Robillard1-9/+0
2022-08-17Fix build with build system checks disabledDavid Robillard1-6/+18
2022-08-17Support both rdfs:label and lv2:name for port group labelsDavid Robillard1-0/+6
2022-08-17Use an aligned buffer for reading UI eventsDavid Robillard1-4/+11
2022-08-17Clean up symap implementation and run unit testDavid Robillard2-62/+80
2022-08-17Clean up jalv_open()David Robillard1-28/+25
2022-08-17Factor jalv_init_display() out of jalv_open()David Robillard1-24/+29
2022-08-17Factor feature initialization out of jalv_open()David Robillard1-91/+104
2022-08-17Factor jalv_init_env() out of jalv_open()David Robillard1-8/+13
2022-08-17Clean up commentsDavid Robillard2-4/+18
2022-08-17Fix comment typoDavid Robillard1-1/+1
2022-08-17Use logging API for almost all console outputDavid Robillard5-14/+22
2022-08-17Simplify command line usage printing codeDavid Robillard1-14/+15
2022-08-17Only log custom UI URI when one is expectedDavid Robillard1-7/+5
2022-08-17Factor URI mappings out from jalv_open()David Robillard1-79/+91
2022-08-17Make worker opaqueDavid Robillard4-86/+181
2022-08-17Clean up and document worker implementationDavid Robillard1-38/+52
2022-08-17Define JALV_BEGIN_DECLS and define JALV_END_DECLSDavid Robillard13-72/+56
2022-08-17Fix thread-safety of plugin/UI communication ringsDavid Robillard2-49/+93
2022-08-17Fix comment typoDavid Robillard1-1/+1
2022-08-17Factor out jalv_write_event()David Robillard4-21/+36
2022-08-17Factor out jalv_write_control()David Robillard5-32/+43
2022-08-17Factor out the concept of writing a "packet" in the workerDavid Robillard1-7/+13
2022-08-17Update zixDavid Robillard9-149/+664
2022-08-17Fix misleading variable nameDavid Robillard1-4/+4
2022-08-17Relax unnecessarily narrow typesDavid Robillard5-31/+15
2022-08-17Clean up log messages for consistencyDavid Robillard2-4/+4
2022-08-17Clarify communication function namesDavid Robillard3-22/+23
2022-08-17Make jalv_ui_port_index() privateDavid Robillard2-12/+11
2022-08-17Propagate worker errors to the scheduler when possibleDavid Robillard1-3/+4
2022-08-17Clean up atom dumping codeDavid Robillard3-47/+36
2022-08-17Fix spurious transport messagesDavid Robillard1-3/+4
2022-08-17Remove unnecessary castsDavid Robillard2-7/+7
2022-08-17Remove lilv dependency from worker.h and worker.cDavid Robillard3-8/+7
2022-08-17Use clearer names for communication ringsDavid Robillard5-50/+50
2022-08-17Fix whitespaceDavid Robillard2-2/+6
2022-08-17Fix atom buffer alignmentDavid Robillard2-18/+36
2022-08-17Simplify atom buffer allocation codeDavid Robillard1-13/+12
2022-08-17Use lv2_atom_pad_size()David Robillard1-9/+4
2022-08-17Fix memory leaksDavid Robillard2-7/+8
2022-08-17Fix whitespace and use LV2_INSTANCE_ACCESS_URIDavid Robillard1-4/+9
2022-08-17Use default member initializersDavid Robillard2-10/+5
2022-08-17Switch to meson build systemDavid Robillard9-37/+209
2022-08-17Suppress new warnings in clang and clang-tidy 14David Robillard1-1/+1
2022-08-17Add missing includeDavid Robillard1-0/+1
2022-08-17Avoid snprintf()David Robillard1-1/+2
2022-08-17Remove redundant struct tagsDavid Robillard1-3/+5
2022-08-17Use C++14David Robillard1-4/+4