aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-11fix `describeChannels` iteration problem on the generic list structureJP Cimalando
2019-02-08Merge pull request #201 from jpcima/nukedoplVitaly Novichkov
Nuked OPL 1.8 optimizations port
2019-02-06Nuked OPL 1.8 optimizations portJP Cimalando
2019-01-28Merge pull request #200 from jpcima/drum-ttlVitaly Novichkov
drum note length extension
2019-01-25force note-on to do immediate note killingJP Cimalando
2019-01-25cache the extended note count per channelJP Cimalando
2019-01-25drum note length extensionJP Cimalando
2019-01-25Merge pull request #199 from jpcima/find-sdl2Vitaly Novichkov
manual SDL2 library search
2019-01-24fix the SDL2 library searchJP Cimalando
This allows to handle two variants of SDL2 find modules, which are incompatible: - the first kind of module sets the SDL2_* variables - the other kind exports the library target SDL2::SDL2
2019-01-06VLC-Plugin: Added ability to enable/disable pluginVitaly Novichkov
VLC has no embedded way to switch different MIDI plugins (or different codecs of the same format), therefore it's need to reject playing from the codec itself when it's not needed.
2019-01-05Update copyright year to 2019Vitaly Novichkov
2019-01-05Change description to be more correctVitaly Novichkov
2018-12-21Update README.mdVitaly Novichkov
More platforms!
2018-12-21Fixed Haiku buildWohlstand
2018-12-18Typo fix in ReadMeVitaly Novichkov
[ci skip]
2018-12-17Update ReadMe:Wohlstand
- Updated working demos links [ci skip]
2018-12-17oopsVitaly Novichkov
[ci skip]
2018-12-17Minor update of ReadMeVitaly Novichkov
[ci skip]
2018-12-17Fixed C++98 and C90 warnings, also CLang rpath warningVitaly Novichkov
2018-12-16Merge pull request #198 from Flamefire/Cmake_CleanupVitaly Novichkov
CMake cleanup
2018-12-16Attempt to provide Travis-CI script with macOS supportVitaly Novichkov
2018-12-16CMake Make DJGPP CMake wrapper script be more genericVitaly Novichkov
2018-12-16Use target_* functionsFlamefire
2018-12-16Use alias instead of interfaceFlamefire
2018-12-15Remove old filesFlamefire
2018-12-15Remove pro filesFlamefire
2018-12-15Remove makefilesFlamefire
2018-12-15Improve FindLIBVLCFlamefire
2018-12-15Set toplevel CMAKE_MODULE_PATHFlamefire
2018-12-15Remove explicit -DNDEBUGFlamefire
CMake does this better
2018-12-15Remove explicit link to stdc++Flamefire
2018-12-15Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
# Conflicts: # utils/vlc_codec/CMakeLists.txt
2018-12-15CMake: Use C90 but C99 at VLC PluginVitaly Novichkov
2018-12-14CMake: Move all directory targets into root scriptWohlstand
2018-12-14Continue CMake clean-upVitaly Novichkov
2018-12-14Fixed DJGPP buildVitaly Novichkov
2018-12-14Merge pull request #197 from Flamefire/CMakeVitaly Novichkov
Improve CMake
2018-12-13Fix OpenMP handlingAlexander Grund
2018-12-13Improve compiler checksAlexander Grund
2018-12-13Optimize targets and related checksAlexander Grund
2018-12-13Fix compile definitionsAlexander Grund
No "-D" needed
2018-12-13Fix SDL2 handlingAlexander Grund
2018-12-13Revert "Put back "find_library" of SDL2"Alexander Grund
This reverts commit c43c8b1293f1766abfef5689c8d21fb0fd124f6f.
2018-12-13Put back "find_library" of SDL2Vitaly Novichkov
Unfortunately, the "find_package" fails on some cases
2018-12-13Continue clean-up of CMake buildVitaly Novichkov
2018-12-13Keep output of VLC plugin into the root of binary directoryVitaly Novichkov
2018-12-13C++98 build fixVitaly Novichkov
Because of mentioned bug in CMake script, the C++11 mode was turned on, therefore once CMake build was fixed to enforce C++98, the dbopl.cpp was failed to build where are INT16_MIN and INT16_MAX macros was used.
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-12-05ADLMIDI2: Backport minor fix from official ADLMIDIVitaly Novichkov
Change setbuffer to setvbuf, fixing PR2 / issue 2. https://github.com/bisqwit/adlmidi/commit/2f3a6263b79b832efac1feda07cee07820dfc309
2018-12-04ADLMIDI2: MSVC Warning fixesWohlstand