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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3550 by schoenebeck, Thu Aug 1 09:56:27 2019 UTC revision 3557 by schoenebeck, Sun Aug 18 00:06:04 2019 UTC
# Line 2  Version SVN trunk (?) Line 2  Version SVN trunk (?)
2    
3    * general changes:    * general changes:
4      - Fixed compiler error in Pool.h.      - Fixed compiler error in Pool.h.
5        - Require C++11 compiler support.
6        - Autoconf: Added m4/ax_cxx_compile_stdcxx.m4 macro which is used
7          for checking in configure for C++11 support (as mandatory
8          requirement) and automatically adds compiler argument if required
9          (e.g. -std=C++11).
10    
11      * Real-time instrument scripts:
12        - Added method ScriptVM::setExitResultEnabled() which allows to
13          explicitly enable the built-in exit() function to optionally accept
14          one function argument; the value of the passed exit() function
15          argument will then become available by calling
16          VMExecContext::exitResult() after script execution.
17        - 64 bit support for NKSP integer scripts variables (declare $foo).
18    
19    * test cases:    * test cases:
20      - Fixed compiler errors in test cases.      - Fixed compiler errors in test cases.
# Line 10  Version SVN trunk (?) Line 23  Version SVN trunk (?)
23        MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest        MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest
24        expected behaviour of the Mutex class implementation (recursive        expected behaviour of the Mutex class implementation (recursive
25        mutex type).        mutex type).
26        - Added test cases for NKSP core language aspects and core built-in
27          functions.
28        - Fixed thread tests segfaulting on Linux.
29    
30  Version 2.1.1 (27 Jul 2019)  Version 2.1.1 (27 Jul 2019)
31    

Legend:
Removed from v.3550  
changed lines
  Added in v.3557

  ViewVC Help
Powered by ViewVC