summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlist/tst_qlist.cpp
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
* 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
* Port from container.count()/length() to size()Marc Mutz2022-10-041-12/+12
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-311-3/+3
* 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
* 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
* 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
* 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-201-0/+2834
* Make QList an alias to QVectorLars Knoll2019-10-301-2115/+0
* QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-071-0/+28
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-3/+3
* Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-051-0/+6
* Don't use deprecated APILars Knoll2019-05-031-2/+2
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-2/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-3/+3
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-3/+3
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/