summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QEasingCurve: use comparison helper macrosIvan Solovev3 days2-9/+18
* QMarginsF: add qFuzzyCompare and qFuzzyIsNull overloadsIvan Solovev3 days1-0/+45
* QMargins(F): use comparison helper macrosIvan Solovev3 days1-0/+8
* Fix QMarginsF::operator==() for zero marginsIvan Solovev3 days2-0/+48
* QRectF: add qFuzzyCompare and qFuzzyIsNull overloadsIvan Solovev3 days1-0/+25
* QRect(F): use comparison helper macrosIvan Solovev3 days2-0/+69
* QLineF: add qFuzzyCompare and qFuzzyIsNull overloadsIvan Solovev3 days1-0/+27
* Fix QLineF::isNull behavior when handling zero pointsIvan Solovev3 days1-2/+28
* QLine(F): use comparison helper macrosIvan Solovev3 days2-0/+74
* Add qFuzzyCompare() and qFuzzyIsNull() overloads for QPointFIvan Solovev3 days1-0/+21
* QPoint(F): use comparison helper macrosIvan Solovev3 days4-17/+39
* QVersionNumber: use new comparison helper macrosTatiana Borisova7 days2-154/+78
* Fix test compilation issues with QtLite configurationJari Helaakoski7 days1-2/+2
* QBitArray: use new comparison helper macrosTatiana Borisova2024-04-262-83/+98
* Fix warning: remove unused parameterVolker Hilsheimer2024-04-041-1/+1
* QCommandLineParser: remove redundant #ifdef from unittestAhmad Samir2024-03-161-4/+0
* CMake: Make a few more auto tests standaloneAlexandru Croitor2024-03-141-0/+6
* QTypeRevision: use comparison helper macrosIvan Solovev2024-03-132-13/+18
* QTypeRevision: convert comparison test to data-drivenIvan Solovev2024-03-131-8/+39
* qHash: make hashing of QLatin1StringView be the same as QStringThiago Macieira2024-03-121-1/+1
* qHash: implement an AES hasher for QLatin1StringViewThiago Macieira2024-03-121-3/+3
* qHash: implement chunked hashing of QLatin1StringViewThiago Macieira2024-03-122-4/+50
* QHash: implement the heterogeneous non-const operator[]Thiago Macieira2024-03-121-1/+10
* QHash: add support for heterogeneous key lookupsThiago Macieira2024-03-121-0/+210
* QSpan: add construction from initializer_listGiuseppe D'Angelo2024-03-061-1/+24
* QList: add uninitialized resizesGiuseppe D'Angelo2024-02-161-0/+46
* QVarLengthArray: re-publish Prealloc as a nested PreallocatedSizeMarc Mutz2024-02-151-0/+10
* qHash: backport the q(u)int128-to-quint64 reduction trick to 32-bitThiago Macieira2024-02-121-1/+1
* Add missing qHash(qu/int128) overloadsMarc Mutz2024-02-121-0/+25
* tst_QHashFunctions: make the consistency check table-drivenThiago Macieira2024-02-121-72/+214
* QMap: add missing qHash() overloadMarc Mutz2024-02-091-0/+6
* QList: give the LWG 3346 #ifdef'ery a symbolic nameMarc Mutz2024-02-081-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie GĂ©rard2024-02-0458-58/+58
* qHash: provide the long double overload on Darwin systemsThiago Macieira2024-02-031-2/+0
* QBitArray: use QDataStream::SizeLimitExeeded where applicableMarc Mutz2024-02-031-1/+1
* QBitArray: don't create invalid Qt 5 streamsMarc Mutz2024-02-021-2/+10
* QVersionNumber: make iterableMarc Mutz2024-01-311-0/+43
* QBitArray: avoid overflow in size-to-storage calculationsMarc Mutz2024-01-301-0/+44
* QSpan: make adl_begin() etc SFINAE-friendlyMarc Mutz2024-01-261-0/+3
* Optimize QSet::uniteAllan Sandfeld Jensen2024-01-201-1/+1
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-104-151/+187
* tst_QHashFunctions: extend the consistency() test with mixed-signedness int t...Marc Mutz2024-01-091-0/+19
* QBitArray: add mutation operators taking rvalue QBitArraysThiago Macieira2023-12-141-6/+104
* QBitArray: add rvalue binary bitwise operatorsThiago Macieira2023-12-121-0/+52
* QBitArray: improve memory allocation in the binary bitwise operatorsThiago Macieira2023-12-121-0/+66
* QDuplicateTracker: test with std::string, tooMarc Mutz2023-12-111-0/+23
* Make QAtomicScopedValueRollback public APIRym Bouabid2023-12-083-4/+2
* tst_containerapisymmetry: remove the extra push_backMarc Mutz2023-12-071-17/+17
* QBitArray: replace the member operator~ with a hidden friendThiago Macieira2023-12-071-0/+1