13
0
livetrax/libs/backends/coreaudio
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
..
coreaudio_backend.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
coreaudio_backend.h Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
coreaudio_pcmio_aggregate.cc
coreaudio_pcmio.cc Remove old Coreaudio OSX 10.5 support 2024-10-18 22:52:34 +02:00
coreaudio_pcmio.h
coremidi_io.cc
coremidi_io.h
wscript Remove old Coreaudio OSX 10.5 support 2024-10-18 22:52:34 +02:00