summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: log using emscripten_log() by defaultMorten Sørvig2024-04-171-2/+7
* QLogging: exclude QInternalMessageLogContext from backtracesGiuseppe D'Angelo2024-04-031-0/+2
* Logging: capture the backtrace closer to the user's entry pointThiago Macieira2024-03-271-31/+81
* Logging: introduce QInternalMessageLogContext to hold current contextThiago Macieira2024-03-271-39/+25
* qErrnoWarning: downgrade from critical to warningDavid Faure2024-03-271-2/+2
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-041-8/+0
* QLogging: Add missing newline in win_message_handler()Johannes Grunenberg2024-02-061-1/+1
* QLogging: disable the message pattern functionality for bootstrapThiago Macieira2023-10-241-14/+23
* QLogging: call a non-exported message-formatting functionThiago Macieira2023-10-241-5/+14
* QMessagePattern: use the system message sinks for parsing errorsThiago Macieira2023-10-241-23/+24
* QLogging: use stderr_message_handler() if we fail to grab the handlerThiago Macieira2023-10-241-1/+1
* QLogging: deduplicate the calls to qFormatLogMessage()Thiago Macieira2023-10-241-36/+44
* QLogging: simplify qDefaultMessageHandler() with a global constantThiago Macieira2023-10-241-24/+30
* Doc: Improve documentation for qInstallMessageHandler()Kai Köhne2023-10-131-24/+51
* QLogging: attempt to free memory in qt_message() before abort()Thiago Macieira2023-09-091-4/+8
* QLogging: deduplicate calling of isFatal()/qt_message_fatal()Thiago Macieira2023-09-091-62/+28
* qlogging: replace QSL with QL1SVAnton Kudryavtsev2023-08-211-2/+1
* Remove the EM_LOG_DEMANGLE parameter from the call to emscripten_logMikolaj Boc2023-08-161-1/+1
* 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