1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cosmetic change for readability More... about 8 years ago
more with float constants. also change type of tempo_f from uint32_t to float in f_hmi.c. More... about 8 years ago
internal_midi.c: use 'f' suffix for float constants in dBm_volume and dBm_pan_volume tables. More... about 8 years ago
cosmetic cleanups after the bug175 patch. remove unused local vars from f_hmp.c. More... about 8 years ago
Fix bug #175: More... about 8 years ago
missed updating version in wildmidi_lib.h in commit 1a8443ac More... about 8 years ago
added a tiny, minimal C source for testing, e.g. running under valgrind. More... about 8 years ago
_WM_SetupMidiEvent, sysex handling: break without incrementing ret_cnt if we have zero sysex_len. More... about 8 years ago
_WM_SetupMidiEvent: remove sysex_store_len and change realloc for sysex_store to malloc. these seem to have been relics from v0.3.x times. More... about 8 years ago
better wording More... about 8 years ago
fix indentation More... about 8 years ago
update readme for 0.4.2 changes, so far More... about 8 years ago
Merge pull request #173 from Mindwerks/fix_freebsd_builds More... about 8 years ago
make macos builds great again More... about 8 years ago
add *BSD fix for ONLCR support More... about 8 years ago
GusPat process changes to meet users expectations. More... about 8 years ago
explicitly use ANSI version of FindFirstFile() More... about 8 years ago
bump version to 0.4.2 for future development More... over 8 years ago
further build fixes for Open Watcom More... over 8 years ago
minor More... over 8 years ago
Remove pkg-config software installation check. Remove PKG_CONFIG_FOUND conditions from wildmidi.pc installing. Since our install targets are platform specific (at least for now) and only some and not all of them install wildmidi.pc, this is OK. Closes issue #169. More... over 8 years ago
Fixed issue #167 according to https://cmake.org/cmake/help/v3.0/policy/CMP0043.html This uses the newer target_compile_definitions(), and since the master/0.4.x tree requires cmake-2.8.11 and newer, this is OK. The 0.3 branch is not affected. More... over 8 years ago
better compatible with newer cmake More... over 8 years ago
updated changelog for 0.4.1 More... over 8 years ago
Merge pull request #166 from Ghabry/fix_config_parser More... over 8 years ago
Fix a bug in the handling of "source" directive. The recursive call of WM_LoadConfig didn't keep the config_dir from the "dir" directive. More... over 8 years ago
emx: -fomit-frame-pointer/-ffast-math combination might cause trouble, at least with the old compilers I tried. removed -fomit-frame-pointer More... over 8 years ago
Merge pull request #165 from Ghabry/wii More... over 8 years ago
Add support for use in Nintendo Wii homebrew (devkitPPC) More... over 8 years ago
emx seems to work too after a minor fix More... over 8 years ago