summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* QLogging: fix narrowing conversion assertAhmad Samir2025-10-071-1/+1
* corelib: fix clang narrowing conversion warnings -Wshorten-64-to-32Ahmad Samir2025-10-061-1/+2
* Doc: Improve documentation of qDebug and friendsKai Köhne2025-07-291-83/+55
* Add snippets to the build system and fix related issuesOleksii Zbykovskyi2025-07-241-1/+1
* Add more snippets sources from corelib to the build systemOleksii Zbykovskyi2025-06-261-2/+2
* QLogging: fix potential UB in QBasicAtomic initializationMarc Mutz2025-06-091-2/+2
* QLogging: use std::unique_ptr instead of QScopedPointerAhmad Samir2025-06-041-5/+8
* QLogging: fix build: narrowing conversion from qsizetype to size_tThiago Macieira2025-05-261-1/+1
* qlogging: Journal: Log thread id, suppress empty fieldsKai Köhne2025-05-191-7/+33
* qlogging: replace heap buffer with stack in win_outputDebugString_helperAurélien Brooke2025-05-061-2/+1
* QLoggingCategory: make defaultCategory() truly a global staticThiago Macieira2025-03-311-1/+1
* QMessageLogger: store the QT_FATAL_xxx state plus one in the atomicsThiago Macieira2025-03-191-7/+8
* QMessageLogger: initialize QT_FATAL_xxx cooperatively between threadsThiago Macieira2025-03-191-14/+38
* QMessageLogger: reject negative values for QT_FATAL_xxxThiago Macieira2025-03-191-1/+1
* QMessageLogger: Make sure we don't count to 0 QT_FATAL_xxxThiago Macieira2025-03-191-1/+1
* QMessagePattern: add the %{threadname} placeholderAurélien Brooke2025-03-101-0/+57
* QMessageLogger: merge the isFatal() call into qt_message_fatal()Thiago Macieira2025-02-251-11/+7
* qlogging.cpp: clean up of QT_BOOTSTRAPPEDThiago Macieira2025-01-221-45/+8
* QMessageLogger: simplify the backtrace codeThiago Macieira2025-01-211-3/+1
* qlogging.cpp: sort the headers and move qt_windows.h to the bottomThiago Macieira2025-01-201-18/+18
* qlogging.cpp: move the qt_gettid() function to a headerThiago Macieira2025-01-201-38/+1
* QMessagePattern: merge and improve %{time}-printing codeThiago Macieira2025-01-161-6/+10
* QMessagePattern: replace Q{Elapsed,Deadline}Timer with std::chronoThiago Macieira2025-01-161-8/+6
* QMessagePattern: add Q_ASSERT to setDefaultPattern() and improve codegenThiago Macieira2025-01-161-3/+9
* qErrnoWarning: disable when QT_NO_WARNING_OUTPUT is setThiago Macieira2025-01-071-13/+0
* QMessagePattern: "precompile" the default patternThiago Macieira2025-01-071-7/+18
* QLogging: switch the systemd/journald sink to unformatted modeThiago Macieira2025-01-021-3/+3
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-1/+1
* Android: Fix typo in the documentation of the default log patternLars Schmertmann2024-12-101-1/+1
* Android: Fix logging of the categoryLars Schmertmann2024-11-261-8/+27
* wasm: Ifdef out unused function systemHasStderrTor Arne Vestbø2024-08-271-2/+2
* Doc: link from non-categorized logging API to QLoggingCategoryVolker Hilsheimer2024-07-191-11/+19
* Remove QT_TERMINATE_ON_EXCEPTION: no longer neededThiago Macieira2024-05-311-3/+3
* Doc: Hint about QtMsgType orderKai Köhne2024-05-281-3/+1
* QLogging: enable %{backtrace} support via <stacktrace>Giuseppe D'Angelo2024-04-181-7/+68
* 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