ardour/libs/midi++2
David Robillard 1324c25282 WIP: Fix namespace issues and build with GCC8
The build was broken for me with both GCC 8 and clang 11 due to the lookup of
operator<<().  However, since the previous pattern of using a namespace then
defining things in that namespace in... the global namespace... sort of... is
very strange, and likely to cause further problems with ADL especially as we
move to newer language versions and libraries, I opted to go all-out here and
define things inside the appropriate namespace.

This will probably resolve some earlier issues with clang and MSVC as well,
since they each use different lookup rules that all have their own quirks
around this stuff.
2021-05-25 16:41:19 -04:00
..
midi++ Consistently spell "operator<<" 2021-05-25 15:15:09 -04:00
MSVCmidi++ Add/remove source(s) in our MSVC project (midi++2) 2020-04-29 10:20:34 +01:00
test Ignore <ExtendingDeviceNames> midnam during unit-test 2019-09-05 17:45:58 +02:00
channel.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
COPYING rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
ipmidi_port.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
libmidi++.pc.in rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
libmidi++.spec.in rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
midi.cc Update core library GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
miditrace.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
midnam_patch.cc Overhaul InstrumentInfo 2020-04-01 16:31:58 +02:00
mmc.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
mmctest.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
mtc.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
parser.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
port.cc WIP: Fix namespace issues and build with GCC8 2021-05-25 16:41:19 -04:00
run-tests.sh netbsd: Fix unportable shell construct 2015-12-03 12:19:34 +01:00
wscript Fix building unit-tests 2020-01-27 17:43:37 +01:00