summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-201-0/+34
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-271-0/+46
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-272-4/+6
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-271-7/+37
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* QList: extend testsIvan Solovev2021-07-211-13/+428
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-161-4/+301
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-091-0/+15
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-091-8/+57
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-051-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-0/+40
* 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