summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * QNX: fix slog2 for QNX7Samuli Piippo2017-12-131-1/+1
* | Replace a few hardcoded paths with defaults from paths.hThiago Macieira2017-12-241-1/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+1
|\|
| * QLogging: Fix unused static function warningOrgad Shaneh2017-06-131-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-1/+1
|\|
| * Fix Clang build: it does not have __attribute__((optimize(x)))Thiago Macieira2017-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-1/+1
|\|
| * Consider ENXIO (No such device or address) reason to check isatty()Tor Arne Vestbø2017-04-051-1/+1
* | Implement a counted QT_FATAL_WARNINGSThiago Macieira2017-03-211-4/+24
|/
* Build fix for -no-feature-datestringPaul Olav Tvete2017-02-171-1/+3
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-0/+4
|\