13
0
livetrax/libs/surfaces/maschine2
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
..
callbacks.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
canvas.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
canvas.h
images.h
interface.cc
layout.cc
layout.h
m2_button.h Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
m2_dev_mikro.cc
m2_dev_mikro.h
m2_dev_mk2.cc
m2_dev_mk2.h
m2_encoder.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
m2_map_mikro.cc
m2_map_mikro.h
m2_map_mk2.cc
m2_map_mk2.h
m2_pad.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
m2controls.h
m2device.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
maschine2.cc
maschine2.h
ui_knob.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
ui_knob.h
ui_menu.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
ui_menu.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
wscript