summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-261-1/+1
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-0/+68
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-0/+56
* tst_QHashSeed: improve quality of the quality() testThiago Macieira2021-11-231-10/+15
* tst_QHashSeed: reset the global seed in each iterationThiago Macieira2021-11-231-0/+2
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-0/+12
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+16
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-5/+5
* Fix signed/unsigned comparison warnings in tst_QArrayDataEdward Welbourne2021-10-291-6/+6
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-0/+17
* QHash: double the size of the stored seedThiago Macieira2021-10-261-0/+12
* QVarLengthArray: Reduce memory allocations in emplace()Robert Löhning2021-10-231-0/+27
* Remove the unnecessary compile-time check for recursive QSetSona Kurazyan2021-10-211-2/+0
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+4
* QList: avoid a iterator->pointer conversion in the testGiuseppe D'Angelo2021-10-141-1/+1
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-0/+134
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-112-13/+18
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-024-25/+0
* Compile autotests for IntegrityTatiana Borisova2021-09-204-5/+14
* Remove conditioning on Android embeddedEdward Welbourne2021-09-173-15/+13
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-2/+3
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-0/+34
* QVarLengthArray: add support for emplacementMarc Mutz2021-08-161-0/+19
* tests: fix some -WvolatileMarc Mutz2021-07-282-1/+4
* 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
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* QList: extend testsIvan Solovev2021-07-201-13/+428
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QCryptographicHash: use a std::array to hold result (was: QByteArray)Marc Mutz2021-07-151-6/+6
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-121-1/+1
* tst_QSharedPointer: fix -Wsuggest-override warningsMarc Mutz2021-07-091-7/+7
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* tst_QCryptographicHash: simplify the creation of a large QBAMarc Mutz2021-07-071-4/+1
* QCryptographicHash: port addData() to QByteArrayViewMarc Mutz2021-07-061-7/+7
* QCryptographicHash: don't present the same data over and over againMarc Mutz2021-07-061-0/+84
* tst_QCryptographicHash: make hashLength() data-drivenMarc Mutz2021-07-051-3/+12
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-111-1/+1
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-0/+40