fix crash during first-run configuration of the application, caused by using an incom...
[ardour.git] / libs / fst /
2018-10-15 Paul Davisremove use of hardcoded -fPIC compiler flag, and use...
2018-06-04 Paul Davisremove aeffectx.h; use vestige.h
2017-12-02 John EmmasA couple of minor changes when #including <utime.h>
2017-11-29 Robin GareusFix Windows builds (amend a3ec16)
2017-07-08 Robin GareusDon't use VST ->user points, prefer host-reserved ptr
2017-03-08 Robin GareusPrepare moving to a dedicated x-thread signal for VST...
2017-03-06 Robin GareusRework VST initialization:
2016-11-29 David Carliermoving POSIX_VISIBLE to the waf script part
2016-11-29 David CarlierMaking buildable under OpenBSD.
2016-11-17 Robin Gareustry VST2.4's VSTPluginMain first
2016-11-15 Robin Gareusconsolidate VSTState functions
2016-11-15 Robin Gareusreally fix windows compilation.
2016-11-15 Robin Gareusamend 5dc24971009 ...get the windows version to compile.
2016-11-15 Robin Gareusrework 8e3b6c9ac (fstwin is C code, not C++)
2016-11-15 Robin Gareusfix another typo (f30fbcaaf)
2016-11-14 Robin GareusFix VST state-lock SNAFU (effSetChunk and process are...
2016-11-14 Robin Gareusconsolidate VSTState initialization
2016-11-13 Robin GareusMac VST-2.x support
2016-10-04 Michael BeerMake some functions which are needed for native VST...
2016-08-28 John EmmasFix a crash when toggling back and forth between a...
2015-12-17 Robin Gareusmore hot wine.
2015-08-12 Tim MayberryFix for crash when loading DrumGizmo VST editor on...
2015-04-27 Robin Gareuscase insensitive VST plugin file extension - fixes...
2015-04-26 Robin GareusRevert "case insensitive ".dll" for VST plugins - fixes...
2015-04-26 Robin Gareuscase insensitive ".dll" for VST plugins - fixes #6285
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-02-14 Robin Gareushide terminal window for windows vst scanner
2015-01-17 Robin Gareuswaf: fix concurrency issue with duplicate targets
2015-01-08 Robin Gareusremove hardcoded major version in build scripts
2015-01-05 Robin Gareusprepare for 'ardour4'
2014-12-28 Robin Gareususe ldflags for wine linking
2014-12-28 Robin Gareusfix [rare] concurrent build issue:
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-13 Robin Gareusinstall all additional binaries in $libdir
2014-11-04 John EmmasWhen building with MSVC, guard a declaration of 'strdup...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-05 Robin Gareus64bit windows VSTs
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-17 Robin Gareusvst-scanner app: properly init and use libpbd's Transmitter
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-29 Paul Davisfinish unfinished work at basing all install paths...
2014-04-17 Robin Gareusfix VST GUI swallowing for windows
2014-04-14 Robin Gareusremove code intended for use with basename(), fix memor...
2014-04-14 Robin Gareusclean up 6cc2812f2e8 (interim vst fixes)
2014-04-14 Robin Gareusdespite what MSVC thinks, C is not C++.
2014-04-11 unknownanother stab at a working vst on windows
2014-04-11 unknownmore vst tweaks
2014-04-11 unknowninterim vst fixes
2014-04-11 Robin Gareusamend previous commit, remove cruft, no more extern...
2014-04-11 Robin Gareusexport fst functions (for MSVC)
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-18 Robin Gareusfix potential uninitialized object pointer.
2014-03-10 Paul Davisfix up waf build in wake of search path changes earlier...
2014-03-04 Robin Gareussome more mingw x-compile fixes
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-02-25 Robin Gareusupdate external VST scanner app
2014-02-25 Robin Gareusprepare standalone VST scanner tool.. part one
2014-02-23 Robin Gareusconsolidate lxVST & winVST file-info code into libardour
2014-02-22 Robin Gareusfix minimum VST GUI window size (gtk padding)
2014-02-22 Robin Gareusresolve gtk + VST threading issues
2014-02-22 Robin GareusNOOP, whitespace change only
2014-02-22 Robin Gareusfirst part of merging windows and wine VST
2014-02-22 Robin Gareusadd support for VST>=2.4
2013-02-19 Robin Gareusdisable unused windows-vst / ALSA-MIDI code
2013-01-06 Robin Gareusfix windows-VST/ALSA combination
2013-01-04 Robin Gareusmerge Marcel Bonnet's patches for Free-BSD
2011-11-23 Carl HetheringtonRemove VST current_program variable, since that stuff is
2011-11-23 Carl HetheringtonMerge some linux/windows VST GUI code.
2011-11-22 Carl HetheringtonRemove unused define.
2011-11-22 Carl HetheringtonShare main VSTFX / FST struct between windows / linux...
2011-11-22 Carl HetheringtonRemove unused file.
2011-11-22 Carl HetheringtonShare VSTHandle and VSTInfo between windows/linux VSTs.
2011-11-22 Carl HetheringtonUse same aeffectx.h for windows and linux VSTs.
2011-11-22 Carl HetheringtonFix Windows VST compile.
2011-11-22 Carl HetheringtonRemove VESTIGE_HEADER stuff since we will always use it.
2011-11-21 Carl HetheringtonMake the windows VST callback use int32_t rather than...
2011-11-21 Carl HetheringtonShare VSTKey struct beween linux and windows VST.
2010-12-30 Paul Davisfix C99 compliance issue for winegcc
2010-12-30 Carl HetheringtonGruesome-in-the-extreme VST hacks to attempt to allow...
2010-12-29 Carl HetheringtonClean up VST plugin key handling slightly.
2010-12-29 Carl HetheringtonExtremely hacky but somewhat functional passing of...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonMove RDF-based preset stuff into LadspaPlugin, to make...
2009-12-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-04-16 Paul DavisFST code from 2.X branch
2009-02-27 Paul Davisvestige-based VST support, back-ported from 2.0-ongoing
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-26 Paul Davisfix error in last commit with VST entry function type...
2007-02-26 Paul Davisfix compiler complaints about RCU code; fix a couple...
2007-02-06 Paul Davisfix misdesign of VST GUI thread
next