aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/outputformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix output linkificationChristian Kandeler4 days1-5/+14
* More deprecation induced busyworkhjk2023-06-081-1/+1
* Utils: Improve readability on output windowsChristian Stenger2023-02-031-1/+13
* Utils: Move QtcProcess::normalizeNewlines() into StringUtilsJarek Kobus2023-02-011-2/+2
* Utils: Simplify part of OutputLineParser::absoluteFilePathhjk2023-01-121-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-8/+8
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-1/+0
* ProjectExplorer: Add output parser for AddressSanitizer messagesChristian Kandeler2022-04-131-0/+9
* QtSupport: Use red color for failing test casesChristian Kandeler2021-12-021-1/+2
* ProjectExplorer: Generalize issues -> output pane linkingChristian Kandeler2021-11-251-2/+2
* ProjectExplorer: Clean paths in OutputLineParser::absoluteFilePath()Christian Kandeler2021-10-151-1/+3
* Compile: add ability to parse standard output in buildPetar Perisin2021-08-071-1/+7
* Utils: Use Utils::Link instead of TaskView::Locationhjk2021-05-281-12/+10
* Utils: Move SynchronousProcess::normalizeNewlines to QtcProcesshjk2021-05-041-2/+2
* Utils: Fix output formatter "new searchDir found" signallingAlessandro Portale2021-02-171-1/+1
* Utils: Mark some convenience methods as const/staticBernhard Beschow2021-02-061-1/+1
* OutputFormatter: Reduce usages of DebugFormatChristian Stenger2021-01-211-0/+1
* OutputFormatter: Do not ignore DebugFormatChristian Stenger2021-01-141-1/+3
* Fix a clazy warning [clazy-auto-unexpected-qstringbuilder]Jarek Kobus2020-11-171-1/+2
* OutputFormatter: Run line parsers also for empty linesChristian Kandeler2020-09-251-7/+6
* OutputFormatter: Prevent consecutive newlines from being ignoredChristian Kandeler2020-09-241-0/+7
* OutputFormatter: Fix flushing a pending line feedChristian Kandeler2020-09-141-1/+1
* OutputFormatter: Fix visual glitchqds/v4.3.2qds/v1.6.0-rc1qds/1.6.0-rc1Christian Kandeler2020-09-071-1/+13
* OutputFormatter: Fix linkification of relative file pathsChristian Kandeler2020-07-311-4/+7
* Cmake: Fix compile output glitchChristian Kandeler2020-07-311-2/+14
* VCS: Pass links to the correct VCSOrgad Shaneh2020-06-211-8/+14
* Utils: Replace some QRegExp to QRegularExpressionChristian Stenger2020-06-191-1/+0
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-0/+1
* Utils: Remove unused functionChristian Stenger2020-06-171-7/+0
* GCC parser: Create fewer and better issuesChristian Kandeler2020-05-181-1/+2
* Merge output formatters and output parsersChristian Kandeler2020-04-231-29/+300
* OutputFormatter: Take ownership of the line parsersChristian Kandeler2020-04-151-0/+3
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-30/+39
* Utils: Dissolve the AggregatingOutputFormatter classChristian Kandeler2020-04-141-63/+41
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-31/+79
* OutputFormatter: Re-add handling of stand-alone carriage returnChristian Kandeler2020-03-301-2/+10
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-4/+82
* OutputFormatter: Do the newline handling centrallyChristian Kandeler2020-03-191-1/+59
* OutputFormatter: De-virtualize the clear() functionChristian Kandeler2020-03-181-0/+1
* OutputFormatter: Remove extra carriage return handlingChristian Kandeler2020-03-181-15/+2
* OutputFormatter: Simplify newline handlingChristian Kandeler2020-03-181-19/+1
* Utils: Remove the *SameLine OutputFormat enumsChristian Kandeler2020-03-181-42/+1
* OutputFormatter: Simplify logicChristian Kandeler2020-03-181-27/+23
* Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-171-3/+74
* QtOutputFormatter: Use cursor object from base classChristian Kandeler2020-03-131-0/+5
* Remove duplicated codeMiklós Márton2020-02-051-0/+10
* Avoid warning on empty expressionshjk2019-07-231-1/+1