summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-261-27/+345
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-261-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-262-17/+59
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+15
* 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
* Simplify QArrayDataOps::insert() for movable typesLars Knoll2020-11-171-157/+0
* Remove unused codeLars Knoll2020-11-171-71/+0
* Remove destructor calls from insert()Lars Knoll2020-11-172-178/+12
* Fix moveAppend() implementationLars Knoll2020-11-171-52/+1
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-172-10/+2
* Simplify code in QExceptionSafetyPrimitivesLars Knoll2020-11-171-33/+10
* Simplify the code for QList::emplace()Lars Knoll2020-11-172-16/+11
* Simplify reallocation handling in QListLars Knoll2020-11-172-3/+3
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-8/+8
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-0/+153
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-091-0/+113
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-043-2/+10
* Rename AllocationPosition enum and its membersLars Knoll2020-11-042-20/+20