gzdoom-gles/libraries
Christoph Oelckers fe0a6b00ce - blocked the destructor in the sound font reader base class.
If ZMusic is to act like an external library it may not call delete on external objects because there is no guarantee that they use the same allocator. Deletion must be done as a virtual function to ensure that the correct operator delete gets called, which, unlike the actual destructor is not virtual itself.
2020-01-01 16:11:39 +01:00
..
adlmidi - cleaned POSIX compiler arguments for libraries 2019-10-05 15:02:10 +03:00
asmjit Revert "AsmJit update" 2019-10-07 20:34:55 +02:00
bzip2 - cleaned POSIX compiler arguments for libraries 2019-10-05 15:02:10 +03:00
dumb - applied fast math flags to C and C++ files 2019-10-05 14:41:21 +03:00
game-music-emu - added declarations missing from update to GME 0.6.2 2019-10-18 10:22:35 +03:00
gdtoa - moved third party library projects to a subfolder to reduce size of the root. 2019-07-14 15:06:54 +02:00
glslang - applied fast math flags to C and C++ files 2019-10-05 14:41:21 +03:00
jpeg - moved third party library projects to a subfolder to reduce size of the root. 2019-07-14 15:06:54 +02:00
lzma - cleaned POSIX compiler arguments for libraries 2019-10-05 15:02:10 +03:00
music_common - blocked the destructor in the sound font reader base class. 2020-01-01 16:11:39 +01:00
oplsynth - Moved all music related synchronization to the top level 2019-10-15 00:49:40 +02:00
opnmidi - cleaned POSIX compiler arguments for libraries 2019-10-05 15:02:10 +03:00
timidity - blocked the destructor in the sound font reader base class. 2020-01-01 16:11:39 +01:00
timidityplus - blocked the destructor in the sound font reader base class. 2020-01-01 16:11:39 +01:00
wildmidi - blocked the destructor in the sound font reader base class. 2020-01-01 16:11:39 +01:00
zlib - moved third party library projects to a subfolder to reduce size of the root. 2019-07-14 15:06:54 +02:00
zmusic - apply the ZMusic mutex a bit more finely grained. 2019-10-20 16:16:40 +02:00