summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
| | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* New hook for python appsJiri Moskovcak2009-06-021-47/+25
| | | | - minor fixes in python analyzer
* fixed Python plugin stubJiri Moskovcak2009-04-231-1/+2
|
* Initial Python pluginZdenek Prikryl2009-04-211-0/+71