summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/gccparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-6/+4
* GCC: Fix parsing of gcc 4.6 outputTobias Hunger2011-07-291-5/+21
* GCC: Parse "In file included from blah:x:y:"Tobias Hunger2011-07-261-2/+23
* Fix unit testTobias Hunger2011-06-301-11/+9
* debugger: rename gdbmacros* to dumper*hjk2011-06-291-2/+2
* Compile Fix: Modify unnecessary UTF-8 characters.Takumi ASAKI2011-06-281-2/+2
* encoding: Make sure all text files are utf8 encodedTobias Hunger2011-06-011-4/+4
* Parser: Make parser test engine more strictTobias Hunger2011-05-181-6/+6
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Merge remote-tracking branch 'origin/2.2'Oswald Buddenhagen2011-03-151-7/+7
|\ \ | |/
| * GccParser: Fix unit test which got out of syncTobias Hunger2011-03-111-7/+7
* | Gccparser: Add unit testTobias Hunger2011-03-151-0/+15
|/
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Task: Make sure file contains non-native separatorsTobias Hunger2010-10-251-2/+4
|/
* Parse link failures in release mode correctlyTobias Hunger2010-09-151-0/+11
* Recognize <command line> as a file name in GCC warningsTobias Hunger2010-09-061-1/+23
* Fix output parser misinterpreting "At top level:" messagesTobias Hunger2010-08-301-0/+10
* Improve handling of "(included ) from" linesTobias Hunger2010-08-111-4/+31
* Fix wrong task type returned by gccparserTobias Hunger2010-07-151-0/+32
* Add unit test for QTCREATORBUG-597Tobias Hunger2010-07-071-0/+26
* Parse "fatal error"s correctlyTobias Hunger2010-07-011-5/+15
* Do not consider "In constructor foo" lines as errorsTobias Hunger2010-04-161-0/+11
* Add unit test for QTCREATORBUG-1165Tobias Hunger2010-04-151-0/+10
* Linux icc parserdt2010-04-121-1/+1
* Split GccParser into 2, one for ld parsingdt2010-04-121-30/+6
* GCC parser improvementsTobias Hunger2010-04-091-1/+54
* Handle "/usr/bin/ld: cannot find -lsomelib" in gccparserTobias Hunger2010-04-071-17/+33
* Fix some false positives in the build issuesTobias Hunger2010-04-011-5/+33
* Unit test and handle note-lines in gcc output.Tobias Hunger2010-03-221-2/+11
* Fix QTCREATORBUG-904 and 905Tobias Hunger2010-03-191-1/+28
* Add unit testsTobias Hunger2010-03-191-0/+25
* Extend gccparser unit testsTobias Hunger2010-03-151-0/+20
* Move TaskWindow::Task out of the nesting to ProjectExplorer::dt2010-03-121-104/+104
* Fix gccparser issue reported by conTobias Hunger2010-03-111-20/+95
* Revert "Fix unit tests for gcc parser"con2010-03-051-29/+15
* Revert "Improve parsing of linker problems"con2010-03-051-68/+28
* Long live the king!hjk2010-03-051-1/+1
* Improve parsing of linker problemsTobias Hunger2010-03-041-28/+68
* Fix unit tests for gcc parserTobias Hunger2010-03-041-15/+29
* Add unit test for the gcc output parserTobias Hunger2010-03-041-0/+159
* Rework Build Parser handlingTobias Hunger2009-12-091-38/+22
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2009-12-041-1/+1
|\
| * make the "make...entering..." regexp accept mingw32-make as wellOswald Buddenhagen2009-12-041-1/+1
* | Use Task class in addToTaskWindow(...) signal.Tobias Hunger2009-11-121-32/+26
* | Fix compilationKai Koehne2009-11-111-3/+3
* | Refactor TaskWindow to support different 'categories'Kai Koehne2009-11-111-6/+8