summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.h
Commit message (Collapse)AuthorAgeFilesLines
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* const string& -> const char* conversionDenys Vlasenko2009-11-051-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-11/+0
| | | | | | | | 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>
* Added first part of gui support in reportingZdenek Prikryl2009-07-241-1/+2
|
* New hook for python appsJiri Moskovcak2009-06-021-1/+1
| | | | - minor fixes in python analyzer
* fixed Python plugin stubJiri Moskovcak2009-04-231-0/+1
|
* Initial Python pluginZdenek Prikryl2009-04-211-0/+29