aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/outputparser_test.h
Commit message (Expand)AuthorAgeFilesLines
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+3
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-2/+2
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-2/+1
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-3/+2
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-4/+2
* ProjectExplorer: Clean up IOutputParser interfaceChristian Kandeler2020-04-031-7/+1
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-2/+2
* OutputParserTester: ModernizeAndre Hartmann2018-06-151-2/+2
* ProjectExplorer: Remove metatype registration macro usageNikita Baryshnikov2016-02-081-1/+0
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-9/+6
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* 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
* Make test bench for IOutputParser tests more stableTobias Hunger2013-05-061-6/+21
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-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
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* outputparser: Fix overriding a virtual methodTobias Hunger2011-06-011-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Delete parsers after parsing is done.Tobias Hunger2010-09-031-0/+3
* Port the compile output window away from HTML to QTextCharFormatdt2010-06-081-1/+1
* Add simple unit tests for abld parserTobias Hunger2010-03-291-0/+1
* 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-5/+5
* Add unit test for the gcc output parserTobias Hunger2010-03-041-0/+89