summaryrefslogtreecommitdiffstats
path: root/lib/plugins/CCpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* abrtd: convert reporting step to run_action, part 1 (main)Denys Vlasenko2010-11-031-161/+0
* switch "analyze" step processing to abrt_event.conf-driven wayDenys Vlasenko2010-11-031-294/+0
* introduce abrt_action.conf; use it for post-create stepDenys Vlasenko2010-11-011-45/+0
* introduce and use xmalloc_fgets/fgetlineDenys Vlasenko2010-10-221-11/+4
* change dd_opendir API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-10/+10
* btparser initial integrationKarel Klic2010-10-141-1/+0
* move uuid generation for CCpp to a separate program (abrt-action-analyze-c)Denys Vlasenko2010-10-141-165/+31
* trivial cleanupsDenys Vlasenko2010-10-131-1/+0
* s/CD_DUPHASH/FILENAME_DUPHASH/gDenys Vlasenko2010-10-111-2/+2
* rename abrt-debuginfo-install to abrt-action-install-debuginfoDenys Vlasenko2010-09-231-5/+5
* add two flags to dd_opendir()Nikola Pajkovsky2010-09-221-23/+5
* This patch splits off CCpp's backtrace generation into a separate tool:Denys Vlasenko2010-09-201-221/+37
* unhide dump_dir structure from typedefNikola Pajkovsky2010-09-201-5/+5
* CCpp: better handling of uid and exit condition on bt generationDenys Vlasenko2010-09-161-5/+6
* CCpp: plug a memory leakDenys Vlasenko2010-09-161-0/+1
* CCpp: skip bt generation earlierDenys Vlasenko2010-09-141-18/+18
* move sha1 to lib/utils; remove small bit of related C++isms in CCpp.cppDenys Vlasenko2010-09-141-47/+17
* CCpp: make gdb timeout configurable; raise it to 120 sec in default config fileDenys Vlasenko2010-09-131-10/+16
* DebugDump.* -> dump_dir.*Nikola Pajkovsky2010-09-071-1/+0
* DebugDump.cpp: lowercase and rename functionsNikola Pajkovsky2010-09-021-21/+21
* get rid of CDebugDump classNikola Pajkovsky2010-08-301-75/+99
* abrtlib.h: include <assert.h> and "strbuf.h"Denys Vlasenko2010-08-301-4/+0
* CCpp.cpp: add -Wall -Werror, fix two discovered bugsDenys Vlasenko2010-08-271-5/+4
* concat_path_file: make it a C function, not C++Denys Vlasenko2010-08-241-5/+10
* get rid of std::string& as parameterNikola Pajkovsky2010-08-231-48/+79
* get rid of exceptions in CDebugDump classMichal Toman2010-08-181-16/+44
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-0/+1064