summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineParser: remove redundant #ifdef from unittestAhmad Samir3 days1-4/+0
* CMake: Make a few more auto tests standaloneAlexandru Croitor5 days1-0/+6
* QTypeRevision: use comparison helper macrosIvan Solovev6 days2-13/+18
* QTypeRevision: convert comparison test to data-drivenIvan Solovev6 days1-8/+39
* qHash: make hashing of QLatin1StringView be the same as QStringThiago Macieira6 days1-1/+1
* qHash: implement an AES hasher for QLatin1StringViewThiago Macieira6 days1-3/+3
* qHash: implement chunked hashing of QLatin1StringViewThiago Macieira6 days2-4/+50
* QHash: implement the heterogeneous non-const operator[]Thiago Macieira6 days1-1/+10
* QHash: add support for heterogeneous key lookupsThiago Macieira6 days1-0/+210
* QSpan: add construction from initializer_listGiuseppe D'Angelo13 days1-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
* Long live QSpan as public API!Marc Mutz2023-12-072-3/+1
* Check that QMulti{Map,Hash} (still) store in reverse insertion orderMarc Mutz2023-12-072-0/+45
* tst_ContainerApiSymmetry: check value_types with a const memberMarc Mutz2023-12-071-0/+90
* QSpan: ensure interoperability with std::spanMarc Mutz2023-12-071-0/+36
* QSpan: check conversion from initializer_listMarc Mutz2023-12-071-0/+16
* Add QUniqueHandle - a general purpose RAII wrapper for non-memory typesJøger Hansegård2023-11-153-0/+324
* QCryptographicHash: fallback to non-OpenSSL implementation for KeccakJan Grulich2023-11-081-0/+85
* QSP/QWP: introduce owner_before, owner_equal, owner_hashGiuseppe D'Angelo2023-10-261-0/+136
* QArrayDataPointer: add an allocating constructorThiago Macieira2023-10-252-15/+9
* tst_QHashFunctions: suppress warning about casting from float to _Float16Thiago Macieira2023-10-241-1/+1
* QSpan: add C++23 c{,r}{begin,end}()Marc Mutz2023-10-121-0/+9
* QWeakPointer: fix the converting constructor from rvaluesGiuseppe D'Angelo2023-09-251-0/+16
* QCommandLineParser: Warn invalid value callsAleix Pol2023-09-211-16/+29
* Fix qHash(qfloat16) to match Qt 6.4 behaviorMarc Mutz2023-09-121-6/+0
* tst_QHashFunctions: fix std::pair test to use QFETCH_GLOBAL seedsMarc Mutz2023-09-081-6/+0