..
3rdparty
Update Valgrind to version 3.22.0
2024-02-06 16:23:42 +01:00
doc
Doc: Remove \note that indicates you can access the source code
2024-04-29 17:38:52 +02:00
CMakeLists.txt
QTest: group all the toString() functionality in a single header
2024-04-26 18:19:36 +02:00
configure.cmake
…
qabstractitemmodeltester.cpp
…
qabstractitemmodeltester.h
…
qabstracttestlogger.cpp
Add QTest option for repeating the entire test execution
2023-11-15 11:07:09 +00:00
qabstracttestlogger_p.h
Add QTest option for repeating the entire test execution
2023-11-15 11:07:09 +00:00
qappletestlogger.cpp
QAppleTestLogger: Add source link to failure messages
2024-01-22 15:51:21 +01:00
qappletestlogger_p.h
…
qasciikey.cpp
Rename Qt::Key_mu to Qt::Key_micro
2023-08-24 13:51:36 +00:00
qbenchmark.cpp
QBENCHMARK: mark loop operations as noexcept
2023-11-15 23:40:24 +01:00
qbenchmark.h
QBENCHMARK: mark loop operations as noexcept
2023-11-15 23:40:24 +01:00
qbenchmark_p.h
QBENCHMARK: mark loop operations as noexcept
2023-11-15 23:40:24 +01:00
qbenchmarkevent.cpp
…
qbenchmarkevent_p.h
…
qbenchmarkmeasurement.cpp
…
qbenchmarkmeasurement_p.h
…
qbenchmarkmetric.cpp
…
qbenchmarkmetric.h
…
qbenchmarkmetric_p.h
…
qbenchmarkperfevents.cpp
Fix some narrowing conversion warnings
2023-04-08 13:24:04 +02:00
qbenchmarkperfevents_p.h
…
qbenchmarktimemeasurers_p.h
…
qbenchmarkvalgrind.cpp
QBenchmark: abort if we can't open the output file
2024-04-04 12:24:18 +01:00
qbenchmarkvalgrind_p.h
…
qcomparisontesthelper.cpp
TestLib: provide helper functions to test relational operators
2023-11-13 16:35:54 +01:00
qcomparisontesthelper_p.h
QTest::test*Operators: test reverse order too
2024-04-27 21:35:38 +00:00
qcsvbenchmarklogger.cpp
…
qcsvbenchmarklogger_p.h
…
qemulationdetector_p.h
Change license in files to avoid LGPL and non-LGPL license mix
2024-02-20 16:22:28 +01:00
qjunittestlogger.cpp
Remove the manual undef of the min/max macros, or def NOMINMAX
2023-06-08 01:18:04 +02:00
qjunittestlogger_p.h
…
qplaintestlogger.cpp
Add QTest option for repeating the entire test execution
2023-11-15 11:07:09 +00:00
qplaintestlogger_p.h
Add QTest option for repeating the entire test execution
2023-11-15 11:07:09 +00:00
qpropertytesthelper_p.h
Fix a compiler warning (GCC 13.2.1) -Wpessimizing-move
2023-11-20 22:19:19 +00:00
qsignaldumper.cpp
SignalDumper: protect access to ignoreClasses
2024-01-19 22:28:00 +00:00
qsignaldumper_p.h
…
qsignalspy.cpp
QSignalSpy: make sig member const
2024-05-16 17:12:14 +02:00
qsignalspy.h
QSignalSpy: make sig member const
2024-05-16 17:12:14 +02:00
qt_cmdline.cmake
…
qtaptestlogger.cpp
QTest: Rename QCOMPARE_XX parameters to add meaning
2023-03-08 15:10:21 +01:00
qtaptestlogger_p.h
…
qteamcitylogger.cpp
QtMiscUtils: add isAsciiPrintable() helper
2023-03-18 12:00:56 +02:00
qteamcitylogger_p.h
…
qtest.h
QTest: group all the toString() functionality in a single header
2024-04-26 18:19:36 +02:00
qtest_gui.h
testlib: Add test function for simulating wheel events
2023-12-20 01:15:17 +01:00
qtest_network.h
QTest: rip out qxp::function_ref from reportResult()
2024-04-26 18:19:36 +02:00
qtest_widgets.h
QTest: rip out qxp::function_ref from reportResult()
2024-04-26 18:19:36 +02:00
qtestaccessible.h
testlib: Integrate the new object type in the unit testing system
2024-05-31 05:13:50 +02:00
qtestassert.h
Testlib: Make QTEST_ASSERT usable in constexpr functions
2023-07-17 08:33:40 +00:00
qtestblacklist.cpp
Add preliminary support for Qt for visionOS
2024-04-18 05:00:57 +02:00
qtestblacklist_p.h
Make checkBlackLists() return bool
2023-11-03 16:31:57 +03:00
qtestcase.cpp
Extend QTest::failOnWarning() to a no-parameter fail-on-any-warning
2024-05-06 20:27:41 +02:00
qtestcase.h
Extend QTest::failOnWarning() to a no-parameter fail-on-any-warning
2024-05-06 20:27:41 +02:00
qtestcase.qdoc
QTest: rip out qxp::function_ref from compare_helper()
2024-04-26 18:19:36 +02:00
qtestcase_p.h
Remove the use of Q_TESTLIB_PRIVATE_EXPORT
2023-12-22 19:07:27 +01:00
qtestcoreelement_p.h
…
qtestcrashhandler.cpp
QTest: move crash-handling code out into qtestcrashhandler_p.h
2024-04-04 14:08:57 +08:00
qtestcrashhandler_p.h
QTest: expose API needed for Qt Quick Test to print crash backtraces
2024-04-04 14:09:03 +08:00
qtestdata.cpp
…
qtestdata.h
…
qtestelement.cpp
…
qtestelement_p.h
…
qtestelementattribute.cpp
…
qtestelementattribute_p.h
…
qtestevent.h
Add -Wweak-vtables to headersclean
2024-05-19 15:56:17 +00:00
qtestevent.qdoc
QDoc: Drop default arguments from some \fn documentation strings
2024-03-13 15:43:10 +01:00
qtesteventloop.h
QTestEventLoop: add enterLoop(std::chrono::milliseconds) overload
2023-03-03 21:36:48 +02:00
qtesthelpers_p.h
…
qtestjunitstreamer.cpp
…
qtestjunitstreamer_p.h
…
qtestkeyboard.h
…
qtestlog.cpp
Extend QTest::failOnWarning() to a no-parameter fail-on-any-warning
2024-05-06 20:27:41 +02:00
qtestlog_p.h
Extend QTest::failOnWarning() to a no-parameter fail-on-any-warning
2024-05-06 20:27:41 +02:00
qtestmouse.cpp
…
qtestmouse.h
Silence a warning in release build
2023-12-01 13:22:00 +02:00
qtestregistry.cpp
…
qtestregistry_p.h
…
qtestresult.cpp
QTest: rip out qxp::function_ref from reportResult()
2024-04-26 18:19:36 +02:00
qtestresult_p.h
QTest: rip out qxp::function_ref from compare_helper()
2024-04-26 18:19:36 +02:00
qtestspontaneevent.h
…
qtestsystem.h
…
qtesttable.cpp
Make adding new rows to QTestTable more efficient
2024-01-15 20:52:54 +00:00
qtesttable_p.h
…
qtesttostring.h
QTest: rip out qxp::function_ref from compare_helper()
2024-04-26 18:19:36 +02:00
qtesttouch.h
…
qtestutil_macos.mm
…
qtestutil_macos_p.h
…
qtestwheel.h
testlib: Add test function for simulating wheel events
2023-12-20 01:15:17 +01:00
qttestglobal.h
Do not generate the deprecated 'QtTest/qtest_global.h'
2023-08-24 13:39:45 +02:00
qxctestlogger.mm
…
qxctestlogger_p.h
…
qxmltestlogger.cpp
…
qxmltestlogger_p.h
…
removed_api.cpp
QTest: add removed_api.cpp and move deprecated functions to it
2024-04-26 18:19:36 +02:00
selfcover.cmake
…