--- linuxsampler/trunk/ChangeLog 2019/08/06 13:18:59 3552 +++ linuxsampler/trunk/ChangeLog 2019/08/18 00:06:04 3557 @@ -2,6 +2,11 @@ * general changes: - Fixed compiler error in Pool.h. + - Require C++11 compiler support. + - Autoconf: Added m4/ax_cxx_compile_stdcxx.m4 macro which is used + for checking in configure for C++11 support (as mandatory + requirement) and automatically adds compiler argument if required + (e.g. -std=C++11). * Real-time instrument scripts: - Added method ScriptVM::setExitResultEnabled() which allows to @@ -9,6 +14,7 @@ one function argument; the value of the passed exit() function argument will then become available by calling VMExecContext::exitResult() after script execution. + - 64 bit support for NKSP integer scripts variables (declare $foo). * test cases: - Fixed compiler errors in test cases.