/[svn]
ViewVC logotype

Revision 3290


Jump to revision: Previous Next
Author: schoenebeck
Date: Fri Jun 23 12:24:58 2017 UTC (6 years, 9 months ago)
Changed paths: 13
Log Message:
* Revised fundamental C++ classes "Thread", "Mutex" and
  "Condition" which fixes potential undefined behavior
  (note: this addresses mainly the POSIX implementation,
   Win32 is untested yet and would also need an update).
* Bumped version (2.0.0.svn64).


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/configure.ac modified , text changed
Directorylinuxsampler/trunk/src/common/Condition.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Condition.h modified , text changed
Directorylinuxsampler/trunk/src/common/Mutex.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Mutex.h modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/Thread.h modified , text changed
Directorylinuxsampler/trunk/src/db/InstrumentsDb.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDeviceCoreAudio.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/InstrumentManagerThread.cpp modified , text changed
Directorylinuxsampler/trunk/src/plugins/InstrumentEditor.cpp modified , text changed
Directorylinuxsampler/trunk/src/shell/KeyboardReader.cpp modified , text changed

  ViewVC Help
Powered by ViewVC