summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/tst_qlogging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix encoding expected by tst_qmessagehandler::qMessagePattern()Edward Welbourne2020-01-091-5/+5
* Conditionally disable parts of the tests testing the deprecated APIsSona Kurazyan2019-08-011-2/+2
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+6
* tests: remove the last uses of Java-style iteratorsMarc Mutz2019-06-131-6/+8
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-8/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+14
|\
| * Android: fix tst_qloggingMårten Nordheim2018-06-281-0/+18
* | tst_qlogging: Fix execution for WinRTOliver Wolff2018-06-271-8/+3
|/
* Fix tst_qmessagehandler for configurations without process supportOliver Wolff2017-05-311-1/+1
* Properly use the "process" featureUlf Hermann2017-02-271-6/+8
* tests/auto/corelib/global: clean upMarc Mutz2016-08-061-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+11
|\
| * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-0/+11
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Fixed qtbase tests to pass with updated license headerJani Heikkinen2016-01-211-8/+8
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QtInfoMsgKai Koehne2015-01-091-6/+11
* Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-081-2/+2
* tst_qlogging: add tests for %{pid} and %{threadid}Thiago Macieira2014-12-191-0/+9
* Fix running tst_qmessagehandler when QT_MESSAGE_PATTERN is setThiago Macieira2014-12-181-0/+9
* Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-1/+1
* Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-6/+6
* logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-0/+16
* Update license headers and add new license filesMatti Paaso2014-09-241-25/+17
* Add unit tests for cleaning up nested functionsThiago Macieira2014-09-231-0/+18
* Ensure that qCleanupFuncinfo works with some C++11 new constructsThiago Macieira2014-08-091-0/+36
* Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-051-1/+2
* Add qFormatLogMessage()Kai Koehne2014-07-301-1/+61
* Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-281-7/+30
* Logging: fix support for %{time format} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-131-0/+13
* tst_qlogging: put the test for QT_MESSAGE_PATTERN in a data functionOlivier Goffart2014-07-131-94/+74
* Remove trailing space from QDebug streamKai Koehne2013-12-061-2/+2
* Print non-default categories in default message handlerKai Koehne2013-10-161-7/+10
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+10
* tst_qlogging: fix test when QT_MESSAGE_PATTERN is already setDavid Faure2013-03-161-5/+14
* QT_MESSAGE_OUTPUT: add support for condition depending on the typeOlivier Goffart2013-02-271-0/+64
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-6/+8
* Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-241-4/+34
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-5/+5
* Fix qlogging test for release configurationMiikka Heikkinen2012-02-171-10/+22
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-171-5/+5
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+17
* Allow customization of qDebug output at runtimeKai Koehne2012-02-091-0/+645