--- linuxsampler/trunk/ChangeLog 2013/05/09 09:18:56 2451 +++ linuxsampler/trunk/ChangeLog 2013/10/19 07:52:33 2478 @@ -24,6 +24,16 @@ LDFLAGS="-Wl,--no-undefined" (#190) - fixed compilation with Clang 3.2 - removed usage of deprecated Automake variable INCLUDES + - fixed building with C++11 + - build fix: ChangeFlagRelaxed.h was missing in makefile + - build fix: libsndfile compiler flags were missing in some + makefiles + - fix for building with bison 3.0 (#202) + - Mac OS X: added temporary hack allowing to spawn gigedit as callback + on the process's main thread + - fixed build error on newer MinGW + - support building with older jack versions + - support building with spaces in vst sdk path * general changes: - Refactoring: moved the independent code from @@ -69,6 +79,10 @@ - Immediately apply scale tuning changes to active voices. - Exposed scale tuning to C++ API (along to the already existing standard SysEx way). + - lsatomic.h fixes: seq_cst load and store were suboptimal for x86 + and broken for ppc64. (Seq_cst loads and stores are actually not + used in LS, so the bug wasn't noticable.) + - lsatomic.h: added ARMv7 support * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -320,6 +334,7 @@ - JACK audio: jack_port_get_buffer() was cached and called outside RT context. - ASIO driver: removed compiler warnings + - CoreAudio: fixed minor error handling bug * LSCP server: - added support for sending MIDI CC messages via LSCP command