13
0
livetrax/libs/surfaces/generic_midi
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_genericmidi
generic_midi_control_protocol.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
generic_midi_control_protocol.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
gmcp_gui.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
interface.cc
midiaction.cc
midiaction.h
midicontrollable.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
midicontrollable.h Ctrl Surfaces: update bound controllables 2024-01-13 17:14:17 +01:00
midifunction.cc
midifunction.h
midiinvokable.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
midiinvokable.h
wscript Localize stripped down gtk2 2024-01-06 21:52:48 +01:00