summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* QArrayDataPointer: add an allocating constructorThiago Macieira2023-10-252-15/+9
* QArrayData: make calculateBlockSize() account for the extra null elementThiago Macieira2023-09-031-1/+1
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-191-4/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Fix signed/unsigned comparison warnings in tst_QArrayDataEdward Welbourne2021-10-291-6/+6
* QArrayData: store the right flag type, not an intGiuseppe D'Angelo2021-05-171-1/+1
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-271-16/+1
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-3/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* tst_qarraydata: blacklist dataPointerAllocate on all 32bit systemsSamuli Piippo2021-01-071-1/+1
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Android: exclude qarraydata::dataPointerAllocate() from CI testsAssam Boudjelthia2020-11-201-0/+3
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-171-2/+2
* Clean up QList(iterator, iterator)Lars Knoll2020-11-171-1/+1
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-172-2/+2
* Remove the special code for emplaceFront/Back againLars Knoll2020-11-171-3/+4
* Clean up emplace implementationsLars Knoll2020-11-171-154/+0
* Simplify QArrayDataOps::insert() for movable typesLars Knoll2020-11-171-157/+0
* Remove unused codeLars Knoll2020-11-171-71/+0
* Remove destructor calls from insert()Lars Knoll2020-11-171-178/+0
* Fix moveAppend() implementationLars Knoll2020-11-171-52/+1
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-171-10/+1
* Simplify code in QExceptionSafetyPrimitivesLars Knoll2020-11-171-33/+10
* Simplify the code for QList::emplace()Lars Knoll2020-11-172-16/+11
* Simplify reallocation handling in QListLars Knoll2020-11-171-1/+1
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-0/+153
* Rename AllocationPosition enum and its membersLars Knoll2020-11-042-20/+20
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-042-63/+25
* Clean up out allocation handlingLars Knoll2020-11-042-131/+98
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-041-1/+2
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-49/+0
* Do not move data around on insert neitherLars Knoll2020-11-041-203/+4
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-042-17/+14
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-041-7/+15
* Fix warning in test: unused capture in lambdaVolker Hilsheimer2020-10-161-1/+1
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-15/+15
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-301-0/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-4/+217
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-11/+7
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-20/+261
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-272-21/+158