ardour/libs/surfaces/websockets
Mads Kiilerich 6b61b03434 wscript: drop traces of shutdown() handling
autowaf has no real shutdown functionality anyway. The automatic
shutdown function that could have been called wouldn't work anyway, as
it takes an argument.

The only reason it doesn't fail is that the top level wscript has no
shutdown handling and doesn't recurse to other scripts, so it is all
dead code.
2023-10-15 10:47:16 -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
client.h
component.cc
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
feedback.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
feedback.h std-ize: convert all boost shared/weak ptr includes to <memory> 2023-03-24 14:19:15 -06:00
interface.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
json.cc
json.h
manifest.cc
manifest.h
message.cc
message.h
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
resources.h
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
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
typed_value.h
wscript wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00