aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gccparser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Gcc: Do not report ar messages as errorTobias Hunger2012-02-061-0/+6
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-77/+77
* Long live the king!hjk2012-01-261-1/+1
* Fix issues type with ldparser.Nicolas Arnaud-Cormos2012-01-111-0/+22
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-75/+78
* LD: Improve parsing of linker error messagesTobias Hunger2011-11-221-1/+10
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* 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