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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3551 by schoenebeck, Thu Aug 1 10:22:56 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:    * Real-time instrument scripts:
12      - Added method ScriptVM::setExitResultEnabled() which allows to      - Added method ScriptVM::setExitResultEnabled() which allows to
# Line 9  Version SVN trunk (?) Line 14  Version SVN trunk (?)
14        one function argument; the value of the passed exit() function        one function argument; the value of the passed exit() function
15        argument will then become available by calling        argument will then become available by calling
16        VMExecContext::exitResult() after script execution.        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 19  Version SVN trunk (?) Line 25  Version SVN trunk (?)
25        mutex type).        mutex type).
26      - Added test cases for NKSP core language aspects and core built-in      - Added test cases for NKSP core language aspects and core built-in
27        functions.        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.3551  
changed lines
  Added in v.3557

  ViewVC Help
Powered by ViewVC