summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* Fix compiler warning from deprecated QString conversionVolker Hilsheimer2022-05-061-1/+1
* Ensure tag used for logging on Android does not contain spacesŁukasz Korbel2022-04-211-1/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-2/+2
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-3/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-22/+22
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-31/+31
* Logging: use GCC #pragma to suppress the frame pointerThiago Macieira2022-03-031-4/+9
* Logging: cache the last library file name in a backtraceThiago Macieira2022-03-031-2/+7
* Logging: add support for decoding backtraces using dladdr()Thiago Macieira2022-03-031-2/+33
* Logging: reorganize the backtrace code for simplicity and readabilityThiago Macieira2022-03-031-36/+68
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-031-1/+13
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-031-15/+6
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-031-1/+1
* qsimd: Remove QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2022-02-181-1/+1
* QNX: Silence compiler warning by initializing variablePasi Petäjäjärvi2022-02-181-1/+1
* wasm: prevent thread cross-talk when loggingMorten Johan Sørvig2021-12-211-0/+7
* QLogging: fix potential missing NUL-terminator when calling OutputDebugStringMarc Mutz2021-12-151-2/+2
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-081-6/+7
* Fix -trace build on WindowsIvan Solovev2021-10-251-1/+1
* qtlogging: Document QT_MESSAGELOGCONTEXT defineKevin Funk2021-10-141-1/+5
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Add private qAbort helper functionTor Arne Vestbø2021-09-221-25/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* Fix usage of logging category on AndroidAssam Boudjelthia2021-06-281-1/+7
* Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-151-4/+4
* Use QDeadlineTimer in qlogging.cppThiago Macieira2020-12-091-3/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-211-16/+26
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-291-20/+2
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-14/+0
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-231-26/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Remove winrtOliver Wolff2020-06-061-9/+2
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-1/+1
* QtCore/Windows: fix deprecated QChar conversionsFriedemann Kleint2020-05-131-1/+1
* Include QRegularExpression in the bootstrap libraryLars Knoll2020-04-131-5/+5
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-5/+25
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-5/+25
| |\
| | * Win: work around (estimated) 32k char limit for OutputDebugStringOliver Wolff2020-02-021-5/+25
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-4/+4
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-1/+1
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-1/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-2/+3
| |\
| * \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-44/+35
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-18/+23
| |\ \ \
| * | | | Bump version to Qt 6Lars Knoll2019-05-141-1/+1