Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-12-03 | Fixed OpenBSD build | Wohlstand | |
2018-11-27 | Add C++98 standard note | Vitaly Novichkov | |
2018-11-20 | Merge pull request #192 from jpcima/std-structures | Vitaly Novichkov | |
Std structures | |||
2018-11-20 | Merge branch 'master' into std-structures | Vitaly Novichkov | |
2018-11-17 | Apply the same minor optimization for bender as for libOPNMIDI | Vitaly Novichkov | |
2018-11-10 | enable more debugging checks | JP Cimalando | |
2018-11-10 | support zero-alloc + fix | JP Cimalando | |
2018-11-10 | converted activenotes to generic list | JP Cimalando | |
2018-11-10 | linked list structure + users | JP Cimalando | |
2018-11-10 | Merge pull request #191 from jpcima/hmsm | Vitaly Novichkov | |
fix minute display on 1+ hour tracks | |||
2018-11-10 | fix minute display on 1+ hour tracks | JP Cimalando | |
2018-11-04 | Merge pull request #190 from jpcima/wopl-update | Vitaly Novichkov | |
update the WOPL library with fixes | |||
2018-11-04 | update the WOPL library with fixes | JP Cimalando | |
2018-11-01 | MIDI Sequencer: Fixed missing per-track titles | Vitaly Novichkov | |
Old code have allowed track titles be passed for only case debug message hook was set. Unfortunately, it's a mistake. Track titles collection must NOT depend on a debug message hook existing. | |||
2018-11-01 | MIDI Sequencer: Minor polishing | Vitaly Novichkov | |
2018-10-29 | Update README.md | JP Cimalando | |
2018-10-25 | Merge pull request #189 from jpcima/version-check | Vitaly Novichkov | |
cmake rule to fail the build on version mismatch | |||
2018-10-24 | cmake rule to fail the build on version mismatch | JP Cimalando | |
2018-10-23 | CMake: Don't produce pkg-config on Android | Vitaly Novichkov | |
2018-10-22 | Merge pull request #188 from jpcima/pkg-config | Vitaly Novichkov | |
Provide pkg-config support | |||
2018-10-22 | Provide pkg-config support | JP Cimalando | |
2018-10-19 | CMake: Oops | Vitaly Novichkov | |
2018-10-19 | CMake: Force static library build for VLC plugin | Vitaly Novichkov | |
2018-10-19 | AppVeyor: Push artifacts through script | Vitaly Novichkov | |
2018-10-19 | AppVeyor: Use silent mode of wget | Vitaly Novichkov | |
2018-10-19 | AppVeyor: Separate VLC plugin build | Vitaly Novichkov | |
2018-10-19 | AppVeyor: Fix the syntax errors | Vitaly Novichkov | |
2018-10-19 | AppVeyor: Try to build and deploy VLC plugin | Vitaly Novichkov | |
For MinGW-w64 toolchains only | |||
2018-10-18 | VLC: Prefer static library linking over shared | Vitaly Novichkov | |
2018-10-18 | VLC: Small fix of the findVLC on Windows | Wohlstand | |
2018-10-18 | Remove old useless files of OP3 experiments | Vitaly Novichkov | |
#185 | |||
2018-10-10 | MIDI Sequencer: remove old comments | Vitaly Novichkov | |
2018-10-10 | Added the exact license note into "fraction.hpp" file | Vitaly Novichkov | |
The license of this file is in Public Domain: https://bisqwit.iki.fi/src/index.html "... and orphan source code files are copyrighted public domain." | |||
2018-10-09 | pthread, not winpthread | Vitaly Novichkov | |
2018-10-09 | Don't hardcode "vlccore" library, use recognized name | Vitaly Novichkov | |
2018-10-09 | Link libgcc, libstdc++ and pthreads statically with DLL on Windows | Vitaly Novichkov | |
2018-10-09 | VLC Plugin: Link also pthreads on Windows | Vitaly Novichkov | |
2018-10-09 | VLC Plugin: Oops | Vitaly Novichkov | |
Fixed a nosense | |||
2018-10-09 | VLC Plugin: link libgcc and libstdc++ statically for a test | Vitaly Novichkov | |
2018-10-09 | Fixed a warning with disabled MIDI sequencer | Vitaly Novichkov | |