summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make qYieldCpu() public APIThiago Macieira2023-07-251-1/+0
* Deprecate QtSystemMsg enumKai Köhne2023-07-211-1/+1
* Fix assert in qCleanupFuncInfo when using QDebug from a lambda with autoDavid Faure2023-07-111-5/+11
* Doc: Improve description of QT_FATAL_ environment varsKai Köhne2023-07-061-13/+28
* QLogging: add qYieldCpu() to CAS loopMarc Mutz2023-07-061-2/+2
* Make sure we don't count down past 0 QT_FATAL_CRITICALSMarc Mutz2023-07-061-1/+5
* QLogging: DRY isFatal(QtMsgType)Marc Mutz2023-07-051-8/+9
* QLogging: fix indentationGiuseppe D'Angelo2023-05-261-2/+2
* Enable [[noreturn]] attribute for non-MSVC compilers on WindowsPeter Varga2023-05-121-3/+3
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+1
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+6
* QMessagePattern: don't use strncpy()Marc Mutz2023-02-221-5/+2
* Trace: Convert qtcore module to use tracepointgen toolAntti Määttä2023-02-101-0/+4
* Fix clang-cl compiler warningsPeter Varga2022-12-151-1/+1
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-051-0/+95
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* qlogging: use qsizetype to fix Wconversion warningsJohannes Kauffmann2022-10-251-8/+8
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Logging: remove const from the lambda calling dladdrThiago Macieira2022-09-271-1/+1
* Extract overview page for QtLogging header from QtGlobal docsSona Kurazyan2022-09-211-0/+30
* Fix docs for types and macros from qlogging.hSona Kurazyan2022-09-011-4/+204
* Doc: Generalize info about -rdynamic to be not qmake specificKai Köhne2022-08-241-1/+4
* wasm: remove message handler lockMorten Sørvig2022-07-061-7/+0
* 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