aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/clangparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* GCC parser: Create fewer and better issuesChristian Kandeler2020-05-181-16/+18
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* ClangParser: Add missing linkificationChristian Kandeler2020-05-041-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-13/+13
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-3/+3
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-13/+17
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-2/+6
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-2/+2
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-74/+58
* Utils: Rename FileName to FilePathhjk2019-05-281-14/+14
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-12/+12
* CustomToolChain: Allow MSVC output parser on non-Windows systemsAndre Hartmann2017-04-191-0/+5
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-1/+1
* Qmake: moc notes no longer are considered to be errorsTobias Hunger2016-02-111-4/+16
* ProjectExplorer: Remove metatype registration macro usageNikita Baryshnikov2016-02-081-1/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | ProjectExplorer: Remove unneeded qualificationsOrgad Shaneh2015-02-061-10/+10
|/
* clangparser: remove duplicate LdParserFawzi Mohamed2014-10-311-2/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ClangParser: Use QRegularExpressionDaniel Teske2014-09-251-16/+21
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* Fix icons in tasksTobias Hunger2014-01-141-10/+11
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* clang parser: add tasks for code signing error (as for ios devices)Fawzi Mohamed2013-11-061-0/+28
* Remove some useless Core::Id(...) and ProjectExplorer::Tobias Hunger2013-08-201-3/+3
* OutputParser: Allow to flush pending tasks.Tobias Hunger2013-05-061-6/+6
* Gcc: Handle new warnings/error messages from gcc 4.8Tobias Hunger2013-04-031-42/+18
* IOutputParser: Make sure to not cut too much outputTobias Hunger2013-04-031-5/+3
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-1/+0
* 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
* | ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-5/+5
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-15/+15
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-13/+14
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix unit testTobias Hunger2011-06-301-2/+0
* Clang: Improve parserTobias Hunger2011-06-071-39/+39
* clang: Do not keep tasks around too longTobias Hunger2011-06-011-8/+14
* Clang: Improve parserTobias Hunger2011-05-201-8/+22
* Clang: Really use monospaced font for position indicatorsTobias Hunger2011-05-191-0/+1
* Clang: Add parser for clang outputTobias Hunger2011-05-181-0/+252