summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Haiku: Make remaining auto tests compile on HaikuTobias Koenig2015-01-141-1/+1
* Add QtInfoMsgKai Koehne2015-01-092-7/+13
* 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
* Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-012-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-242-44/+28
* 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-092-0/+37
* 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-283-7/+64
* 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-162-7/+14
* 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-182-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-6/+8
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-0/+1
* Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-242-4/+41
* Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-5/+5
* Changed qlogging unittest to install subprogramKurt Korbatits2012-03-011-0/+3
* Fixed tst_qlogging app silently not compiled in some -fast builds.Rohan McGovern2012-02-223-5/+5
* Fix qlogging test.Friedemann Kleint2012-02-211-2/+3
* Fix qlogging test for release configurationMiikka Heikkinen2012-02-172-12/+26
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-172-7/+10
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+17
* Allow customization of qDebug output at runtimeKai Koehne2012-02-095-0/+718