13
0
livetrax/libs/midi++2
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
..
midi++ Replace PBD::Signals (1/2) 2024-10-18 20:41:08 +02:00
MSVCmidi++
test switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
channel.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
COPYING
ipmidi_port.cc fix strncpy() size argument error (Windows only, needs review) 2022-06-22 13:31:08 -06:00
libmidi++.pc.in
libmidi++.spec.in
midi.cc
miditrace.cc Transmitter::Debug implementation 1/2 2020-10-13 21:58:26 +02:00
midnam_patch.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mmc.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
mmctest.cc Transmitter::Debug implementation 1/2 2020-10-13 21:58:26 +02:00
mtc.cc Reduce reliance on boost - the easy part 2024-10-19 03:41:16 +02:00
parser.cc Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
port.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
run-tests.sh
wscript wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00