summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qmap
Commit message (Expand)AuthorAgeFilesLines
* Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+2
* 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
* | 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
* 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
* Cleanup corelib autotestsJason McDonald2011-11-111-5/+2
* Cleanup corelib autotestsJason McDonald2011-11-101-111/+111
* Cleanup corelib autotestsJason McDonald2011-11-071-9/+0
* Remove tests for API that never made it into Qt.Jason McDonald2011-10-311-19/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-3/+3
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-0/+17
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-013-0/+883