fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / vst_info_file.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-04 Robin Gareusnamespace fix.
2015-10-04 Robin Gareusreplace std::ifstream with g_fopen for portability
2015-10-04 John EmmasChange a few instances of 'stat()' to use 'g_stat(...
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-08-03 Robin Gareusclose file before unlink
2015-08-03 Robin Gareustranslatable VST error/info messages
2015-08-03 Tim MayberryFix typo in 8c45d4 preventing compile
2015-08-02 Robin GareusVST cache rework (part one)
2015-07-24 Robin GareusVST info: use g_fopen() for Windows compat.
2015-07-16 Ben Loftismerge fix
2015-07-10 Robin Gareusseparate VST blacklist for 32/64bit
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-03-03 Robin Gareusrecursive VST scans
2014-12-10 Paul DavisMerge branch 'nofilemanager'
2014-12-10 Paul DavisRevert "fix some cast warnings"
2014-12-10 Paul Davisfix some cast warnings
2014-12-10 Paul Davisfix some cast warnings
2014-10-20 Robin Gareusadd support for VST plugins without any parameters
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-11 Robin Gareusfix scanning of VST shell plugins
2014-10-05 Robin Gareus64bit windows VSTs
2014-10-05 Robin Gareusfix VST user cache typo: info/blacklist
2014-10-04 Robin Gareususe single newline char in VST info files.
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-29 Robin Gareusfix typo in vst doc.
2014-05-28 Robin GareusVST: fix name detection if effGetEffectName is N/A...
2014-05-27 Robin GareusVST: properly query name from plugin
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-12 Robin Gareusremove unnecessary include
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-14 Robin Gareuscomment libardour functions that are not used in extern...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-09 Robin Gareus[VST] scan timeout display and per plugin timeout override.
2014-03-09 Robin Gareusprepare configurable VST scan timeout
2014-03-08 Robin Gareusfix reading VST shell-plugin .fsi cache
2014-03-08 Robin GareusVST? yes, we can do.
2014-03-08 Robin Gareusfix double-free() when scanning VST shell plugins
2014-03-08 Robin GareusVST scanner: fix Ardour type IDs
2014-03-05 Robin Gareusno dot prefix for VST cache files on windows.
2014-03-05 Robin Gareusmove vst detection code into ARDOUR namespace
2014-03-05 Robin Gareusclean up and document VST scanner src, add error loggin...
2014-03-03 Robin Gareusdetect VST midi-in/midi-out ports separately.
2014-02-28 Robin Gareusbreak out ARDOUR::PluginType
2014-02-26 Robin Gareusproperly handle VST scan/discover cancellation.
2014-02-26 Robin Gareusfix typos
2014-02-25 Robin Gareusscan VSTs in background, allow to cancel & timeout
2014-02-25 Robin Gareusglobal static path to plugin scanner app.
2014-02-25 Robin GareusVST scanner tool.. part two
2014-02-25 Robin Gareusprepare standalone VST scanner tool.. part one
2014-02-24 Robin Gareusfix some code typos (compiler warnings)
2014-02-24 Robin Gareusimplement VST blacklisting
2014-02-24 Robin Gareuspreparations for VST blacklist (paths)
2014-02-24 Robin Gareusplugin scan progress-display & preferences
2014-02-24 Robin Gareusfix VST shell-scanner (double free), support for VST2.4
2014-02-23 Robin Gareusremaining bits for VST-shell plugin support ..and more...
2014-02-23 Robin Gareuspreparations for VST Shell plugins (mostly mixbus code...
2014-02-23 Robin Gareusconsolidate lxVST & winVST file-info code into libardour