/[svn]
ViewVC logotype

Revision 3557


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun Aug 18 00:06:04 2019 UTC (4 years, 8 months ago)
Changed paths: 34
Log Message:
* NKSP: Introducing 64 bit support for NKSP integer scripts
  variables (declare $foo).
* 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).
* Bumped version (2.1.1.svn3).


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/configure.ac modified , text changed
Directorylinuxsampler/trunk/m4/ax_cxx_compile_stdcxx.m4 added
Directorylinuxsampler/trunk/src/common/ArrayList.h modified , text changed
Directorylinuxsampler/trunk/src/common/ConstCapacityArray.h modified , text changed
Directorylinuxsampler/trunk/src/common/Pool.h modified , text changed
Directorylinuxsampler/trunk/src/engines/AbstractEngineChannel.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/AbstractEngineChannel.h modified , text changed
Directorylinuxsampler/trunk/src/engines/EngineChannelBase.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/InstrumentScriptVM.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/common/InstrumentScriptVM.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/InstrumentScriptVMDynVars.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/common/InstrumentScriptVMDynVars.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/InstrumentScriptVMFunctions.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/common/InstrumentScriptVMFunctions.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/Note.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/InstrumentScriptVM.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/InstrumentScriptVM.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/InstrumentScriptVMFunctions.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/InstrumentScriptVMFunctions.h modified , text changed
Directorylinuxsampler/trunk/src/engines/sfz/InstrumentScriptVM.h modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/CoreVMDynVars.cpp modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/CoreVMDynVars.h 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/parser.y modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/parser_shared.h modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/scanner.l modified , text changed
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

  ViewVC Help
Powered by ViewVC