aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/outputparser_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Parser: Make parser test engine more strictTobias Hunger2011-05-181-7/+5
| | | | | | * Fix unit tests to work with this stricter version Change-Id: Iaf6d333e4b4df54ddc340d261ce28538bfa1f3cf
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* 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
| | | | Reviewed-by: hjk
* 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
| | | | | This way we have a chance to flush out any state the parsers might have.
* Fix compile output to be readeable with dark themesdt2010-07-151-2/+1
| | | | | This changes the colors to be a mix of red/blue and the foreground color. If the regular text color is either of those, well...
* Fix unused parameter warningdt2010-06-081-0/+1
|
* Port the compile output window away from HTML to QTextCharFormatdt2010-06-081-2/+3
| | | | Is more then twice as fast
* 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
| | | | Since otherwise we can't forward declare it.
* Long live the king!hjk2010-03-051-1/+1
|
* Add unit test for the gcc output parserTobias Hunger2010-03-041-0/+159