summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when comparing qsizetype to size_tTor Arne Vestbø2020-07-291-1/+1
* Fix warnings about unused expression results in testsTor Arne Vestbø2020-07-293-16/+16
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-293-7/+7
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-296-0/+12
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-1/+1
* QLine: purge deprecated APIEdward Welbourne2020-07-271-64/+1
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-32/+0
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-263-20/+1
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-266-0/+25
* Fix warning when comparing qsizetype to result of sizeofTor Arne Vestbø2020-07-261-1/+1
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-263-4/+4
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-231-39/+0
* tst_QPluginLoader: Fix MachO stub testsTor Arne Vestbø2020-07-222-5/+12
* tst_QLine: use qmath.h's constants instead of local versionsEdward Welbourne2020-07-211-15/+9
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-201-6/+0
* QUrl: purge deprecated APIEdward Welbourne2020-07-201-2/+0
* QChar: purge deprecated APIEdward Welbourne2020-07-201-4/+1
* Fix compiler warning in tst_qstringlistmodelLars Schmertmann2020-07-201-1/+1
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-15/+31
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-11/+11
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-151-0/+72
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-0/+9
* Support digit-grouping correctlyEdward Welbourne2020-07-141-4/+4
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-141-7/+41
* QtConcurrent: Get rid of multi-inheritance inside RunFunctionTaskBaseJarek Kobus2020-07-141-9/+9
* tst_QCollator: avoid an unused variable warningEdward Welbourne2020-07-131-0/+2
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-1311-1766/+1
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-101-1/+0
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-3/+6
* Separate the error case when evaluating bindingsLars Knoll2020-07-101-8/+6
* Cleanup QPropertyBindingErrorLars Knoll2020-07-101-2/+1
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-104-4/+4
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-0/+7
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-0921-59/+114
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-09204-290/+288
* CMake: Regenerate testsAlexandru Croitor2020-07-095-12/+19
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-082-59/+59
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+97
* Introduce QByteArrayViewSona Kurazyan2020-07-085-0/+611
* Add tst_QByteArrayApiSymmetry testSona Kurazyan2020-07-086-334/+859
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-6/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0711-42/+42
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-0750-426/+375
* Rename from() to sliced()Lars Knoll2020-07-061-2/+2
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-061-0/+30
* Port QString to qsizetypeLars Knoll2020-07-062-32/+32
* Use qsizetype in QListLars Knoll2020-07-061-2/+2