summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-0/+4
| |\
| | * Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4
* | | Clean up config handling of logging backendsLars Knoll2016-11-291-11/+12
|/ /
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+1
| |\
| | * Doc: Add missing reference to qInfo()Kai Koehne2016-11-181-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-0/+1
| |\|
| | * Fix bootstrap applications crashing when QT_MESSAGE_PATTERN contains %{backtr...Olivier Goffart2016-09-211-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-1/+2
|\| |
| * | Disable forcing of -fomit-frame-pointer with ICCThiago Macieira2016-09-161-1/+2
* | | qFatal: unify the code path for aborting via std::abortGiuseppe D'Angelo2016-07-251-5/+3
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-5/+5
|\| |
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-55/+85
|\| |
| * | Move out the code to extract the backtrace to another functionThiago Macieira2016-05-131-55/+85
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-3/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-3/+6
| |\|
| | * QMessagePattern: Fix indentation and use QVector for a large structThiago Macieira2016-04-231-3/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-22/+53
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-20/+49
| |\|