ardour/libs/surfaces/push2
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
..
buttons.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
canvas.cc Push2: Use consistent naming convention for private member variables 2022-08-26 14:10:36 -06:00
canvas.h Push2: Mostly fix scale menu text rendering (#8599) 2022-08-26 14:10:40 -06:00
cues.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
cues.h push2: add velocity sensitivity 2023-09-08 14:57:28 -06:00
follow_action.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
gui.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
gui.h push2: remove unused member 2023-04-21 12:16:37 -06:00
interface.cc Push2: implement MIDI port probing, auto-enable 2023-05-04 00:57:16 +02:00
knob.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
knob.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
layout.cc Push2: Use consistent naming convention for private member variables 2022-08-26 14:10:36 -06:00
layout.h push2: add velocity sensitivity 2023-09-08 14:57:28 -06:00
leds.cc
level_meter.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
level_meter.h Push2: Use consistent naming convention for private member variables 2022-08-26 14:10:36 -06:00
menu.cc Push2: Mostly fix scale menu text rendering (#8599) 2022-08-26 14:10:40 -06:00
menu.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
midi_byte_array.cc Push2: Drop "using namespace std" 2022-08-26 14:10:40 -06:00
midi_byte_array.h
mix.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
mix.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
push2.cc move RecordState enum from ARDOUR::Session to ARDOUR so we can use it in TriggerBox (libs) 2024-10-17 07:44:32 -06:00
push2.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
scale.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
scale.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
splash.cc Push2: Remove debug printing 2022-08-26 14:10:40 -06:00
splash.h Push2: Use consistent naming convention for private member variables 2022-08-26 14:10:36 -06:00
track_mix.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
track_mix.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
utils.cc
utils.h
wscript Localize stripped down gtk2 2024-01-06 21:52:48 +01:00