13
0
livetrax/libs/backends/jack
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
..
jack_api.cc Rename JACK to "JACK/Pipewire" on Linux (1/2) 2024-07-31 04:38:01 +02:00
jack_audiobackend.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
jack_audiobackend.h Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
jack_connection.cc Replace boost::scoped_ptr with std::unique_ptr (1/2) 2024-10-19 01:04:14 +02:00
jack_connection.h Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
jack_portengine.cc JACK backend: fix race condition caused by not wrapping jack_set_property() in JACK_SERVER_CALL 2024-07-09 10:14:39 -06:00
jack_session.cc JACK: fix reported tempo & meter when functioning as JACK timebase master 2023-06-12 12:10:26 -06:00
jack_session.h
jack_utils.cc Replace boost::scoped_ptr with std::unique_ptr (1/2) 2024-10-19 01:04:14 +02:00
jack_utils.h
weak_libjack.c
weak_libjack.def
weak_libjack.h
wscript wscript: drop repeated autowaf.set_options - it is enough to set at top level 2023-10-15 10:47:16 -06:00