summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/containerapisymmetry
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-111-0/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+3
* 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-012-0/+90
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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
* Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-291-0/+10
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+3
* Remove QLinkedListSona Kurazyan2020-02-192-12/+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
* | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-2/+0
* | Make QList an alias to QVectorLars Knoll2019-10-301-3/+0
|/
* Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+1
* 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-073-0/+92