ardour/libs/surfaces/contourdesign
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
..
button_config_widget.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
button_config_widget.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
contourdesign.cc Let PBD::Thread set thread-name 2024-09-28 03:16:07 +02:00
contourdesign.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
contourdesign_gui.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
interface.cc Contourdesign: Implement USB probe/match 2023-05-04 00:20:45 +02:00
jump_distance_widget.cc Fix --no-nls, i18n include order in libs -- #8361 2020-08-19 17:39:32 +02:00
jump_distance_widget.h
wscript Localize stripped down gtk2 2024-01-06 21:52:48 +01:00