Commit Graph

20 Commits

Author SHA1 Message Date
Vas Crabb
d1e35612fa
3rdparty/portmidi: Another undefined macro warning. 2025-04-20 18:46:19 +10:00
Vas Crabb
3f69ebaa82
3rdparty/portmidi: Fixed more discarded const and undefined macro errors. 2025-04-20 17:38:24 +10:00
Vas Crabb
f28dac8e0c 3rdparty/portmidi: Fix the right uninitialised local variable. 2025-04-20 15:29:31 +10:00
Vas Crabb
53cd382d4a 3rdparty/portmidi: Fixed more macOS errors. 2025-04-20 11:02:29 +10:00
Vas Crabb
74085ae6ef 3rdparty/portmidi: More cases of ignoring const in the macOS code. 2025-04-20 10:11:26 +10:00
Vas Crabb
485a93c011 3rdparty/portmidi: Another batch of K&R function declarations that upset clang. 2025-04-20 09:46:56 +10:00
Vas Crabb
9c28c45517 3rdparty/portmidi: Another place that needs const hit by Linux. 2025-04-20 09:41:11 +10:00
Vas Crabb
435f04a4c5 3rdparty/portmidi: Fixes for Linux and clang builds. 2025-04-20 09:12:55 +10:00
Vas Crabb
cfec4a0ec0 3rdparty/portmidi: Try to get PortMidi into a state where it will build with sane compiler settings. 2025-04-20 08:18:21 +10:00
Vas Crabb
844af3a173 3rdparty/portmidi: Updated to PortMidi 2.0.4. 2025-04-20 08:16:03 +10:00
Curt Coder
46636e399d 3rdparty/portmidi: Fix compile with Clang 14.0.3 on macOS 2023-04-17 08:45:12 +03:00
Devin Acker
75e986a651
3rdparty/portmidi: Fixed windows MIDI callback signatures. (#9781) 2022-05-20 04:41:08 +10:00
Vas Crabb
6382e5d905 #import is an Objective-C thing, C should use #include 2015-11-01 17:03:49 +11:00
Miodrag Milanovic
e3a6e9b0b8 removed deps from 3rdparty to osd (nw) 2015-09-13 12:45:56 +02:00
Thomas Klausner
456590ce3e Switch from ftime() to gettimeofday().
Even the Linux man page recommends avoiding ftime().
gettimeofday is in POSIX.1-2001 and more portable.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2015-07-14 21:54:21 +02:00
couriersud
2c2994aeb5 Fix memory leak warning (autorelease pool) on OSX. [Couriersud] 2015-02-26 01:38:49 +01:00
Miodrag Milanovic
ddd22cb78c missed this one (nw) 2015-01-11 19:04:02 +01:00
Miodrag Milanovic
1b189eac62 Fix linux compile (nw) 2015-01-10 18:02:18 +01:00
Miodrag Milanovic
2412275296 Ported changes done in previous source to make portmidi compile (nw) 2015-01-10 17:42:41 +01:00
Miodrag Milanovic
1273e97e73 Placed full code of portmidi in 3rdparty folder (nw) 2015-01-10 16:58:11 +01:00