ardour/libs/surfaces/faderport
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
..
faderport.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
faderport.h Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
faderport_interface.cc Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
gui.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
gui.h Update Ctrl-surface MIDI port list when ports change 2021-02-04 06:19:37 +01:00
operations.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
wscript Localize stripped down gtk2 2024-01-06 21:52:48 +01:00