summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-234-0/+242
* tst_QSharedPointer: Fix Clang warnings about self assignmentTor Arne Vestbø2021-05-191-0/+7
* QArrayData: store the right flag type, not an intGiuseppe D'Angelo2021-05-171-1/+1
* Fix comparison between nullptr and QWeakPointerVille Voutilainen2021-04-281-0/+15
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-271-27/+357
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-272-16/+59
* Resurrect tests for QSharedPointerVille Voutilainen2021-04-273-3/+16
* Port of QTimeLine to new property systemAndreas Buhr2021-04-262-14/+290
* Inline test cases in tst_qlistAndrei Golubev2021-04-171-598/+157
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-113-0/+5
* QList: Satisfy contiguous_range requirementsFabian Kosmale2021-04-061-0/+20
* Rename QList test to something meaningfulAndrei Golubev2021-03-181-2/+2
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+15
* QCommandLineParser: fix crash if there's no QCoreApplicationDavid Faure2021-03-011-0/+29
* Add more support for structured bindingsGiuseppe D'Angelo2021-02-252-0/+46
* Disable warnings from using deprecated QScopedPointer::takeVolker Hilsheimer2021-02-131-0/+6
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-7/+63
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-3/+0
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-1/+29
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-0/+14
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-125-99/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0746-280/+0
* tst_qarraydata: blacklist dataPointerAllocate on all 32bit systemsSamuli Piippo2021-01-071-1/+1
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+7
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-051-7/+7
* Replace QtTest headers with QTestDavid Skoland2020-12-2241-41/+54
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-0/+57
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-0/+17
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+3
* tst_containerapisymmetry: fix typoGiuseppe D'Angelo2020-12-031-1/+1
* 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
* QDuplicateTracker: add testsMårten Nordheim2020-12-016-0/+211
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-301-0/+86
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-305-5/+5
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* QMessageAuthenticationCode: extend testsIvan Solovev2020-11-241-0/+61
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+56
* 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
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-201-2/+0
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-171-2/+2
* Clean up QList(iterator, iterator)Lars Knoll2020-11-171-1/+1
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-172-2/+2
* Remove the special code for emplaceFront/Back againLars Knoll2020-11-171-3/+4
* Clean up emplace implementationsLars Knoll2020-11-171-154/+0