summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/collections
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
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Tests: remove #define COMMAThiago Macieira2022-08-091-7/+5
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-021-2/+1
* Restore missing Qt definitionsAlexey Edelev2022-01-311-2/+3
* 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
* 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