1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #152 from Mindwerks/Appveyor More... about 9 years ago
gather up artifacts More... about 9 years ago
try 64-bit build More... about 9 years ago
try to create artifacts More... about 9 years ago
initial appveyor commit More... about 9 years ago
Merge pull request #151 from Mindwerks/CI More... about 9 years ago
we run without failures, keep it that way More... about 9 years ago
remove package making for osx, we will add that later using cpack More... about 9 years ago
try OSX deployment More... about 9 years ago
no test-suite yet More... about 9 years ago
remove unncessary osx package deps More... about 9 years ago
do not check for tabs More... about 9 years ago
add way to handle multiple CI environments More... about 9 years ago
vbcc makefile: changed cpu flags to 68020/68881 More... about 9 years ago
close_ahi_output: set AHIReq[0]->ahir_Link to NULL before freeing AHIReq[1]. fixes weird crashes upon audio shutdown. More... about 9 years ago
Revert "close_ahi_output: free the second io request _after_ finishing with the first." More... about 9 years ago
close_ahi_output: free the second io request _after_ finishing with the first. More... about 9 years ago
warning fixes.. More... about 9 years ago
removed an outdated fixme note. updated readme. More... about 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... about 9 years ago
file_io.c: use native windows apis instead of stat() for file size. More... about 9 years ago
add -lm to amigaos4 linkage. More... about 9 years ago
Merge pull request #147 from carstene1ns/pkg-config-support More... about 9 years ago
Add pkg-config support More... about 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