Revision 63c8637...

Go back to digest for 19th January 2014

Bug Fixes in KDE Base

Alexander Neundorf committed changes in [kate] /kate/katebuild-plugin:

build plugin: add support for Intel icpc error messages

The format looks a bit different, an example is included in the
source file.
For gcc users still only one regex will be tested (after the first successfull one).
Intel users will have a bit more overhead.
I didn't measure it, but now the regex is checked only once, and after
that no additional searching in the string is done anymore, so it may
be even a bit faster.

Alex

File Changes

Modified 2 files
  • /kate/katebuild-plugin
  •   addons/plugin_katebuild.cpp
  •   addons/plugin_katebuild.h
2 files changed in total