aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-12-03Fixed OpenBSD buildWohlstand
2018-11-27Add C++98 standard noteVitaly Novichkov
2018-11-20Merge pull request #192 from jpcima/std-structuresVitaly Novichkov
Std structures
2018-11-20Merge branch 'master' into std-structuresVitaly Novichkov
2018-11-17Apply the same minor optimization for bender as for libOPNMIDIVitaly Novichkov
2018-11-10enable more debugging checksJP Cimalando
2018-11-10support zero-alloc + fixJP Cimalando
2018-11-10converted activenotes to generic listJP Cimalando
2018-11-10linked list structure + usersJP Cimalando
2018-11-10Merge pull request #191 from jpcima/hmsmVitaly Novichkov
fix minute display on 1+ hour tracks
2018-11-10fix minute display on 1+ hour tracksJP Cimalando
2018-11-04Merge pull request #190 from jpcima/wopl-updateVitaly Novichkov
update the WOPL library with fixes
2018-11-04update the WOPL library with fixesJP Cimalando
2018-11-01MIDI Sequencer: Fixed missing per-track titlesVitaly 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-01MIDI Sequencer: Minor polishingVitaly Novichkov
2018-10-29Update README.mdJP Cimalando
2018-10-25Merge pull request #189 from jpcima/version-checkVitaly Novichkov
cmake rule to fail the build on version mismatch
2018-10-24cmake rule to fail the build on version mismatchJP Cimalando
2018-10-23CMake: Don't produce pkg-config on AndroidVitaly Novichkov
2018-10-22Merge pull request #188 from jpcima/pkg-configVitaly Novichkov
Provide pkg-config support
2018-10-22Provide pkg-config supportJP Cimalando
2018-10-19CMake: OopsVitaly Novichkov
2018-10-19CMake: Force static library build for VLC pluginVitaly Novichkov
2018-10-19AppVeyor: Push artifacts through scriptVitaly Novichkov
2018-10-19AppVeyor: Use silent mode of wgetVitaly Novichkov
2018-10-19AppVeyor: Separate VLC plugin buildVitaly Novichkov
2018-10-19AppVeyor: Fix the syntax errorsVitaly Novichkov
2018-10-19AppVeyor: Try to build and deploy VLC pluginVitaly Novichkov
For MinGW-w64 toolchains only
2018-10-18VLC: Prefer static library linking over sharedVitaly Novichkov
2018-10-18VLC: Small fix of the findVLC on WindowsWohlstand
2018-10-18Remove old useless files of OP3 experimentsVitaly Novichkov
#185
2018-10-10MIDI Sequencer: remove old commentsVitaly Novichkov
2018-10-10Added the exact license note into "fraction.hpp" fileVitaly 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-09pthread, not winpthreadVitaly Novichkov
2018-10-09Don't hardcode "vlccore" library, use recognized nameVitaly Novichkov
2018-10-09Link libgcc, libstdc++ and pthreads statically with DLL on WindowsVitaly Novichkov
2018-10-09VLC Plugin: Link also pthreads on WindowsVitaly Novichkov
2018-10-09VLC Plugin: OopsVitaly Novichkov
Fixed a nosense
2018-10-09VLC Plugin: link libgcc and libstdc++ statically for a testVitaly Novichkov
2018-10-09Fixed a warning with disabled MIDI sequencerVitaly Novichkov