summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qflatmap
Commit message (Collapse)AuthorAgeFilesLines
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+0
| | | | | | Task-number: QTBUG-84469 Change-Id: Ic80fde5517aed363f17d0da55cadcc958c3c8895 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-291-0/+12
| | | | | | | | Also removed add_subdirectory calls for subdirs which no longer exist. Change-Id: I759f408ca812e1721dde495b0e23feffdeeb9c60 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Long live QFlatMap!Joerg Bornemann2020-01-022-0/+457
Add a light-weight associative container, API-wise very similar to QMap, that's based on two sorted continuous containers (QVector by default). The class is internal for now. Change-Id: Ife12576c4abb39a3ea2acb0a1ba0faca91b3a4c5 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>