summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-43/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Add missing \since 5.2 to QMap::first/last{,Key}Marcel Krems2013-11-141-0/+6
* QMap - improve docs a bit (mainly by adding more time complexities)Thorbjørn Martsum2013-10-151-2/+13
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-151-0/+10
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-18/+18
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Add first/last accessors to QMapMathias Hasselmann2013-09-081-0/+42
* QMap - add multiInsert with hintThorbjørn Martsum2013-03-061-0/+37
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+26
* Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-241-0/+20
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-061-6/+6
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-1/+17
* Doc: update QMap's description following 5cb036851Pierre Rossi2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+4
* Fix most qdoc errors for QMapLars Knoll2012-08-181-18/+10
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-4/+4
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-30/+30
* Rewrite QMap to use a RB treeLars Knoll2012-03-231-158/+287
* Merge master into api_changesKent Hansen2012-03-191-1/+19
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-1/+19
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-3/+3
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-3/+3
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-2/+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
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-4/+4
|\|
| * Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-3/+3
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-1/+1
* | Get rid of assignment operators in RefCountJoão Abecasis2012-01-041-1/+1
|/
* Remove unused QMapData::createData()/node_create() overloads.Robin Burchell2011-12-081-10/+0
* Make QMapData::shared_null constBradley T. Hughes2011-09-261-4/+4
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-48/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1646