summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlist
Commit message (Expand)AuthorAgeFilesLines
* QList: add uninitialized resizesGiuseppe D'Angelo2024-02-161-0/+46
* QList: give the LWG 3346 #ifdef'ery a symbolic nameMarc Mutz2024-02-081-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Make QAtomicScopedValueRollback public APIRym Bouabid2023-12-081-1/+1
* 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-031-1/+2
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-191-11/+6
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-171-10/+95
* QList: add STL-style assign()Dennis Oberst2023-05-161-0/+64
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-12/+12
* 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
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-312-3/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Fix build with C++20 on macOSAllan Sandfeld Jensen2022-02-111-1/+1
* 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
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* QList: extend testsIvan Solovev2021-07-201-13/+428
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-271-27/+357
* Resurrect data moves in QListAndrei Golubev2021-04-271-0/+58
* Inline test cases in tst_qlistAndrei Golubev2021-04-171-598/+157
* QList: Satisfy contiguous_range requirementsFabian Kosmale2021-04-061-0/+20
* Rename QList test to something meaningfulAndrei Golubev2021-03-181-2/+2
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-7/+63
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-1/+29
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-0/+57
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Simplify reallocation handling in QListLars Knoll2020-11-171-2/+2
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-041-1/+1
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-301-0/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Support GrowsBackwards prepend in QListAndrei Golubev2020-08-271-8/+23
* Cleanup QTypeInfoLars Knoll2020-08-261-6/+6
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-011-0/+195
* Fix warning when comparing qsizetype to size_tTor Arne Vestbø2020-07-291-1/+1
* CMake: Regenerate testsAlexandru Croitor2020-07-091-2/+2
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-061-0/+30
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-0/+50
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-204-0/+2855
* Make QList an alias to QVectorLars Knoll2019-10-303-2122/+0