GZDoom's music system as a standalone library
Find a file
alexey.lysiuk b9d22fb358 - do not expose module_progdir variable
If the same global variable is used by executable that linked to ZMusic dynamic library, both definitions may clash
For example, Linux builds of GZDoom and Raze could crash on exit because of double free, std::string destructor was called twice on the same module_progdir variable
2020-02-23 12:25:52 +02:00
.github/workflows - update continuous integration workflow 2020-01-07 13:17:42 +02:00
cmake - added basic CMake module for ZMusic 2020-01-04 17:24:28 +02:00
include - the last bit of needed exports for GZDoom. 2020-02-08 14:23:29 +01:00
licenses - added license overview. 2020-02-08 11:30:24 +01:00
samples/list_midi_devices - extended list MIDI devices sample 2020-01-07 13:15:24 +02:00
source - do not expose module_progdir variable 2020-02-23 12:25:52 +02:00
thirdparty - added ability to build static libraries 2020-02-09 12:30:29 +02:00
.gitignore - initial commit 2020-01-02 17:52:30 +01:00
CMakeLists.txt - removed unused CMake option 2020-02-09 15:35:16 +02:00