log vamp-sdk/hostext/PluginLoader.cpp @ 162:8c8854a78dcd

age author description
2008-07-07 cannam * Revert pragmas and RTLD_GLOBAL -- we think we can fix the underlying
2008-06-19 cannam * Load plugins with RTLD_GLOBAL -- otherwise Vampy plugins will be unable to
2008-03-19 cannam * DT_REG really isn't as common as I'd thought, and we don't really care
2008-03-11 cannam * patch from Tim Blechmann for gcc-4.3 compile
2007-12-03 cannam * Add a static wrapper object to wrap the static instance pointer, so that
2007-11-18 cannam * Apply (slightly tweaked) DT_UNKNOWN patch from Alexis Ballier <aballier@gentoo.org>
2007-11-02 cannam * Add Mark L's PluginBufferingAdapter
2007-08-23 cannam * doc updates vamp-plugin-sdk-v1.1
2007-06-07 cannam * doc updates
2007-06-06 cannam * Make library name case-insensitive in PluginLoader
2007-06-06 cannam * make PluginLoader quicker to load a single named plugin (don't always
2007-06-06 cannam * update copyrights
2007-06-06 cannam * Switch PluginLoader to an m_impl structure to make it generally nicer
2007-06-01 cannam * Merge from host-factory-stuff branch: this adds several helper classes in