/[svn]
ViewVC logotype

Revision 3551


Jump to revision: Previous Next
Author: schoenebeck
Date: Thu Aug 1 10:22:56 2019 UTC (4 years, 8 months ago)
Changed paths: 14
Log Message:
* Added test cases for NKSP core language aspects and core built-in
  functions.
* NKSP: Added method ScriptVM::setExitResultEnabled() which allows
  to explicitly enable the built-in exit() function to optionally
  accept one function argument; the value of the passed exit()
  function argument will then become available by calling
  VMExecContext::exitResult() after script execution.
* Bumped version (2.1.1.svn2).


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/configure.ac modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/CoreVMFunctions.cpp modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/CoreVMFunctions.h modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/ScriptVM.cpp modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/ScriptVM.h modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/common.h modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/tests/ added
Directorylinuxsampler/trunk/src/scriptvm/tests/NKSPTest.cpp added
Directorylinuxsampler/trunk/src/scriptvm/tree.cpp modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/tree.h modified , text changed
Directorylinuxsampler/trunk/src/testcases/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/testcases/NKSPTest.cpp added
Directorylinuxsampler/trunk/src/testcases/NKSPTest.h added

  ViewVC Help
Powered by ViewVC