summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-20/+49
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-2/+4
| |\|
| | * Docs of qSetMessagePattern missing relation to qCDebug and co.M. Moellney2016-03-211-2/+4
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+5
|\|
| * Android: Fix compilation with NDK r11BogDan Vatra2016-03-171-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
|\|
| * QNX: Fix logging of QtDebugMsg in slog2 backendKai Koehne2016-03-071-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+2
|\|
| * Win: Prevent crash in qt_message_fatal()Kai Koehne2016-02-261-1/+2
* | Updated license headersJani Heikkinen2016-01-211-2/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Add the QT_HAS_xxx macros for post-C++11 feature testingThiago Macieira2015-10-161-6/+2
|/
* Support logging direct to syslog, if enabled.Tasuku Suzuki2015-08-091-0/+32
* Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
* QNX: Fix namespace Qt buildSérgio Martins2015-07-081-2/+4
* Doc fix typo in QT_MESSAGE_PATTERNTasuku Suzuki2015-05-271-1/+1
* Reorder member variables to avoid padding.Volker Krause2015-05-141-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-9/+20
|\
| * qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-2/+6
| |\
| | * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| * | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
| |/
* | QLogging: use return-by-value in qt_messageMarc Mutz2015-02-121-40/+16
* | QLogging: prevent qt_message from being inlined into each of 14 callersMarc Mutz2015-02-121-0/+1
* | QLogging: avoid a needless checkMarc Mutz2015-02-121-9/+3
* | QLogging: migrate to QString::(v)asprintfMarc Mutz2015-02-121-5/+5
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | qlogging: Fix build on FreeBSD after 63cd16d.Raphael Kubo da Costa2015-01-281-2/+2
* | Add QtInfoMsgKai Koehne2015-01-091-6/+143
* | Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-081-2/+42
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-12/+9
|\|
| * Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
* | Display the QElapsedTimer reference time in %{time}Thiago Macieira2014-12-201-7/+12
|/
* Fix constant "Qt" LOG_TAG in AndroidAndré Klitzing2014-12-151-2/+2