13
0
livetrax/libs/surfaces/osc
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
..
MSVCardour_osc
interface.cc
osc_controllable.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_controllable.h
osc_cue_observer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_cue_observer.h
osc_global_observer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_global_observer.h
osc_gui.cc
osc_gui.h
osc_route_observer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_route_observer.h
osc_select_observer.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc_select_observer.h osc: Let OSCSelectObserver know about feedback config changes 2024-09-03 00:40:11 +02:00
osc.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
osc.h
wscript