Skip to content
Commit ae581598 authored by Alexander Neundorf's avatar Alexander Neundorf Committed by Christoph Cullmann
Browse files

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

Conflicts:
	addons/katebuild-plugin/plugin_katebuild.cpp
parent 47fc7d5c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment