aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/clangparser.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of task.h and taskhub.hJarek Kobus2023-02-141-1/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Merge output formatters and output parsersChristian Kandeler2020-04-231-2/+2
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-2/+2
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-1/+3
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-1/+2
* ProjectExplorer: Use override consistentlyTobias Hunger2018-05-071-1/+1
* CustomToolChain: Allow MSVC output parser on non-Windows systemsAndre Hartmann2017-04-191-0/+2
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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
* | ClangParser: Use QRegularExpressionDaniel Teske2014-09-251-6/+6
|/
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-151-0/+1
|\|
| * clang parser: add tasks for code signing error (as for ios devices)Fawzi Mohamed2013-11-061-0/+1
* | Introduce command-line tool for parsing build output.Christian Kandeler2013-10-301-1/+1
|/
* Gcc: Handle new warnings/error messages from gcc 4.8Tobias Hunger2013-04-031-10/+2
* 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
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-1/+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
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-0/+1
* Clang: Improve parserTobias Hunger2011-06-071-1/+2
* clang: Do not keep tasks around too longTobias Hunger2011-06-011-2/+4
* Clang: Add parser for clang outputTobias Hunger2011-05-181-0/+65