13
0
livetrax/libs/surfaces/websockets
Robin Gareus 74c4ca3e52
Reduce reliance on boost - the hard part
the rest from `tools/convert_boost.sh`.

* replace boost::function, boost::bind with std::function and std::bind.

This required some manual fixes, notably std::placeholders,
some static_casts<>, and boost::function::clear -> = {}.
2024-10-19 03:47:21 +02:00
..
ardour_websockets.cc
ardour_websockets.h
client.cc
client.h
component.cc
component.h
dispatcher.cc Replace boost::assign::map_list_of with initializer_list constructor 2024-10-19 01:04:15 +02:00
dispatcher.h Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
feedback.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
feedback.h
interface.cc
json.cc
json.h
manifest.cc
manifest.h
message.cc Replace boost::lexical_cast with std equivalent functions 2024-10-19 01:04:15 +02:00
message.h
mixer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
mixer.h
resources.cc
resources.h
server.cc
server.h Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
state.cc
state.h
transport.cc
transport.h
typed_value.cc Replace boost::lexical_cast with std equivalent functions 2024-10-19 01:04:15 +02:00
typed_value.h
wscript