summaryrefslogtreecommitdiff
path: root/src/PluginAlgorithm.cpp
AgeCommit message (Expand)Author
2016-01-05Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn
2015-12-02Avoid unnecessary include in headerWillem Jan Palenstijn
2015-08-10Ensure we have acquired the GIL before calling Python plugin 'run' methodDaniel M. Pelt
2015-08-05Fix get_help for classes without docstringDaniel M. Pelt
2015-07-23Fix 'get_registered' in Matlab with Python 3Daniel M. Pelt
2015-07-23Clear Python error when plugin is not find in getHelpDaniel M. Pelt
2015-07-23Normalize Python exceptions (needed for some)Daniel M. Pelt
2015-07-23Allow registering plugins without explicit name, and fix exception handling w...Daniel M. Pelt
2015-07-23Always log Python errors when importing/creating pluginsDaniel M. Pelt
2015-07-23Also log Python errors when importing and creating Python pluginsDaniel M. Pelt
2015-07-23Fix numpy lapack loading when running in MatlabDaniel M. Pelt
2015-07-23Remove config text file loading for pluginsDaniel M. Pelt
2015-07-23Log error when running Python plugin algorithmDaniel M. Pelt
2015-07-23Fix config to dict translation for array optionsDaniel M. Pelt
2015-07-23Add support for Python algorithm pluginsDaniel M. Pelt