aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-08-19Use new banks database formatWohlstand
However, it's stil need to clean-up and fix gen_adldata for a correct work!
2020-08-16Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-08-16Tuned the work on hardware OPL3 chipWohlstand
#230
2020-02-22Merge branch 'master' into wip-new-embedded-banksWohlstand
2020-01-28Added MUS2MID conversion toolWohlstand
2019-12-06CMake: Added docks installingWohlstand
2019-12-04Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-12-04CMake: Don't give "-static" suffix on non-Windows platformsWohlstand
2019-12-04CMake: Allow overriding of output pathsWohlstand
2019-12-04Merge branch 'master' into wip-new-embedded-banksWohlstand
2019-12-04CMake: Added SO versionWohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23MidiPlay: Move Audio Output into separate moduleWohlstand
2019-09-23Don't call "-no-pie" when it's unavailableWohlstand
2019-09-23Set "-no-pie" to all executables built by GCCWohlstand
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
2019-09-23Don't generate "libADLMIDI.a"/"ADLMIDI.lib" twiseVitaly Novichkov
...when a building of both shared and static libraries is enabled
2019-07-01First working of new databaseVitaly Novichkov
// not so stable, needs a polishing, however, multibank from embedded 72'th bank (DMXOPL3) works!
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