/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3767 by schoenebeck, Mon Apr 6 09:46:52 2020 UTC revision 3768 by schoenebeck, Fri May 15 19:52:31 2020 UTC
# Line 3  Version SVN trunk (?) Line 3  Version SVN trunk (?)
3    * general changes:    * general changes:
4      - Fixed compiler error in Pool.h.      - Fixed compiler error in Pool.h.
5      - Require C++14 compiler support.      - Require C++14 compiler support.
6        - Require C11 compliant compiler.
7      - Autoconf: Added m4/ax_cxx_compile_stdcxx.m4 macro which is used      - Autoconf: Added m4/ax_cxx_compile_stdcxx.m4 macro which is used
8        for checking in configure for C++14 support (as mandatory        for checking in configure for C++14 support (as mandatory
9        requirement) and automatically adds compiler argument if required        requirement) and automatically adds compiler argument if required
# Line 64  Version SVN trunk (?) Line 65  Version SVN trunk (?)
65        available, because it can lead to deadlocks.        available, because it can lead to deadlocks.
66      - Mutex class: Implemented optional bug detection and deadlock debugging      - Mutex class: Implemented optional bug detection and deadlock debugging
67        features.        features.
68        - Ref<> class is now thread safe (as lock-free and wait-free
69          implementation).
70    
71    * Real-time instrument scripts:    * Real-time instrument scripts:
72      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to

Legend:
Removed from v.3767  
changed lines
  Added in v.3768

  ViewVC Help
Powered by ViewVC