summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Win: work around (estimated) 32k char limit for OutputDebugStringOliver Wolff2020-02-021-5/+25
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-4/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-2/+2
| |\
| | * qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-221-1/+3
| |\|
| | * Fix qErrnoWarning() printing no error in some conditionsThiago Macieira2019-08-191-1/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-131-15/+20
| |\|
| | * Optimize and fix handling of QtMessageHandlersMarc Mutz2019-07-111-15/+20
* | | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-2/+3
* | | Optimize and fix handling of QtMessageHandlersMarc Mutz2019-06-231-15/+19
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-6/+6
* | | QMessagePattern: replace manual memory handling with std::unique_ptrMarc Mutz2019-06-131-25/+12
* | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-7/+7
* | | QMessageLogContext: rename and improve copy()Giuseppe D'Angelo2019-05-271-18/+23
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-0/+3
| |\|
| | * Add tracepoint to qt_message_printMilian Wolff2019-04-051-0/+3
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
|/ /
* / Fix can not -> cannotRobert Loehning2019-02-251-1/+1
|/
* Unbreak the build with ICC on WindowsThiago Macieira2018-11-211-1/+1
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-3/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-3/+1
|\
| * Android: fix log output patternLuka Modric2018-09-271-3/+1
* | Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-2/+1
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+37
* | Make local symbols of some leaked namesThiago Macieira2018-08-031-1/+1
* | QLogging: make QRegularExpression objects static constGiuseppe D'Angelo2018-08-031-3/+3
* | Remove a deprecation warning coming from QRegularExpressionGiuseppe D'Angelo2018-07-211-2/+1
* | qFatal: Prevent deadlocks on WindowsThiago Macieira2018-05-021-1/+28
|/
* Doc: Mark local functions in qlogging.cpp as internalKai Koehne2018-04-231-0/+3
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-2/+2
* logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-071-52/+99
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-2/+2
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-2/+2
* | Add support for Apple Unified LoggingTor Arne Vestbø2018-02-121-0/+7
* | logging: Break out stderr logging sink into separate functionTor Arne Vestbø2018-02-111-13/+16
* | logging: Don't build alternate logging sinks for QT_BOOTSTRAPPEDTor Arne Vestbø2018-02-111-7/+13
* | logging: Break out QMessagePattern error reporting into standalone functionTor Arne Vestbø2018-02-111-14/+20
* | logging: Use !QT_BOOTSTRAPPED instead of QT_BUILD_CORE_LIBTor Arne Vestbø2018-02-101-1/+1
* | logging: Group alternate logging sink implementationsTor Arne Vestbø2018-02-091-58/+62
* | Prevent duplicated log output when using alternate logging sinksTor Arne Vestbø2018-02-081-5/+6
* | Fix inverted logic in slog2 log handler for when to disable loggingTor Arne Vestbø2018-02-081-1/+1
* | Unconditionally log to stderr, regardless of qt_logging_to_console()Tor Arne Vestbø2018-02-051-1/+1
* | logging: Factor out how to determine if a category is the default categoryTor Arne Vestbø2018-01-161-2/+7
* | Fix QNX 7 buildTor Arne Vestbø2018-01-141-2/+2
* | logging: Break out alternative logging sinks into a well defined APITor Arne Vestbø2018-01-121-30/+74
* | logging: Clarify that QT_MESSAGE_PATTERN only applies to unstructured loggingTor Arne Vestbø2018-01-121-0/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+1
|\|