qtbase/src/testlib
Frederik Gladhorn ad16478a76 Merge remote-tracking branch 'origin/5.6' into dev
Based on merge done by Liang Qi

Change-Id: Id566e5b9f284d29bff2199f13f9417c660f5b26f
2016-01-08 12:35:24 +01:00
..
3rdparty Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
doc Doc: Update examplesinstallpath to include the repository name 2015-10-21 09:50:16 +00:00
qabstracttestlogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qabstracttestlogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qasciikey.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmark.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmark.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmark_p.h QtTest: don't hold QBenchmarkResults in QList 2015-06-21 11:46:59 +00:00
qbenchmarkevent.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkevent_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmeasurement.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmeasurement_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmetric.cpp Fix some qdoc warnings. 2015-09-07 11:58:04 +00:00
qbenchmarkmetric.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkmetric_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkperfevents.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkperfevents_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qbenchmarkvalgrind.cpp Use Q_UNLIKELY for every qFatal()/qCritical() 2015-11-29 22:59:17 +00:00
qbenchmarkvalgrind_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qcsvbenchmarklogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qcsvbenchmarklogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qplaintestlogger.cpp Testlib: Output total test time in plain text logger. 2015-10-30 19:19:10 +00:00
qplaintestlogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qsignaldumper.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qsignaldumper_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qsignalspy.h QSignalSpy: Improve warning about unregistered parameter types. 2015-11-25 20:49:42 +00:00
qsignalspy.qdoc Update copyright headers 2015-02-11 06:49:51 +00:00
qtest.h QtTest: Add QHostAddress support for QCOMPARE failures 2015-08-15 04:35:34 +00:00
qtest_global.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtest_gui.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtest_widgets.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestaccessible.h QtBase: remove explicit function info from qWarning() etc 2015-11-28 16:34:26 +00:00
qtestassert.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestblacklist.cpp Add processor types to blacklist keywords 2015-10-15 14:00:34 +00:00
qtestblacklist_p.h Testlib: Export blacklist functions 2015-06-08 10:54:35 +00:00
qtestcase.cpp Merge remote-tracking branch 'origin/5.6' into dev 2016-01-08 12:35:24 +01:00
qtestcase.h Fix QCOMPARE with enum classes. 2015-11-26 16:00:30 +00:00
qtestcase.qdoc Testlib: Move documentation from qtestcase.cpp to qtestcase.qdoc. 2015-12-02 11:09:18 +00:00
qtestcoreelement_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestcorelist_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestdata.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestdata.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelement.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelement_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelementattribute.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestelementattribute_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestevent.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestevent.qdoc Update copyright headers 2015-02-11 06:49:51 +00:00
qtesteventloop.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestkeyboard.h Move shortcut handling back into QPA and simplify delivery 2015-10-07 13:24:45 +00:00
qtestlog.cpp Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qtestlog_p.h Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qtestmouse.cpp QTestLib: Move lastButton member into implementation 2015-06-02 21:55:54 +00:00
qtestmouse.h QTest::mouseEvent expects window-local coordinates. 2015-11-17 15:30:40 +00:00
qtestresult.cpp Testlib: Avoid formatting unneeded messages. 2015-10-30 21:28:20 +00:00
qtestresult_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestspontaneevent.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtestsystem.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtesttable.cpp Cleanup memory owned by QTestTablePrivate 2015-12-30 10:02:48 +00:00
qtesttable_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qtesttouch.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestxunitstreamer.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qtestxunitstreamer_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qxctestlogger.mm Use Q_UNLIKELY for every qFatal()/qCritical() 2015-11-29 22:59:17 +00:00
qxctestlogger_p.h Add XCTest logger backend to QtTestLib 2015-03-27 16:53:43 +00:00
qxmltestlogger.cpp Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qxmltestlogger_p.h Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qxunittestlogger.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qxunittestlogger_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
testlib.pro Distinguish between Objective-C and Objective-C++ sources 2015-10-09 15:15:17 +00:00