Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-11 | fix `describeChannels` iteration problem on the generic list structure | JP Cimalando | |
2019-02-08 | Merge pull request #201 from jpcima/nukedopl | Vitaly Novichkov | |
Nuked OPL 1.8 optimizations port | |||
2019-02-06 | Nuked OPL 1.8 optimizations port | JP Cimalando | |
2019-01-28 | Merge pull request #200 from jpcima/drum-ttl | Vitaly Novichkov | |
drum note length extension | |||
2019-01-25 | force note-on to do immediate note killing | JP Cimalando | |
2019-01-25 | cache the extended note count per channel | JP Cimalando | |
2019-01-25 | drum note length extension | JP Cimalando | |
2019-01-25 | Merge pull request #199 from jpcima/find-sdl2 | Vitaly Novichkov | |
manual SDL2 library search | |||
2019-01-24 | fix the SDL2 library search | JP 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-06 | VLC-Plugin: Added ability to enable/disable plugin | Vitaly 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-05 | Update copyright year to 2019 | Vitaly Novichkov | |
2019-01-05 | Change description to be more correct | Vitaly Novichkov | |
2018-12-21 | Update README.md | Vitaly Novichkov | |
More platforms! | |||
2018-12-21 | Fixed Haiku build | Wohlstand | |
2018-12-18 | Typo fix in ReadMe | Vitaly Novichkov | |
[ci skip] | |||
2018-12-17 | Update ReadMe: | Wohlstand | |
- Updated working demos links [ci skip] | |||
2018-12-17 | oops | Vitaly Novichkov | |
[ci skip] | |||
2018-12-17 | Minor update of ReadMe | Vitaly Novichkov | |
[ci skip] | |||
2018-12-17 | Fixed C++98 and C90 warnings, also CLang rpath warning | Vitaly Novichkov | |
2018-12-16 | Merge pull request #198 from Flamefire/Cmake_Cleanup | Vitaly Novichkov | |
CMake cleanup | |||
2018-12-16 | Attempt to provide Travis-CI script with macOS support | Vitaly Novichkov | |
2018-12-16 | CMake Make DJGPP CMake wrapper script be more generic | Vitaly Novichkov | |
2018-12-16 | Use target_* functions | Flamefire | |
2018-12-16 | Use alias instead of interface | Flamefire | |
2018-12-15 | Remove old files | Flamefire | |
2018-12-15 | Remove pro files | Flamefire | |
2018-12-15 | Remove makefiles | Flamefire | |
2018-12-15 | Improve FindLIBVLC | Flamefire | |
2018-12-15 | Set toplevel CMAKE_MODULE_PATH | Flamefire | |
2018-12-15 | Remove explicit -DNDEBUG | Flamefire | |
CMake does this better | |||
2018-12-15 | Remove explicit link to stdc++ | Flamefire | |
2018-12-15 | Merge branch 'master' of github.com:Wohlstand/libADLMIDI | Vitaly Novichkov | |
# Conflicts: # utils/vlc_codec/CMakeLists.txt | |||
2018-12-15 | CMake: Use C90 but C99 at VLC Plugin | Vitaly Novichkov | |
2018-12-14 | CMake: Move all directory targets into root script | Wohlstand | |
2018-12-14 | Continue CMake clean-up | Vitaly Novichkov | |
2018-12-14 | Fixed DJGPP build | Vitaly Novichkov | |
2018-12-14 | Merge pull request #197 from Flamefire/CMake | Vitaly Novichkov | |
Improve CMake | |||
2018-12-13 | Fix OpenMP handling | Alexander Grund | |
2018-12-13 | Improve compiler checks | Alexander Grund | |
2018-12-13 | Optimize targets and related checks | Alexander Grund | |
2018-12-13 | Fix compile definitions | Alexander Grund | |
No "-D" needed | |||
2018-12-13 | Fix SDL2 handling | Alexander Grund | |
2018-12-13 | Revert "Put back "find_library" of SDL2" | Alexander Grund | |
This reverts commit c43c8b1293f1766abfef5689c8d21fb0fd124f6f. | |||
2018-12-13 | Put back "find_library" of SDL2 | Vitaly Novichkov | |
Unfortunately, the "find_package" fails on some cases | |||
2018-12-13 | Continue clean-up of CMake build | Vitaly Novichkov | |
2018-12-13 | Keep output of VLC plugin into the root of binary directory | Vitaly Novichkov | |
2018-12-13 | C++98 build fix | Vitaly 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-13 | Build: Splid the main CMake build script | Vitaly Novichkov | |
Keep it have library code only but no utils and examples are will be built independently #196 | |||
2018-12-05 | ADLMIDI2: Backport minor fix from official ADLMIDI | Vitaly Novichkov | |
Change setbuffer to setvbuf, fixing PR2 / issue 2. https://github.com/bisqwit/adlmidi/commit/2f3a6263b79b832efac1feda07cee07820dfc309 | |||
2018-12-04 | ADLMIDI2: MSVC Warning fixes | Wohlstand | |