ardour/libs/surfaces/websockets
Marijn Kruisselbrink bf7f6386d5
Re-enable lib/ardour/test/session_test.
This test seems to be compiling and passing just fine (when run in
isolation), so turning it back on seems like a good idea. To make it
pass when run as part of the full ardour test suite, this does remove
the WebSockets control surface from the control surfaces test though, as
that control surface messes up the event loop of the main thread, which
would otherwise cause use-after-free crashes in the session test.
2023-01-02 20:31:12 +01:00
..
ardour_websockets.cc WebSockets: notify server there are pending client updates 2021-06-13 22:00:29 +02:00
ardour_websockets.h use new event loop callback to ensure that all surface/control protocol threads have tempo map ptr set 2022-05-16 15:24:52 -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 websockets provide BBT 2022-04-08 19:39:25 +02:00
dispatcher.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
feedback.cc Re-enable lib/ardour/test/session_test. 2023-01-02 20:31:12 +01:00
feedback.h Fix C++11ism 2021-06-16 03:03:26 +02:00
interface.cc Clean up and prepare for HTTP 2020-04-09 20:56:46 +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 Update websockets surface author email in source files 2021-06-13 22:00:28 +02:00
mixer.h Update websockets surface author email in source files 2021-06-13 22:00:28 +02: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: TempoMap::use() returns a const ptr to enforce semantics (library version) 2022-04-08 11:58:04 -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 Surfaces and panners should not export headers 2022-11-19 01:11:53 +01:00