summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtest.h
Commit message (Expand)AuthorAgeFilesLines
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-031-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtTestLib: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-6/+6
* QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteralSona Kurazyan2022-05-021-1/+1
* QTest: fix QCOMPARE with QT_TYPESAFE_FLAGSMarc Mutz2022-03-021-2/+4
* QCborArray: use QCborValueConstRefThiago Macieira2022-02-151-1/+1
* Refactor QTEST*_MAIN() implementationsEdward Welbourne2021-12-091-59/+32
* QTest: support initMain() in QTEST_APPLESS_MAINGiuseppe D'Angelo2021-10-051-0/+1
* QTest: fix -Wformat-overflow GCC warningMarc Mutz2021-07-011-1/+1
* QTestlib: Fix custom toString() implementations for QList comparisonFriedemann Kleint2021-01-071-11/+11
* Remove unnecessary cast-to-int for parameter to QBitArrayMårten Nordheim2020-11-021-1/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-7/+0
* Remove two obsolete #definesLars Knoll2020-09-061-5/+0
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-1/+1
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-1/+0
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-0/+5
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-3/+142
* testlib: Set AA_UseHighDpiPixmaps false for low-DPI testsTor Arne Vestbø2020-07-241-0/+8
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-211-15/+54
* Long live std::pair!Giuseppe D'Angelo2020-06-101-8/+0
* avoid compile warning when using clang++ with -Wshorten-64-to-32Martin Koller2020-04-111-1/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* QTest::toString(QBitArray): fix Mismatched free() / delete / delete []Thiago Macieira2019-12-101-1/+1
* QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-131-0/+32
* QTest: add toString(QBitArray)Thiago Macieira2019-08-051-0/+11
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
* Fix build without features.itemmodelTasuku Suzuki2019-07-061-0/+4
* Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-15/+12
* Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-241-0/+25
* QtTest: add toString(QModelIndex)Christian Ehrlicher2018-12-311-0/+8
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-081-0/+7
|\
| * QTest: Make QCOMPARE of QCborError produce outputThiago Macieira2018-12-071-0/+7
* | Remove GPU_BLACKLIST support from QTestEdward Welbourne2018-10-121-20/+5
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-2/+2
|\
| * Modernize the "datestring" featureLiang Qi2018-09-241-2/+2
* | Improve std::tuple handling in testsSamuel Gaist2018-06-031-0/+21
|/
* Testlib: Rename qtest_global.h to qttestglobal.hUlf Hermann2018-03-211-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Move toString calls after their definitionTimo Aarnipuro2017-07-211-0/+16
* QtTest: add support for printing QStringViewsMarc Mutz2017-04-241-1/+6
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-0/+6
|\
| * QtTest: add toString(QUuid)Marc Mutz2017-04-111-0/+6
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-3/+3
|/
* Add qtest_network.hMarc Mutz2016-09-291-24/+4
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-7/+27
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-6/+26
| |\
| | * Testlib: Replace QString::arg() formatting by snprintf()Friedemann Kleint2016-07-081-6/+26
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1