aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/xcodebuildparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Move plugin unit tests definition to new classhjk2024-02-061-13/+23
* Remove unneeded includes of task.h and taskhub.hJarek Kobus2023-02-141-1/+0
* Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-6/+3
* ProjectExplorer: Tr::trhjk2023-01-161-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* XcodebuildParser: Fix parsing for newer Xcode versionsEike Ziller2021-11-161-1/+17
* XcodebuildParser: Remove unused variablesEike Ziller2021-11-151-3/+0
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* PE: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-151-8/+11
* Merge output formatters and output parsersChristian Kandeler2020-04-231-5/+9
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-1/+1
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-45/+31
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-3/+11
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-2/+2
* ProjectExplorer: Replace some calls to IOutputParser::taskAddedChristian Kandeler2020-04-071-2/+2
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-34/+18
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-14/+14
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-2/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-5/+4
|\
| * Xcodebuild parser: Improve performanceEike Ziller2016-04-261-5/+4
* | Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-3/+1
|/
* ProjectExplorer: Remove metatype registration macro usageNikita Baryshnikov2016-02-081-2/+0
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* xcodeparser: detect replacing signature warningFawzi Mohamed2014-11-041-0/+33
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-7/+7
|/
* ProjectExplorer: fix Xcodebuild parser test.David Schulz2014-05-161-1/+8
* projectexplorer/qmake-makestep: parse output of xcodebuildFawzi Mohamed2014-05-131-0/+266