Lukas W
422fbbc8d3
Merge branch 'master' into cmake_dist
...
# Conflicts:
# include/ConfigManager.h
# include/Engine.h
# plugins/CMakeLists.txt
# plugins/vst_base/CMakeLists.txt
# plugins/vst_base/Win64/CMakeLists.txt
# src/core/Engine.cpp
2015-05-30 22:59:06 +02:00
Tres Finocchiaro
d14f4511b2
Remove compiler optimizations for mingw, bump version
...
Fixes #1757
2015-03-07 21:47:14 -05:00
Lukas W
2a0c08afa2
Fix windows build
2015-01-29 16:37:10 +01:00
Tobias Doerffel
e0779fa6f8
VstBase: include 32 bit version of libwinpthread DLL for RemoteVstPlugin32
...
This is required with latest mingw-x-runtime packages.
2014-07-09 23:00:44 +02:00
Markus Elfring
95b0a4305e
Bug #175 : Completed quoting for parameters of some CMake commands
...
A Wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes .
Quoting was added so that more places should also handle file names correctly
which contain space characters eventually.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net >
2014-02-01 15:20:27 +01:00
Tobias Doerffel
ef68156c71
RemoteVstPlugin: compile with -O3 as otherwise incorrect code is generated
...
There seems to be a bug in current MinGW GCC which leads to incorrect
code (crash for no obvious reason) in RemoteVstPlugin process.
2012-12-02 22:09:06 +01:00
Tobias Doerffel
63c1928f57
LVSL: fixed Win32 and Win64 build
...
Some minor tweaks were neccessary in order to properly build the updated
LVSL on Win32 and Win64.
2011-10-24 23:50:38 +02:00
Tobias Doerffel
65a0313807
Merge branch 'win64-vst'
...
* win64-vst:
VST support layer: fixed non-working 64 bit VST plugins
VST support layer: added 32 bit VST plugin support for Win64
Win64Toolchain: added 32 bit compiler configuration
ZynAddSubFX: use new RemotePlugin::init() method
RemotePlugin: added support for running remote process multiple times
(cherry picked from commit 65c073ec63 )
2010-12-26 11:25:54 +01:00