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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3552 by schoenebeck, Tue Aug 6 13:18:59 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.

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

  ViewVC Help
Powered by ViewVC