summaryrefslogtreecommitdiffstats
path: root/src/PluginAlgorithm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make filename more consistentWillem Jan Palenstijn2018-08-281-35/+0
|
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-366/+1
|
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-7/+7
| | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
* Avoid unnecessary include in headerWillem Jan Palenstijn2015-12-021-1/+5
|
* Ensure we have acquired the GIL before calling Python plugin 'run' methodDaniel M. Pelt2015-08-101-3/+8
|
* Fix get_help for classes without docstringDaniel M. Pelt2015-08-051-5/+7
|
* Fix 'get_registered' in Matlab with Python 3Daniel M. Pelt2015-07-231-5/+18
|
* Clear Python error when plugin is not find in getHelpDaniel M. Pelt2015-07-231-0/+1
|
* Normalize Python exceptions (needed for some)Daniel M. Pelt2015-07-231-0/+1
|
* Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt2015-07-231-19/+76
| | | | when running in Matlab
* Always log Python errors when importing/creating pluginsDaniel M. Pelt2015-07-231-4/+8
|
* Also log Python errors when importing and creating Python pluginsDaniel M. Pelt2015-07-231-0/+48
|
* Fix numpy lapack loading when running in MatlabDaniel M. Pelt2015-07-231-0/+29
|
* Remove config text file loading for pluginsDaniel M. Pelt2015-07-231-67/+5
|
* Log error when running Python plugin algorithmDaniel M. Pelt2015-07-231-1/+1
|
* Fix config to dict translation for array optionsDaniel M. Pelt2015-07-231-1/+6
|
* Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-0/+294