aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customparser.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Make CustomParser creation available outside PE pluginCristian Adam2023-12-071-2/+3
* Utils: Rename the new Storage to Storehjk2023-08-241-6/+6
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-6/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Remove legacy codeChristian Kandeler2022-04-211-1/+0
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-1/+6
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-1/+1
* ProjectExplorer: Allow to add custom output parsers programaticallyChristian Kandeler2020-07-311-21/+21
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-8/+8
* ProjectExplorer: Generalize the concept of custom output parsersChristian Kandeler2020-05-111-1/+49
* Merge output formatters and output parsersChristian Kandeler2020-04-231-4/+4
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-2/+2
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-1/+1
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-3/+2
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-1/+0
* ProjectExplorer: Clean up IOutputParser interfaceChristian Kandeler2020-04-031-4/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* CustomParser: Improve relative file path resolvingAndre Hartmann2018-06-191-0/+5
* CustomToolChain: Allow MSVC output parser on non-Windows systemsAndre Hartmann2017-04-191-0/+2
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-7/+4
* 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-29/+47
* CustomParser: Use QRegularExpression instead of QRegExpAndre Hartmann2015-12-181-2/+2
* Update LicenseEike Ziller2015-01-161-5/+5
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CustomParser: Improve strange operator != implementationTobias Hunger2013-08-091-1/+2
* Custom Error ParserAndre Hartmann2013-08-081-0/+93