summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qmap/tst_qmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMap: add operator+ and - for iteratorsGiuseppe D'Angelo2021-07-271-0/+46
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-151-4/+301
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* 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
* 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/5.15' into devLiang Qi2020-01-041-0/+96
|\|
| * Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-121-0/+96
* | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-10/+9
* | Get rid of unsharable containersLars Knoll2019-10-301-63/+0
|/
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-4/+0
* 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
|/
* 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-221-2/+0
* 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
* 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
* containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-301-2/+0
* Cleanup corelib autotestsJason McDonald2011-11-141-5/+0