aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-02-25CMake: Added Opal and JavaOPL flags into summaryWohlstand
2019-02-24javaopl3 work in progressJP Cimalando
2019-02-23Opal OPL3 emulator is licensed under public domainVitaly 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-23support the Opal emulatorJP Cimalando
2019-02-22Rhythm-mode percussion now works!Vitaly Novichkov
2019-02-22Fixed support of any CLang builds,Vitaly Novichkov
not only Android
2019-02-20Fixed release build flags for AndroidVitaly Novichkov
2019-01-24fix the SDL2 library searchJP 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-16Use target_* functionsFlamefire
2018-12-16Use alias instead of interfaceFlamefire
2018-12-15Set toplevel CMAKE_MODULE_PATHFlamefire
2018-12-15Remove explicit -DNDEBUGFlamefire
CMake does this better
2018-12-15Merge branch 'master' of github.com:Wohlstand/libADLMIDIVitaly Novichkov
# Conflicts: # utils/vlc_codec/CMakeLists.txt
2018-12-15CMake: Use C90 but C99 at VLC PluginVitaly Novichkov
2018-12-14CMake: Move all directory targets into root scriptWohlstand
2018-12-14Fixed DJGPP buildVitaly Novichkov
2018-12-13Improve compiler checksAlexander Grund
2018-12-13Optimize targets and related checksAlexander Grund
2018-12-13Fix compile definitionsAlexander Grund
No "-D" needed
2018-12-13Fix SDL2 handlingAlexander Grund
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-03Fixed OpenBSD buildWohlstand
2018-11-27Add C++98 standard noteVitaly Novichkov
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-22Provide pkg-config supportJP Cimalando
2018-10-19CMake: OopsVitaly Novichkov
2018-10-19CMake: Force static library build for VLC pluginVitaly 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-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-04improvement on the installation procedure based on CMakeJP Cimalando
Detect the standard installation paths of OS distributions. Install a version symlink for the shared library.
2018-09-29CMake: Add a proper install of VLC pluginVitaly Novichkov
2018-08-28sequencer: enable end silence skippingJP Cimalando
2018-07-31Fixed MSVC Build of shared libraryWohlstand
2018-07-31Exclude visibility options from off DJGPP buildVitaly Novichkov
2018-07-31Don't use `-fvisibility-inlines-hidden` expression for older CMakeVitaly Novichkov
2018-07-31Fix the visibility warning on C compilerVitaly Novichkov
2018-07-30Added missing macro for DLL buildVitaly 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-30hide private symbolsJP Cimalando
2018-07-09provide XMI to MID conversion as toolJP Cimalando
2018-06-24Correct intefrace of built libraryVitaly Novichkov
2018-06-24Small fix of VLC codecVitaly Novichkov
2018-06-21Move MIDI sequencer into completely separated classVitaly Novichkov
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer