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 Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
coreaudio_pcmio.cc Remove old Coreaudio OSX 10.5 support 2024-10-18 22:52:34 +02:00
coreaudio_pcmio.h CoreAudio: Remove unused API 2023-06-29 00:32:46 +02:00
coremidi_io.cc CoreMIDI: fix capture/playback alignment 2023-06-29 00:32:46 +02:00
coremidi_io.h build fix for mac 2024-06-05 02:02:12 +02:00
wscript Remove old Coreaudio OSX 10.5 support 2024-10-18 22:52:34 +02:00