ardour/libs/backends/alsa
Robin Gareus ff95d81612
Reduce reliance on boost - the easy part
* boost::unordered_map -> std::unordered_map
* BOOST_STATIC_ASSERT/static_assert
* BOOST_FOREACH -> for
* boost::tuple -> std::tuple/g
* boost::math::isnormal -> std::isnormal
* boost::container::set -> std::set
* boost::none -> std::nullopt
* boost::optional -> std::optional
2024-10-19 03:41:16 +02:00
..
alsa_audiobackend.cc Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
alsa_audiobackend.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
alsa_midi.cc Add RT thread priority debugging 2024-10-14 21:49:56 +02:00
alsa_midi.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
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 Remove extraneous parentheses (Wparentheses-equality) 2021-05-30 20:09:35 -04:00
alsa_sequencer.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
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 Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
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 ALSA: update endianess conversion functions 2022-12-27 13:32:31 +01:00