13
0
livetrax/libs/surfaces/websockets
Robin Gareus ff95d81612
Reduce reliance on boost - the easy part
* boost::unordered_map -> std::unordered_map
* BOOST_STATIC_ASSERT/static_assert
* BOOST_FOREACH -> for
* boost::tuple -> std::tuple/g
* boost::math::isnormal -> std::isnormal
* boost::container::set -> std::set
* boost::none -> std::nullopt
* boost::optional -> std::optional
2024-10-19 03:41:16 +02:00
..
ardour_websockets.cc Let PBD::Thread set thread-name 2024-09-28 03:16:07 +02:00
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
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 Replace boost::lexical_cast with std equivalent functions 2024-10-19 01:04:15 +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