mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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 -> = {}.
|
||
|---|---|---|
| .. | ||
| jack_api.cc | ||
| jack_audiobackend.cc | ||
| jack_audiobackend.h | ||
| jack_connection.cc | ||
| jack_connection.h | ||
| jack_portengine.cc | ||
| jack_session.cc | ||
| jack_session.h | ||
| jack_utils.cc | ||
| jack_utils.h | ||
| weak_libjack.c | ||
| weak_libjack.def | ||
| weak_libjack.h | ||
| wscript | ||