summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/collections
Commit message (Expand)AuthorAgeFilesLines
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-0/+68
* Remove the unnecessary compile-time check for recursive QSetSona Kurazyan2021-10-211-2/+0
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+4
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-0/+34
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-111-1/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-12/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Remove destructor calls from insert()Lars Knoll2020-11-171-0/+12
* Don't allow storing types that throw in the destructor in our containersLars Knoll2020-11-171-0/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-4/+4
* Initialize values in collection testsDavid Skoland2020-10-281-2/+2
* Auto tests: Fix some MSVC warnings about integer conversionsFriedemann Kleint2020-10-211-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-6/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-32/+41
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-3/+1
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+9
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-5/+5
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-50/+43
* Refactor tst_CollectionsLars Schmertmann2020-07-061-20/+50
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-292-0/+24
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+3
* New QHash implementationLars Knoll2020-04-091-12/+14
* Remove QLinkedListSona Kurazyan2020-02-192-279/+0
* Adjust autotest to coming QHash changesLars Knoll2020-01-301-14/+8
* Some fixes to collection autotestLars Knoll2020-01-301-15/+6
* Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-081-23/+1
* Eradicate Q_FOREACHs over QVarLengthArrayMarc Mutz2019-11-051-6/+0
* Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-1/+0
* Make QList an alias to QVectorLars Knoll2019-10-301-17/+0
* Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer2019-10-291-11/+2
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+0
|\
| * Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-0/+2
|\|
| * BLACKLIST insert_remove_loop for msvc-2019Heikki Halmet2019-07-301-0/+2
* | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+1
* | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+4
* | Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+1
* | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-21/+2
* | Corelib tests: Fix out of bounds string accessFriedemann Kleint2019-06-281-1/+1
* | test: migrate collections test to QRegularExpressionSamuel Gaist2019-06-101-5/+9
* | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-4/+33
* | Don't use deprecated APILars Knoll2019-05-031-21/+21
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
|/