summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* lib/Plugins/CCpp.cpp: fixing a wrong applied patch...Denys Vlasenko2009-10-131-8/+11
* lib/Plugins/CCpp.cpp: add build-ids to backtraceDenys Vlasenko2009-10-131-5/+9
* lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ins...Denys Vlasenko2009-10-131-24/+27
* CCpp analyser: log executing of children; comment about pk-debuginfo-istallDenys Vlasenko2009-10-091-1/+34
* removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-091-1/+4
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-8/+9
* Jan Kratochvil's fix (#525721): use core _only_, not executable image for bac...Denys Vlasenko2009-10-061-4/+9
* try using pk-debuginfo-install before falling back to debuginfo-installDenys Vlasenko2009-09-301-1/+3
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-1/+1
* add support for abrtd autostartDenys Vlasenko2009-09-291-27/+52
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-7/+6
* new polkit action for installing debuginfo, default "yes"dnovotny2009-09-161-1/+1
* fixed closing of debug dump in case of existing backtraceZdenek Prikryl2009-09-171-1/+2
* backtrace declared twicednovotny2009-09-161-1/+0
* merge correctiondnovotny2009-09-161-6/+3
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-161-174/+227
|\
| * small correction to previous commit (forgot .debug suffix)Denys Vlasenko2009-09-151-1/+1
| * initial code for better debuginfo installation.Denys Vlasenko2009-09-151-178/+221
* | added timeout to Polkit, added authorization check for debuginfo-installdnovotny2009-09-161-1/+39
|/
* fix the bug where lock file was not removedDenys Vlasenko2009-09-091-3/+0
* preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-071-13/+18
* Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-071-2/+16
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-6/+6
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-271-1/+0
* eliminate global variable g_cwDenys Vlasenko2009-08-271-2/+2
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-7/+8
* more sensible loggingDenys Vlasenko2009-08-251-1/+1
* Plugins/CCpp: remove trailing \n from debuginfo-install's outputDenys Vlasenko2009-08-191-0/+4
* CCpp plugin: do not abort if debuginfos aren't foundDenys Vlasenko2009-08-191-14/+23
* simplify parsing of debuginfo-install outputDenys Vlasenko2009-08-181-49/+26
* make ccpp plugin more verboseZdenek Prikryl2009-08-141-0/+1
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-8/+0
* fix compile-time warnings.Denys Vlasenko2009-08-091-7/+5
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-071-10/+1
* fix a case when we print a warning twice.Denys Vlasenko2009-08-061-13/+14
* Minor fixes - just to make sources compile.Jiri Moskovcak2009-08-041-4/+4
* lib/Plugins/CCpp.cpp: move functions out of class where appropriate.Denys Vlasenko2009-08-031-25/+16
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-4/+23
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-0/+9
* add utility functionsDenys Vlasenko2009-07-301-13/+14
* two trivial fixlets in lib/Plugins/CCpp.cppDenys Vlasenko2009-07-291-4/+3
* Be more paranoid about /proc/.../core_patternDenys Vlasenko2009-07-251-0/+17
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-07-241-31/+22
|\
| * remove superfluous copying in ExecVP paramsDenys Vlasenko2009-07-241-3/+2
| * remove GetGIDFromUID (two copies): getpwuid does the sameDenys Vlasenko2009-07-241-23/+8
| * simplify CAnalyzerCCpp::CreateHashDenys Vlasenko2009-07-241-5/+12
* | simple fixZdenek Prikryl2009-07-241-1/+1
|/
* style fix by popular (Zdenek's) demandDenys Vlasenko2009-07-231-6/+3
* typo fixesDenys Vlasenko2009-07-231-4/+3
* added forgotten "throw" keywordsDenys Vlasenko2009-07-221-3/+3