summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qmap/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QMap benchmark source file to match test nameEdward Welbourne2021-07-231-304/+0
* Give symbolic names to the sizes of data-sets tested in QMap benchmarkEdward Welbourne2021-07-231-24/+27
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-211-1/+1
* Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-121-0/+15
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+78
* 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/+15
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-0/+17
* QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-0/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Rewrite QMap to use a RB treeLars Knoll2012-03-231-0/+165