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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3537 by schoenebeck, Sat Jul 27 11:18:17 2019 UTC revision 3552 by schoenebeck, Tue Aug 6 13:18:59 2019 UTC
# Line 1  Line 1 
1    Version SVN trunk (?)
2    
3      * general changes:
4        - Fixed compiler error in Pool.h.
5    
6      * Real-time instrument scripts:
7        - Added method ScriptVM::setExitResultEnabled() which allows to
8          explicitly enable the built-in exit() function to optionally accept
9          one function argument; the value of the passed exit() function
10          argument will then become available by calling
11          VMExecContext::exitResult() after script execution.
12    
13      * test cases:
14        - Fixed compiler errors in test cases.
15        - Updated README for how to compile & run test cases.
16        - Updated test case
17          MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest
18          expected behaviour of the Mutex class implementation (recursive
19          mutex type).
20        - Added test cases for NKSP core language aspects and core built-in
21          functions.
22        - Fixed thread tests segfaulting on Linux.
23    
24  Version 2.1.1 (27 Jul 2019)  Version 2.1.1 (27 Jul 2019)
25    
26    * Real-time instrument scripts:    * Real-time instrument scripts:

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

  ViewVC Help
Powered by ViewVC