Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-04 | improvement on the installation procedure based on CMake | JP Cimalando | |
Detect the standard installation paths of OS distributions. Install a version symlink for the shared library. | |||
2018-09-29 | CMake: Add a proper install of VLC plugin | Vitaly Novichkov | |
2018-08-28 | sequencer: enable end silence skipping | JP Cimalando | |
2018-07-31 | Fixed MSVC Build of shared library | Wohlstand | |
2018-07-31 | Exclude visibility options from off DJGPP build | Vitaly Novichkov | |
2018-07-31 | Don't use `-fvisibility-inlines-hidden` expression for older CMake | Vitaly Novichkov | |
2018-07-31 | Fix the visibility warning on C compiler | Vitaly Novichkov | |
2018-07-30 | Added missing macro for DLL build | Vitaly Novichkov | |
The macro `ADLMIDI_BUILD_DLL` tells to use the `dllexport` attribute for public symbols. It's required, otherwise, symbol will not be available. | |||
2018-07-30 | hide private symbols | JP Cimalando | |
2018-07-09 | provide XMI to MID conversion as tool | JP Cimalando | |
2018-06-24 | Correct intefrace of built library | Vitaly Novichkov | |
2018-06-24 | Small fix of VLC codec | Vitaly Novichkov | |