1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
try 64-bit build More... almost 9 years ago
try to create artifacts More... almost 9 years ago
initial appveyor commit More... almost 9 years ago
Merge pull request #151 from Mindwerks/CI More... almost 9 years ago
we run without failures, keep it that way More... almost 9 years ago
remove package making for osx, we will add that later using cpack More... almost 9 years ago
try OSX deployment More... almost 9 years ago
no test-suite yet More... almost 9 years ago
remove unncessary osx package deps More... almost 9 years ago
do not check for tabs More... almost 9 years ago
add way to handle multiple CI environments More... almost 9 years ago
vbcc makefile: changed cpu flags to 68020/68881 More... almost 9 years ago
close_ahi_output: set AHIReq[0]->ahir_Link to NULL before freeing AHIReq[1]. fixes weird crashes upon audio shutdown. More... almost 9 years ago
Revert "close_ahi_output: free the second io request _after_ finishing with the first." More... almost 9 years ago
close_ahi_output: free the second io request _after_ finishing with the first. More... almost 9 years ago
warning fixes.. More... almost 9 years ago
removed an outdated fixme note. updated readme. More... almost 9 years ago
file_io.c: revise file size reading from stat buffer wrt WM_MAXFILESIZE. st_size can be sint32 or int64, and we are storing into an uint32.. More... almost 9 years ago
file_io.c: use native windows apis instead of stat() for file size. More... almost 9 years ago
add -lm to amigaos4 linkage. More... almost 9 years ago
Merge pull request #147 from carstene1ns/pkg-config-support More... almost 9 years ago
Add pkg-config support More... almost 9 years ago
file_io.c, wildmidi_lib.c: remove _WM_GLOBAL_ERROR() calls with WM_ERR_LOAD: they used to immediately follow another _WM_GLOBAL_ERROR() about the actual error, i.e. a remnant from the 0.2x/0.3x series. More... about 9 years ago
file_io.c: fix amiga builds after the wm_error merge. More... about 9 years ago
Merge pull request #144 from Mindwerks/amiga More... about 9 years ago
hopefully fix the -Wlogical-not-parentheses warnings from clang More... about 9 years ago
Merge pull request #145 from Mindwerks/wm_error More... about 9 years ago
enable _WM_Lock() & co for amiga, use Delay() as the replacement for usleep(). More... about 9 years ago
- WildMidi_ClearError() now sets _WM_Global_ErrorI to 0. - WM_LoadConfig() now recognizes whether it's an error if WM_LC_Tokenize_Line() returns NULL. - _WM_GLOBAL_ERROR() calls are changed to _WM_DEBUG_MSG() in WM_LoadConfig() if the error is ignored. - WildMidi_GetInfo() now properly returns NULL if it fails malloc()ing for copyright. - changed a _WM_GLOBAL_ERROR() to _WM_DEBUG_MSG() in xmi2mid.c:ConvertListToMTrk(), where it is noted that it never happens. More... about 9 years ago
WildMidi_GetMidiOutput() should respect the returned code from _WM_Event2Midi() More... about 9 years ago