summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/containerapisymmetry/tst_containerapisymmetry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-131-0/+12
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-061-0/+23
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-041-0/+131
* tst_QContainerApiSymmetry: fix incorrect P1115 detectionAllan Sandfeld Jensen2022-02-091-1/+1
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-021-4/+18
* QList: fix typo in QList(It, It)Marc Mutz2021-12-101-12/+0
* tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-091-0/+52
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-111-0/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* tst_containerapisymmetry: fix typoGiuseppe D'Angelo2020-12-031-1/+1
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-021-0/+67
* Add tests for the new erase/erase_if for sequential containersGiuseppe D'Angelo2020-12-011-0/+89
* tst_containerapisymmetry: use an algorithmGiuseppe D'Angelo2020-12-011-3/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* tst_containerapisymmetry: code tidiesGiuseppe D'Angelo2020-10-181-174/+18
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-2/+0
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-19/+19
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-11/+4
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+3
* Remove QLinkedListSona Kurazyan2020-02-191-10/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-2/+0
* | Make QList an alias to QVectorLars Knoll2019-10-301-3/+0
|/
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-10/+0
* QHash/QMultiHash: add range constructorsMarc Mutz2019-04-251-0/+140
* Non-associative containers: add range constructorsMarc Mutz2019-04-171-0/+593
* Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-071-0/+16
* Add a test for container API symmetryMarc Mutz2017-04-071-0/+84