Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | Remove C++ extras | Wohlstand | |
All C++ binded features are useless since C-binded real-time MIDI API can completely replace them at all. This was a workaround for ADLMIDI2 tool. | |||
2020-08-19 | Use new banks database format | Wohlstand | |
However, it's stil need to clean-up and fix gen_adldata for a correct work! | |||
2020-08-16 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-08-16 | Tuned the work on hardware OPL3 chip | Wohlstand | |
#230 | |||
2020-02-22 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2020-01-28 | Added MUS2MID conversion tool | Wohlstand | |
2019-12-06 | CMake: Added docks installing | Wohlstand | |
2019-12-04 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-04 | CMake: Don't give "-static" suffix on non-Windows platforms | Wohlstand | |
2019-12-04 | CMake: Allow overriding of output paths | Wohlstand | |
2019-12-04 | Merge branch 'master' into wip-new-embedded-banks | Wohlstand | |
2019-12-04 | CMake: Added SO version | Wohlstand | |
2019-09-23 | MidiPlay: Move Audio Output into separate module | Wohlstand | |
2019-09-23 | MidiPlay: Move Audio Output into separate module | Wohlstand | |
2019-09-23 | Don't call "-no-pie" when it's unavailable | Wohlstand | |
2019-09-23 | Set "-no-pie" to all executables built by GCC | Wohlstand | |
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable | |||
2019-09-23 | Don't generate "libADLMIDI.a"/"ADLMIDI.lib" twise | Vitaly Novichkov | |
...when a building of both shared and static libraries is enabled | |||
2019-07-01 | First working of new database | Vitaly Novichkov | |
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works! | |||
2019-02-25 | CMake: Added Opal and JavaOPL flags into summary | Wohlstand | |
2019-02-24 | javaopl3 work in progress | JP Cimalando | |
2019-02-23 | Opal OPL3 emulator is licensed under public domain | Vitaly Novichkov | |
I have got a confirmation letter from Reality team who is a creator of Opal emulator where was clarified that all example codes in the RAD are public domain. | |||
2019-02-23 | support the Opal emulator | JP Cimalando | |
2019-02-22 | Rhythm-mode percussion now works! | Vitaly Novichkov | |
2019-02-22 | Fixed support of any CLang builds, | Vitaly Novichkov | |
not only Android | |||
2019-02-20 | Fixed release build flags for Android | Vitaly Novichkov | |
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 | |||
2018-12-16 | Use target_* functions | Flamefire | |
2018-12-16 | Use alias instead of interface | Flamefire | |
2018-12-15 | Set toplevel CMAKE_MODULE_PATH | Flamefire | |
2018-12-15 | Remove explicit -DNDEBUG | Flamefire | |
CMake does this better | |||
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 | Fixed DJGPP build | Vitaly Novichkov | |
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 | 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-03 | Fixed OpenBSD build | Wohlstand | |
2018-11-27 | Add C++98 standard note | Vitaly Novichkov | |
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 | 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: 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-09 | pthread, not winpthread | Vitaly Novichkov | |