ardour/libs/surfaces/websockets
Paul Davis f34ce17bf0 websocket: event loop names and thread/evloop pairs are set in BaseUI::main_thread()
There is no thread when an AbstractUI<T> is constructed. The event loop name and the
association between the event loop object and the thread that "runs" it must be
set from within the thread, which is not created until BaseUI::run() is called.

There appears to have been some confusion in e3569b64 about how this
all works; this commit should remove that
2023-10-24 16:26:50 -06:00
..
ardour_websockets.cc surfaces & event loops: i really mean no more request buffer factories 2023-04-21 13:55:58 -06:00
ardour_websockets.h surfaces & event loops: i really mean no more request buffer factories 2023-04-21 13:55:58 -06:00
client.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
client.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
component.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
component.h WebSockets: less invasive version of 5407232 2021-06-14 10:02:25 +02:00
dispatcher.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
dispatcher.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
feedback.cc websocket: event loop names and thread/evloop pairs are set in BaseUI::main_thread() 2023-10-24 16:26:50 -06:00
feedback.h WebSockets: fix crash when switching snapshots #9506 2023-10-24 23:05:46 +02:00
interface.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
json.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
json.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
manifest.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
manifest.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
message.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
message.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
mixer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mixer.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
resources.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
resources.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
server.cc WebSockets: fix surface build for older systems 2021-06-14 14:50:48 +02:00
server.h WebSockets: update some source headers 2021-06-14 14:45:51 +02:00
state.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
state.h websockets provide BBT 2022-04-08 19:39:25 +02:00
transport.cc temporal: hide superclock_t variant of TempoMap::metric_at() 2023-06-12 12:36:16 -06:00
transport.h websockets provide BBT 2022-04-08 19:39:25 +02:00
typed_value.cc Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
typed_value.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
wscript wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00