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
alsa_midi.h
alsa_rawmidi.cc Remove extraneous parentheses (Wparentheses-equality) 2021-05-30 20:09:35 -04:00
alsa_rawmidi.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_sequencer.cc
alsa_sequencer.h
alsa_slave.cc
alsa_slave.h
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 ALSA: update endianess conversion functions 2022-12-27 13:32:31 +01:00
zita-alsa-pcmi.h