summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/collections/tst_collections.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* QTypeInfo: remove further usages of isPointer / isIntegralGiuseppe D'Angelo2022-12-301-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-27/+27
* Tests: remove #define COMMAThiago Macieira2022-08-091-7/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QVarLengthArray: deprecate prepend()Marc Mutz2021-12-111-1/+9
* 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
* 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
* 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
* 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-191-278/+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
* 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
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+4
* 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
* implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+4