gzdoom-gles/libraries
Christoph Oelckers 849bfb69b1 - 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-07 18:07:13 +01:00
..
adlmidi - cleaned POSIX compiler arguments for libraries 2020-01-05 21:08:01 +01:00
asmjit - moved third party library projects to a subfolder to reduce size of the root. 2020-01-04 21:30:08 +01:00
bzip2 - cleaned POSIX compiler arguments for libraries 2020-01-05 21:08:01 +01:00
dumb - applied fast math flags to C and C++ files 2020-01-05 21:07:36 +01:00
game-music-emu - applied fast math flags to C and C++ files 2020-01-05 21:07:36 +01:00
gdtoa - moved third party library projects to a subfolder to reduce size of the root. 2020-01-04 21:30:08 +01:00
jpeg - moved third party library projects to a subfolder to reduce size of the root. 2020-01-04 21:30:08 +01:00
lzma - cleaned POSIX compiler arguments for libraries 2020-01-05 21:08:01 +01:00
music_common - blocked the destructor in the sound font reader base class. 2020-01-07 18:07:13 +01:00
oplsynth - Moved all music related synchronization to the top level 2020-01-06 01:30:45 +01:00
opnmidi - cleaned POSIX compiler arguments for libraries 2020-01-05 21:08:01 +01:00
timidity - blocked the destructor in the sound font reader base class. 2020-01-07 18:07:13 +01:00
timidityplus - blocked the destructor in the sound font reader base class. 2020-01-07 18:07:13 +01:00
wildmidi - blocked the destructor in the sound font reader base class. 2020-01-07 18:07:13 +01:00
zlib - moved third party library projects to a subfolder to reduce size of the root. 2020-01-04 21:30:08 +01:00
zmusic - fixed crash during enumeration of MIDI devices 2020-01-07 18:04:30 +01:00