1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
no need to _WM_GLOBAL_ERROR() from callers of _WM_SetupMidiEvent() More... about 9 years ago
remove __FILE__ information from error messages More... about 9 years ago
print the error string from library in case of WildMidi_Init() and WildMidi_ConvertToMidi() errors. (now that _WM_ERROR_NEW() prints to the global error string, the latter case works.) More... about 9 years ago
made _WM_ERROR_NEW() to set the global error string to the custom message, instead of printing to stderr: all, except for 3 places, do return an error when doing _WM_ERROR_NEW(). added new _WM_DEBUG_MSG() procedure to print a debug warning msg to stderr: changed the _WM_ERROR_NEW() calls to _WM_DEBUG_MSG() at those above-mentioned places, namely gus_pat.c:_WM_load_gus_pat(), mus2mid.c:_WM_mus2midi() and xmi2mid.c:ParseXMI(). NOTE that the relevant line 394 of mus2mid.c has a FIXME, asking whether we should actually return error or just print a warning: Bret? More... about 9 years ago
_WM_GLOBAL_ERROR: if werrno is out of [0..WM_ERR_MAX-1] bounds, set it to WM_ERR_MAX so that it prints 'Invalid error code'. The errors array has WM_ERR_MAX+1 members for this purpose already. More... about 9 years ago
removed dead function _WM_ERROR() More... about 9 years ago
forgot incrementing version in wildmidi_lib.h More... about 9 years ago
if no audio output driver is compiled in, print a message saying so. More... about 9 years ago
remove unnecessary includes from wildmidi_lib.c More... about 9 years ago
move WM_NO_LOCK definition from makefiles to config.h with a FIXME note More... about 9 years ago
fix amigaos4 build More... about 9 years ago
correction in amiga_usleep() More... about 9 years ago
ahi output for the player app. works fine for me on i386-aros. More... about 9 years ago
clang whines that wm_toupper() is unused. it is static inline dammit... More... about 9 years ago
handle errno when using native amiga file i/o apis More... about 9 years ago
add amiga makefiles under a new amiga directory More... about 9 years ago
add amiga.c where I handled some of the amiga-specific stuff for player side. More... about 9 years ago
handle player side of amiga support More... about 9 years ago
use pow instead of powf in amiga builds. More... about 9 years ago
adjust headers in wildmidi_lib.c. add a local locale-insensitive str[n]casecmp implementation. More... about 9 years ago
do not use _WM_Lock/_WM_Unlock stuff in amiga builds for now. (that stuff gives me the creeps. remember to see bug #99 for it too: https://github.com/Mindwerks/wildmidi/issues/99 ) More... about 9 years ago
define WILDMIDI_AMIGA symbol from config.h (either cmake-generated or customized ones) More... about 9 years ago
initial amiga support for the library side (file i/o). the static library works fine for me on aros. More... about 9 years ago
make it possible so that dynamic library build can be turned off. More... about 9 years ago
make WANT_PLAYERSTATIC also depend on WANT_PLAYER. the previous situation was a bit stupid.. More... about 9 years ago
bump version to 0.4.1, dso version to 2.0.1 More... about 9 years ago
Merge pull request #140 from Mindwerks/cleanups More... about 9 years ago
move to trusty More... about 9 years ago
cleanups More... about 9 years ago
wm_error.c: kill the second instance of errors array local to _WM_ERROR(). also change the first entry in the global instance from "System Error" to "No Error". More... about 9 years ago