summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tst_QHashFunctions: test with actual 64-bit seedsMarc Mutz2023-09-081-12/+18
* QArrayDataPointer: remove Q_CHECK_PTR in assign(it, it) againDennis Oberst2023-09-071-0/+20
* QArrayData: make calculateBlockSize() account for the extra null elementThiago Macieira2023-09-032-2/+3
* tst_QFreeList: build with QT_NO_FOREACHAhmad Samir2023-08-191-3/+1
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-193-21/+14
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-195-0/+7
* tst_QHashFunctions: extend the consistency() test with int/FP typesMarc Mutz2023-08-161-0/+55
* tst_QHashFunctions: use actual seed in consistent() test functionMarc Mutz2023-08-161-1/+1
* CMake: remove check for cxx11_futureThiago Macieira2023-08-022-14/+1
* tst_QExplicitlySharedDataPointer: Remove stray commentAxel Spoerl2023-07-251-1/+0
* Long live QSpan!Marc Mutz2023-07-213-0/+373
* QAtomicScopedValueRollback: fix CTAD for Q(Basic)AtomicPointerMarc Mutz2023-07-121-0/+7
* tst_QScopeGuard: test if and how guard in optional<> worksMarc Mutz2023-07-101-0/+21
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-0544-0/+264
* Add q20::erase_if(std::vector, pred) and erase(vector, val)Ahmad Samir2023-06-221-16/+8
* tst_containerapisymmetry: check that std::size() worksMarc Mutz2023-06-091-1/+1
* QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible...Marc Mutz2023-06-071-0/+2
* QByteArray: add STL-style assign()Dennis Oberst2023-06-021-0/+1
* tst_ContainerApiSymmetry: make assign_impl() more robustDennis Oberst2023-06-011-22/+30
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-171-4/+17
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-171-10/+95
* QList: add STL-style assign()Dennis Oberst2023-05-162-0/+69
* tst_ContainerApiSymmetry: fix spacing of template <typenameMarc Mutz2023-05-161-1/+1
* Darwin: Remove QMacAutoReleasePool heap allocation detectionTor Arne Vestbø2023-05-151-21/+0
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-1/+1
* tst_ContainerApiSymmetry: make assign_impl() robust w.r.t. overallocationMarc Mutz2023-05-131-7/+11
* tst_ContainerApiSymmetry: make a comment more preciseMarc Mutz2023-05-131-1/+2
* tst_ContainerApiSymmetry: follow file's style for assign() testsMarc Mutz2023-05-131-4/+2
* tst_ContainerApiSymmetry: fix mutable lambda anti-patternMarc Mutz2023-05-131-1/+2
* Remove unused variablesAmir Masoud Abdol2023-04-191-2/+0
* QMultiHash: fix missing update to m_sizeThiago Macieira2023-04-041-0/+73
* Short live QT_ENABLE_P0846_SEMANTICS_FOR!Marc Mutz2023-03-225-0/+117
* tst_QMessageAuthenticationCode: avoid setKey() callsMarc Mutz2023-03-201-4/+2
* QCryptographicHash: check addData() with null QByteArrayViewMarc Mutz2023-03-171-0/+23
* QMessageAuthenticationCode: add move SMFs and swap()Marc Mutz2023-03-161-0/+45
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* Fix tst_qfreelist when build with unityAmir Masoud Abdol2023-03-142-9/+3
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-132-3/+3
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-101-0/+29
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-091-1/+11
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-011-0/+44
* Long live QMessageAuthenticationCode::resultView()!Marc Mutz2023-03-011-6/+6
* tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-261-0/+46
* QCryptographicHash: auto-calculate MaxHashLengthMarc Mutz2023-02-251-2/+9
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-232-8/+56
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1742-83/+0
* tst_ContainerApiSymmetry: fix -Wsign-compareMarc Mutz2023-02-161-1/+1
* tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34