index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.8
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
/
src
/
testlib
/
qtestlog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TeamCity logging feature to testlib
Borgar Ovsthus
2016-01-23
1
-0
/
+4
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Testlib: Output function / total time along with crash dump.
Friedemann Kleint
2015-10-13
1
-0
/
+17
*
Add XCTest logger backend to QtTestLib
Tor Arne Vestbø
2015-03-27
1
-0
/
+9
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add QtInfoMsg
Kai Koehne
2015-01-09
1
-1
/
+4
*
Remove trailing '\n' in qFormatLogMessage output
Kai Koehne
2014-10-27
1
-1
/
+0
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
Add support for blacklisting test functions
Lars Knoll
2014-09-21
1
-0
/
+25
*
Add qFormatLogMessage()
Kai Koehne
2014-07-30
1
-4
/
+2
*
Fix QtTestlib build under QT_NO_REGULAREXPRESSION
Giuseppe D'Angelo
2014-05-15
1
-0
/
+8
*
Add a CSV logging feature to the benchlib
Thiago Macieira
2014-02-14
1
-0
/
+4
*
Testlib: Use QString for messages in QAbstractTestLogger::addMessage()
Friedemann Kleint
2014-01-21
1
-14
/
+12
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-01-10
1
-1
/
+6
|
\
|
*
QTestLib: use QT_MESSAGE_PATTERN when showing debug output
David Faure
2014-01-06
1
-1
/
+6
*
|
TestLib: Ignore trailing space in QTest::ignoreMessage
Kai Koehne
2013-12-04
1
-1
/
+15
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-11-26
1
-1
/
+0
|
\
\
|
|
/
|
*
Revert "Add tracing to logging framework"
Kai Koehne
2013-11-07
1
-1
/
+0
*
|
Add overload of QTest::ignoreMessage() taking a QRegularExpression.
Friedemann Kleint
2013-11-17
1
-17
/
+42
|
/
*
Expose QTest::currentAppName() and remove hard-coded argv[0] in tests
Tor Arne Vestbø
2013-09-26
1
-1
/
+1
*
Add tracing to logging framework
hjk
2013-09-25
1
-0
/
+1
*
Don't use deprecated qInstallMsgHandler in testlib
Kai Koehne
2013-08-16
1
-35
/
+7
*
Fix compiler warning about deprecated API
Kai Koehne
2013-05-22
1
-0
/
+10
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Testlib: Disable gcc warning about deprecated qInstallMsgHandler
Kai Koehne
2012-11-01
1
-0
/
+10
*
Logging: Mark deprecated API with QT_DEPRECATED
Kai Koehne
2012-10-16
1
-0
/
+8
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
CodeCoverage: Handle QTest based subtests.
Caroline Chao
2012-02-12
1
-2
/
+17
*
testlib: Clear ignored messages after every data row
Jason McDonald
2012-02-08
1
-1
/
+5
*
CodeCoverage: Save coverage data in QTestLog::stopLogging()
Caroline Chao
2012-02-07
1
-0
/
+17
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Move pass/fail/skip counters from QTestResult to QTestLog.
Jason McDonald
2012-01-17
1
-0
/
+34
*
Rename QTestLog::addIgnoreMessage to QTestLog::ignoreMessage.
Jason McDonald
2012-01-16
1
-1
/
+1
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Stop using QTest::qt_snprintf() in testlib.
Jason McDonald
2011-12-12
1
-1
/
+1
*
Added -datatags option to QTestLib
Jo Asplin
2011-11-04
1
-0
/
+16
*
Make testlib use #include consistently.
Jason McDonald
2011-10-21
1
-8
/
+8
*
Make all uses of QBasicAtomicInt and Pointer use load() and store()
Thiago Macieira
2011-10-03
1
-1
/
+1
*
Make QTest::qWarn() use __FILE__ and __LINE__.
Jason McDonald
2011-09-28
1
-2
/
+2
*
Allow tests to log to multiple destinations
Jason McDonald
2011-09-23
1
-53
/
+139
*
Pass log file name when constructing loggers.
Jason McDonald
2011-09-05
1
-39
/
+23
*
Simplify qtestlib logging code, part 2
Jason McDonald
2011-09-01
1
-2
/
+2
*
Simplify qtestlib logging code, part 1
Jason McDonald
2011-09-01
1
-16
/
+4
*
Remove ability to run tests in random order.
Jason McDonald
2011-08-31
1
-9
/
+0
*
Remove QTestLog constructor/destructor definitions
Jason McDonald
2011-08-29
1
-8
/
+0
*
Add missing assertions.
Jason McDonald
2011-08-29
1
-0
/
+3
*
Be more consistent when including private headers.
Jason McDonald
2011-08-29
1
-3
/
+1
*
Remove mode parameter from QTestLog::addSkip().
Jason McDonald
2011-08-29
1
-2
/
+1
*
Fix typo in enum name.
Jason McDonald
2011-08-29
1
-2
/
+2
[next]