13
0
livetrax/libs/midi++2
David Robillard 8ec3e5fb54 Fix deprecated-copy warnings
It's long been a guideline (and IIRC a Weff-c++ warning) that either all, or
none, of the copy methods should be defined, but this became a standard warning
in GCC9.  Presumably to account for a later language change though I'm not sure
which.

I don't remember why the ChanMapping copy constructor can't just be a simple
copy (it's just a map of POD), but figure it's safer to just copy what that
does.
2019-12-09 23:25:59 +01:00
..
midi++ Fix deprecated-copy warnings 2019-12-09 23:25:59 +01:00
MSVCmidi++ Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs) 2018-09-30 08:56:12 +01:00
test Ignore <ExtendingDeviceNames> midnam during unit-test 2019-09-05 17:45:58 +02:00
channel.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
COPYING
ipmidi_port.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
libmidi++.pc.in
libmidi++.spec.in
midi.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
miditrace.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
midnam_patch.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
mmc.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
mmctest.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
mtc.cc Use new boost::optional API 2019-11-21 17:48:56 +01:00
parser.cc Use new boost::optional API 2019-11-21 17:48:56 +01:00
port.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
run-tests.sh
wscript remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00