| Commit message (Expand) | Author | Age | Files | Lines |
| * | QLogging: fix narrowing conversion assert | Ahmad Samir | 2025-10-07 | 1 | -1/+1 |
| * | corelib: fix clang narrowing conversion warnings -Wshorten-64-to-32 | Ahmad Samir | 2025-10-06 | 1 | -1/+2 |
| * | Doc: Improve documentation of qDebug and friends | Kai Köhne | 2025-07-29 | 1 | -83/+55 |
| * | Add snippets to the build system and fix related issues | Oleksii Zbykovskyi | 2025-07-24 | 1 | -1/+1 |
| * | Add more snippets sources from corelib to the build system | Oleksii Zbykovskyi | 2025-06-26 | 1 | -2/+2 |
| * | QLogging: fix potential UB in QBasicAtomic initialization | Marc Mutz | 2025-06-09 | 1 | -2/+2 |
| * | QLogging: use std::unique_ptr instead of QScopedPointer | Ahmad Samir | 2025-06-04 | 1 | -5/+8 |
| * | QLogging: fix build: narrowing conversion from qsizetype to size_t | Thiago Macieira | 2025-05-26 | 1 | -1/+1 |
| * | qlogging: Journal: Log thread id, suppress empty fields | Kai Köhne | 2025-05-19 | 1 | -7/+33 |
| * | qlogging: replace heap buffer with stack in win_outputDebugString_helper | Aurélien Brooke | 2025-05-06 | 1 | -2/+1 |
| * | QLoggingCategory: make defaultCategory() truly a global static | Thiago Macieira | 2025-03-31 | 1 | -1/+1 |
| * | QMessageLogger: store the QT_FATAL_xxx state plus one in the atomics | Thiago Macieira | 2025-03-19 | 1 | -7/+8 |
| * | QMessageLogger: initialize QT_FATAL_xxx cooperatively between threads | Thiago Macieira | 2025-03-19 | 1 | -14/+38 |
| * | QMessageLogger: reject negative values for QT_FATAL_xxx | Thiago Macieira | 2025-03-19 | 1 | -1/+1 |
| * | QMessageLogger: Make sure we don't count to 0 QT_FATAL_xxx | Thiago Macieira | 2025-03-19 | 1 | -1/+1 |
| * | QMessagePattern: add the %{threadname} placeholder | Aurélien Brooke | 2025-03-10 | 1 | -0/+57 |
| * | QMessageLogger: merge the isFatal() call into qt_message_fatal() | Thiago Macieira | 2025-02-25 | 1 | -11/+7 |
| * | qlogging.cpp: clean up of QT_BOOTSTRAPPED | Thiago Macieira | 2025-01-22 | 1 | -45/+8 |
| * | QMessageLogger: simplify the backtrace code | Thiago Macieira | 2025-01-21 | 1 | -3/+1 |
| * | qlogging.cpp: sort the headers and move qt_windows.h to the bottom | Thiago Macieira | 2025-01-20 | 1 | -18/+18 |
| * | qlogging.cpp: move the qt_gettid() function to a header | Thiago Macieira | 2025-01-20 | 1 | -38/+1 |
| * | QMessagePattern: merge and improve %{time}-printing code | Thiago Macieira | 2025-01-16 | 1 | -6/+10 |
| * | QMessagePattern: replace Q{Elapsed,Deadline}Timer with std::chrono | Thiago Macieira | 2025-01-16 | 1 | -8/+6 |
| * | QMessagePattern: add Q_ASSERT to setDefaultPattern() and improve codegen | Thiago Macieira | 2025-01-16 | 1 | -3/+9 |
| * | qErrnoWarning: disable when QT_NO_WARNING_OUTPUT is set | Thiago Macieira | 2025-01-07 | 1 | -13/+0 |
| * | QMessagePattern: "precompile" the default pattern | Thiago Macieira | 2025-01-07 | 1 | -7/+18 |
| * | QLogging: switch the systemd/journald sink to unformatted mode | Thiago Macieira | 2025-01-02 | 1 | -3/+3 |
| * | Replace qgetenv() calls converted to QString with qEnvironmentVariable() | Thiago Macieira | 2025-01-01 | 1 | -1/+1 |
| * | Android: Fix typo in the documentation of the default log pattern | Lars Schmertmann | 2024-12-10 | 1 | -1/+1 |
| * | Android: Fix logging of the category | Lars Schmertmann | 2024-11-26 | 1 | -8/+27 |
| * | wasm: Ifdef out unused function systemHasStderr | Tor Arne Vestbø | 2024-08-27 | 1 | -2/+2 |
| * | Doc: link from non-categorized logging API to QLoggingCategory | Volker Hilsheimer | 2024-07-19 | 1 | -11/+19 |
| * | Remove QT_TERMINATE_ON_EXCEPTION: no longer needed | Thiago Macieira | 2024-05-31 | 1 | -3/+3 |
| * | Doc: Hint about QtMsgType order | Kai Köhne | 2024-05-28 | 1 | -3/+1 |
| * | QLogging: enable %{backtrace} support via <stacktrace> | Giuseppe D'Angelo | 2024-04-18 | 1 | -7/+68 |
| * | wasm: log using emscripten_log() by default | Morten Sørvig | 2024-04-17 | 1 | -2/+7 |
| * | QLogging: exclude QInternalMessageLogContext from backtraces | Giuseppe D'Angelo | 2024-04-03 | 1 | -0/+2 |
| * | Logging: capture the backtrace closer to the user's entry point | Thiago Macieira | 2024-03-27 | 1 | -31/+81 |
| * | Logging: introduce QInternalMessageLogContext to hold current context | Thiago Macieira | 2024-03-27 | 1 | -39/+25 |
| * | qErrnoWarning: downgrade from critical to warning | David Faure | 2024-03-27 | 1 | -2/+2 |
| * | Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal} | Thiago Macieira | 2024-03-04 | 1 | -8/+0 |
| * | QLogging: Add missing newline in win_message_handler() | Johannes Grunenberg | 2024-02-06 | 1 | -1/+1 |
| * | QLogging: disable the message pattern functionality for bootstrap | Thiago Macieira | 2023-10-24 | 1 | -14/+23 |
| * | QLogging: call a non-exported message-formatting function | Thiago Macieira | 2023-10-24 | 1 | -5/+14 |
| * | QMessagePattern: use the system message sinks for parsing errors | Thiago Macieira | 2023-10-24 | 1 | -23/+24 |
| * | QLogging: use stderr_message_handler() if we fail to grab the handler | Thiago Macieira | 2023-10-24 | 1 | -1/+1 |
| * | QLogging: deduplicate the calls to qFormatLogMessage() | Thiago Macieira | 2023-10-24 | 1 | -36/+44 |
| * | QLogging: simplify qDefaultMessageHandler() with a global constant | Thiago Macieira | 2023-10-24 | 1 | -24/+30 |
| * | Doc: Improve documentation for qInstallMessageHandler() | Kai Köhne | 2023-10-13 | 1 | -24/+51 |
| * | QLogging: attempt to free memory in qt_message() before abort() | Thiago Macieira | 2023-09-09 | 1 | -4/+8 |