index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
corelib
/
global
/
qlogging
/
tst_qlogging.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix encoding expected by tst_qmessagehandler::qMessagePattern()
Edward Welbourne
2020-01-09
1
-5
/
+5
*
Conditionally disable parts of the tests testing the deprecated APIs
Sona Kurazyan
2019-08-01
1
-2
/
+2
*
Remove usages of deprecated APIs of corelib
Sona Kurazyan
2019-07-05
1
-0
/
+6
*
tests: remove the last uses of Java-style iterators
Marc Mutz
2019-06-13
1
-6
/
+8
*
Remove handling of missing very old compiler feature check
Allan Sandfeld Jensen
2019-04-06
1
-8
/
+0
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-07-02
1
-0
/
+14
|
\
|
*
Android: fix tst_qlogging
Mårten Nordheim
2018-06-28
1
-0
/
+18
*
|
tst_qlogging: Fix execution for WinRT
Oliver Wolff
2018-06-27
1
-8
/
+3
|
/
*
Fix tst_qmessagehandler for configurations without process support
Oliver Wolff
2017-05-31
1
-1
/
+1
*
Properly use the "process" feature
Ulf Hermann
2017-02-27
1
-6
/
+8
*
tests/auto/corelib/global: clean up
Marc Mutz
2016-08-06
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-04
1
-0
/
+11
|
\
|
*
Fix qSetMessagePattern to have many time/backtrace parts
M. Moellney
2016-03-25
1
-0
/
+11
*
|
Updated license headers
Jani Heikkinen
2016-01-21
1
-17
/
+12
*
|
Fixed qtbase tests to pass with updated license header
Jani Heikkinen
2016-01-21
1
-8
/
+8
*
|
Tests: Fix single-character string literals.
Friedemann Kleint
2015-10-13
1
-1
/
+1
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add QtInfoMsg
Kai Koehne
2015-01-09
1
-6
/
+11
*
Add support for printing the real thread ID with QT_MESSAGE_PATTERN
Thiago Macieira
2015-01-08
1
-2
/
+2
*
tst_qlogging: add tests for %{pid} and %{threadid}
Thiago Macieira
2014-12-19
1
-0
/
+9
*
Fix running tst_qmessagehandler when QT_MESSAGE_PATTERN is set
Thiago Macieira
2014-12-18
1
-0
/
+9
*
Fix the %{time} printing to *not* default to the process's time
Thiago Macieira
2014-11-21
1
-1
/
+1
*
Remove trailing '\n' in qFormatLogMessage output
Kai Koehne
2014-10-27
1
-6
/
+6
*
logging: Fix qCleanupFuncinfo to not mangle Objective-C message names
Tor Arne Vestbø
2014-10-20
1
-0
/
+16
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-25
/
+17
*
Add unit tests for cleaning up nested functions
Thiago Macieira
2014-09-23
1
-0
/
+18
*
Ensure that qCleanupFuncinfo works with some C++11 new constructs
Thiago Macieira
2014-08-09
1
-0
/
+36
*
Logging: use the known function when the first frame of the backtrace is unknown
Olivier Goffart
2014-08-05
1
-1
/
+2
*
Add qFormatLogMessage()
Kai Koehne
2014-07-30
1
-1
/
+61
*
Logging: support %{backtrace} in QT_MESSAGE_PATTERN
Olivier Goffart
2014-07-28
1
-7
/
+30
*
Logging: fix support for %{time format} in QT_MESSAGE_PATTERN
Olivier Goffart
2014-07-13
1
-0
/
+13
*
tst_qlogging: put the test for QT_MESSAGE_PATTERN in a data function
Olivier Goffart
2014-07-13
1
-94
/
+74
*
Remove trailing space from QDebug stream
Kai Koehne
2013-12-06
1
-2
/
+2
*
Print non-default categories in default message handler
Kai Koehne
2013-10-16
1
-7
/
+10
*
Add QT_NO_PROCESS guards in tests where they are missing
Andrew Knight
2013-09-03
1
-0
/
+10
*
tst_qlogging: fix test when QT_MESSAGE_PATTERN is already set
David Faure
2013-03-16
1
-5
/
+14
*
QT_MESSAGE_OUTPUT: add support for condition depending on the type
Olivier Goffart
2013-02-27
1
-0
/
+64
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
tests: Don't omit the body of a test function with QT_BUILD_INTERNAL
Sergio Ahumada
2012-09-14
1
-6
/
+8
*
Allow qDebug output to be configured by qSetMessagePattern()
Kai Koehne
2012-04-24
1
-4
/
+34
*
Logging: Change arguments of message handler to avoid conversions
Kai Koehne
2012-04-20
1
-5
/
+5
*
Fix qlogging test for release configuration
Miikka Heikkinen
2012-02-17
1
-10
/
+22
*
QDebug: Add support for %{pid}, %{appname} and %{threadid}
David Faure
2012-02-17
1
-5
/
+5
*
Fix qlogging autotest for clang
Kai Koehne
2012-02-10
1
-0
/
+17
*
Allow customization of qDebug output at runtime
Kai Koehne
2012-02-09
1
-0
/
+645