aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/outputparser_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-2/+11
|\
| * Adapt MSVC output parser to MSVC 2015.Friedemann Kleint2015-05-221-2/+11
* | Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-1/+3
|/
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-2/+2
|/
* ProjectExplorer: Pass some values by referenceOrgad Shaneh2014-05-201-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* OutputParser: Allow to flush pending tasks.Tobias Hunger2013-05-061-0/+1
* Make test bench for IOutputParser tests more stableTobias Hunger2013-05-061-24/+23
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-2/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-0/+1
* outputparser: Fix overriding a virtual methodTobias Hunger2011-06-011-2/+2
* Parser: Make parser test engine more strictTobias Hunger2011-05-181-7/+5
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-251-3/+3
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Quieten gcc compiler warnings.Friedemann Kleint2010-09-071-1/+1
* Delete parsers after parsing is done.Tobias Hunger2010-09-031-0/+13
* Fix compile output to be readeable with dark themesdt2010-07-151-2/+1
* Fix unused parameter warningdt2010-06-081-0/+1
* Port the compile output window away from HTML to QTextCharFormatdt2010-06-081-2/+3
* Add simple unit tests for abld parserTobias Hunger2010-03-291-1/+0
* Only build outputparser tester when compileing with testsTobias Hunger2010-03-291-0/+4
* Move TaskWindow::Task out of the nesting to ProjectExplorer::dt2010-03-121-4/+4
* Long live the king!hjk2010-03-051-1/+1
* Add unit test for the gcc output parserTobias Hunger2010-03-041-0/+159