aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-14/+14
* ProjectExplorer: Fix soft assert in CustomParserSettingsChristian Kandeler2020-05-191-7/+3
* ProjectExplorer: Fix release buildChristian Stenger2020-05-121-2/+3
* ProjectExplorer: Generalize the concept of custom output parsersChristian Kandeler2020-05-111-9/+212
* Merge output formatters and output parsersChristian Kandeler2020-04-231-17/+23
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-4/+4
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-16/+10
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-9/+4
* ProjectExplorer: Clean up IOutputParser interfaceChristian Kandeler2020-04-031-9/+3
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-14/+12
* Utils: Move FileUtils::resolvePath to FilePathhjk2019-12-051-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-20/+20
* CustomParser: Improve relative file path resolvingAndre Hartmann2018-06-191-1/+71
* CustomParser: ModernizeAndre Hartmann2018-06-151-42/+26
* CustomToolChain: Allow MSVC output parser on non-Windows systemsAndre Hartmann2017-04-191-0/+5
* ProjectExplorer: Remove metatype registration macro usageNikita Baryshnikov2016-02-081-1/+0
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-4/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-16/+11
* CustomParser: Add warning parser and output channel filterAndre Hartmann2016-01-041-72/+229
* CustomParser: Use QRegularExpression instead of QRegExpAndre Hartmann2015-12-181-6/+6
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-1/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-5/+5
|\
| * Update LicenseEike Ziller2015-01-161-5/+5
* | ProjectExplorer: Remove unneeded qualificationsOrgad Shaneh2015-02-061-13/+11
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Remove some useless Core::Id(...) and ProjectExplorer::Tobias Hunger2013-08-201-1/+1
* CustomParser: Improve strange operator != implementationTobias Hunger2013-08-091-11/+3
* Custom Error ParserAndre Hartmann2013-08-081-0/+295