summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-5/+16
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-071-6/+6
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-071-1/+3
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-072-12/+19
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-6/+2
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-062-10/+11
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-063-8/+13
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-0/+5
* Fix compiler warning from discarded return valueVolker Hilsheimer2020-12-041-1/+1
* tst_qstorageinfo: Test the copy ctorMårten Nordheim2020-12-031-0/+7
* Add test for QTranslator::load() translation file lookup algorithmKarsten Heimrich2020-12-031-0/+69
* tst_containerapisymmetry: fix typoGiuseppe D'Angelo2020-12-031-1/+1
* Add test for qRoundDavid Skoland2020-12-021-0/+56
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-021-0/+67
* QSet: add insert(T&&)Mårten Nordheim2020-12-022-5/+79
* Add tests for the new erase/erase_if for sequential containersGiuseppe D'Angelo2020-12-012-0/+90
* tst_containerapisymmetry: use an algorithmGiuseppe D'Angelo2020-12-011-3/+3
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-011-0/+3
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-011-1/+0
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* QDuplicateTracker: add testsMårten Nordheim2020-12-016-0/+211
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-301-0/+39
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-306-3/+160
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-301-0/+86
* QCollator: extend testsIvan Solovev2020-11-301-5/+117
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3010-12/+12
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-301-3/+3
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-301-39/+0
* tst_qmetaobjectbuilder: Clean-up deallocation of dynamic metaobjectsFabian Kosmale2020-11-301-9/+16
* tst_qmetaobjectbuilder: more descriptive error messagesFabian Kosmale2020-11-301-41/+78
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-301-0/+20
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-302-0/+168
* Fix compiler warning - remove dead codeVolker Hilsheimer2020-11-271-24/+0
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-7/+101
* Android: exclude faulty qfilesystemwatcher testAssam Boudjelthia2020-11-253-2/+7
* QSet: add missing insert-with-hintMarc Mutz2020-11-251-2/+2
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* Fix tst_qlibrary after rebuildAndreas Buhr2020-11-242-2/+30
* QMessageAuthenticationCode: extend testsIvan Solovev2020-11-241-0/+61
* Fix tst_qlibrary by telling CMake about required librariesAndreas Buhr2020-11-231-0/+1
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-19/+23
* Add convenience functions for QFuture creationIvan Solovev2020-11-231-0/+69
* tst_QProcess: fix compilation on WindowsAlex Trotsenko2020-11-221-0/+2
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+56
* Add unit test for QAnyStringView::compareAndreas Buhr2020-11-211-1/+8
* Android: exclude qarraydata::dataPointerAllocate() from CI testsAssam Boudjelthia2020-11-201-0/+3
* Extend tests for QMarginsIvan Solovev2020-11-201-0/+38
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-202-0/+119
* Add unit test for YearMonthDateAndreas Buhr2020-11-201-0/+31