13
0
livetrax/libs/backends/alsa
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
..
alsa_audiobackend.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
alsa_audiobackend.h Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
alsa_midi.cc Add RT thread priority debugging 2024-10-14 21:49:56 +02:00
alsa_midi.h
alsa_rawmidi.cc
alsa_rawmidi.h
alsa_sequencer.cc
alsa_sequencer.h
alsa_slave.cc Add RT thread priority debugging 2024-10-14 21:49:56 +02:00
alsa_slave.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
select_sleep.h
wscript wscript: drop repeated autowaf.set_options - it is enough to set at top level 2023-10-15 10:47:16 -06:00
zita-alsa-pcmi.cc
zita-alsa-pcmi.h