summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qmap
Commit message (Expand)AuthorAgeFilesLines
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-191-0/+171
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+97
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-38/+33
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-291-0/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-2/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+6
|\
| * Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-031-0/+6
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+96
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+96
| |\|
| | * Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-121-0/+96
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-73/+9
|\| |
| * | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-10/+9
| * | Get rid of unsharable containersLars Knoll2019-10-301-63/+0
| |/
* | Regenerate tests/auto/corelib/toolsAlexandru Croitor2019-11-122-1/+24
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-0/+2
|\|
| * Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+0
|\|
| * Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-4/+0
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Implement key-value iteratorSamuel Gaist2017-05-051-0/+54
* QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-201-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+2
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-2/+2
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+1
* | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-34/+34
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* Introduce QMap key iteratorsSérgio Martins2015-07-281-0/+29
* QMap: add const equal_range() overloadMarc Mutz2015-06-191-0/+34
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-051-0/+33
* tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* tst_QMap: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-3/+5
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-222-3/+1
* Add first/last accessors to QMapMathias Hasselmann2013-09-081-0/+29
* QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+57
* QMap - add multiInsert with hintThorbjørn Martsum2013-03-061-0/+66
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+65
* Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-241-0/+30
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-0/+25
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-1/+93
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
* Rewrite QMap to use a RB treeLars Knoll2012-03-231-4/+162