aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/ldparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-12/+21
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-3/+3
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-16/+16
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-3/+7
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-1/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-17/+5
* Toolchains: Add output parser for Apple ldChristian Kandeler2019-11-011-1/+27
* ProjectExplorer: Add lld output parserChristian Kandeler2019-07-121-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
* ProjectExplorer: Parse another type of undefined reference errorOrgad Shaneh2017-08-301-1/+1
* Qmake: moc notes no longer are considered to be errorsTobias Hunger2016-02-111-1/+2
* 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-8/+9
* OutputParser: Treat ranlib warnings as warningsTobias Hunger2015-03-021-1/+14
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | LdParser: Use QRegularExpressionDaniel Teske2014-09-291-11/+14
|/
* Fix icons in tasksTobias Hunger2014-01-141-16/+12
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Remove some useless Core::Id(...) and ProjectExplorer::Tobias Hunger2013-08-201-3/+3
* LdParser: Do not interpret .data as a source filenameOrgad Shaneh2013-07-191-3/+6
* LdParser: Do not consider "first defined here" as an errorOrgad Shaneh2013-07-191-1/+3
* Add soft assertions for regexp patternsOrgad Shaneh2013-07-191-0/+4
* LdParser: Fix position regexpOrgad Shaneh2013-07-191-1/+1
* IOutputParser: Make sure to not cut too much outputTobias Hunger2013-04-031-1/+1
* 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
* Gcc: Do not report ar messages as errorTobias Hunger2012-02-061-2/+3
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-7/+7
* Long live the king!hjk2012-01-261-1/+1
* Fix issues type with ldparser.Nicolas Arnaud-Cormos2012-01-111-0/+4
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-8/+8
* LD: Improve parsing of linker error messagesTobias Hunger2011-11-221-8/+6
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-1/+1
* Fix unit testTobias Hunger2011-06-301-3/+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
* 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-1/+3
|/
* Parse link failures in release mode correctlyTobias Hunger2010-09-151-8/+12
* Parser debugging/testing improvementsTobias Hunger2010-09-151-0/+1
* Fix output parser misinterpreting "At top level:" messagesTobias Hunger2010-08-301-0/+1
* Fix wrong task type returned by gccparserTobias Hunger2010-07-151-1/+1
* Do not consider "In constructor foo" lines as errorsTobias Hunger2010-04-161-1/+1