openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
WildMIDI
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 12 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
no need to _WM_GLOBAL_ERROR() from callers of _WM_SetupMidiEvent()
sezero
More...
about 9 years ago
remove __FILE__ information from error messages
sezero
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.)
sezero
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?
sezero
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.
sezero
More...
about 9 years ago
removed dead function _WM_ERROR()
sezero
More...
about 9 years ago
forgot incrementing version in wildmidi_lib.h
sezero
More...
about 9 years ago
if no audio output driver is compiled in, print a message saying so.
sezero
More...
about 9 years ago
remove unnecessary includes from wildmidi_lib.c
sezero
More...
about 9 years ago
move WM_NO_LOCK definition from makefiles to config.h with a FIXME note
sezero
More...
about 9 years ago
fix amigaos4 build
sezero
More...
about 9 years ago
correction in amiga_usleep()
sezero
More...
about 9 years ago
ahi output for the player app. works fine for me on i386-aros.
sezero
More...
about 9 years ago
clang whines that wm_toupper() is unused. it is static inline dammit...
sezero
More...
about 9 years ago
handle errno when using native amiga file i/o apis
sezero
More...
about 9 years ago
add amiga makefiles under a new amiga directory
sezero
More...
about 9 years ago
add amiga.c where I handled some of the amiga-specific stuff for player side.
sezero
More...
about 9 years ago
handle player side of amiga support
sezero
More...
about 9 years ago
use pow instead of powf in amiga builds.
sezero
More...
about 9 years ago
adjust headers in wildmidi_lib.c. add a local locale-insensitive str[n]casecmp implementation.
sezero
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 )
sezero
More...
about 9 years ago
define WILDMIDI_AMIGA symbol from config.h (either cmake-generated or customized ones)
sezero
More...
about 9 years ago
initial amiga support for the library side (file i/o). the static library works fine for me on aros.
sezero
More...
about 9 years ago
make it possible so that dynamic library build can be turned off.
sezero
More...
about 9 years ago
make WANT_PLAYERSTATIC also depend on WANT_PLAYER. the previous situation was a bit stupid..
sezero
More...
about 9 years ago
bump version to 0.4.1, dso version to 2.0.1
sezero
More...
about 9 years ago
Merge pull request #140 from Mindwerks/cleanups
Bret Curtis
More...
about 9 years ago
move to trusty
Bret Curtis
More...
about 9 years ago
cleanups
Bret Curtis
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".
sezero
More...
about 9 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree