ardour/libs/surfaces/websockets
Paul Davis b35518e212 switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr
This is mostly a simple lexical search+replace but the absence of operator< for
std::weak_ptr<T> leads to some complications, particularly with Evoral::Sequence
and ExportPortChannel.
2023-03-24 14:19:15 -06:00
..
ardour_websockets.cc
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
client.h
component.cc
component.h
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
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
server.h
state.cc
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
typed_value.h
wscript Surfaces and panners should not export headers 2022-11-19 01:11:53 +01:00