[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Amilcar do Carmo Lucas <amilcar () ida ! ing ! tu-bs ! de>
Date:       2003-06-04 8:51:17
[Download RAW message or body]

CVS commit by aclu: 

To make 'very short compiler output' recognize gcc as a compiler command.
Patch by: Jörg Rüppel < joerg *at* sharky-x.de >
PS: Jörg please in the future do not submit patches to the bug database. Submit them \
                to the mailing list.
CCMAIL: done-59294@bugs.kde.org


  M +3 -0      makeactionfilter.cpp   1.14


--- kdevelop/parts/outputviews/makeactionfilter.cpp  #1.13:1.14
@@ -44,4 +44,6 @@ MakeActionFilter::ActionFormat* MakeActi
                 ActionFormat( i18n("compiling"), "g++", "g\\+\\+ (?:\\S* )*-c \
                (?:\\S* )*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ),
                 ActionFormat( i18n("compiling"), "g++", "g\\+\\+ (?:\\S* )*-c \
(?:\\S* )*(?:[^/]*/)*([^/\\s;]*)", 1 ), +                ActionFormat( \
i18n("compiling"), "gcc", "g\\c\\c (?:\\S* )*-c (?:\\S* \
)*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ), +                ActionFormat( \
i18n("compiling"), "gcc", "g\\c\\c (?:\\S* )*-c (?:\\S* )*(?:[^/]*/)*([^/\\s;]*)", 1 \
                ),
                 ActionFormat( i18n("compiling"), "distcc", "distcc (?:\\S* )*-c \
                (?:\\S* )*`[^`]*`(?:[^/\\s;]*/)*([^/\\s;]+)", 1 ),
                 ActionFormat( i18n("compiling"), "distcc", "distcc (?:\\S* )*-c \
(?:\\S* )*(?:[^/]*/)*([^/\\s;]*)", 1 ), @@ -50,4 +52,5 @@ \
                MakeActionFilter::ActionFormat* MakeActi
                 ActionFormat( i18n("linking"), "libtool", \
                "/bin/sh\\s.*libtool.*--mode=link .* -o ([^\\s;]+)", 1 ),
                 ActionFormat( i18n("linking"), "g++", "g\\+\\+ (?:\\S* )*-o \
([^\\s;]+)", 1 ), +                ActionFormat( i18n("linking"), "gcc", "g\\c\\c \
                (?:\\S* )*-o ([^\\s;]+)", 1 ),
                 ActionFormat( i18n("installing"), "", \
                "^/(?:usr/bin/install|bin/sh\\s.*mkinstalldirs).*\\s([^\\s;]+)", 1 ),
                 ActionFormat( i18n("generating"), "dcopidl", "dcopidl .* > \
([^\\s;]+)", 1 ),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic