summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qmap.h
Commit message (Expand)AuthorAgeFilesLines
* QMap - add multiInsert with hintThorbjørn Martsum2013-03-061-0/+54
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+67
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-241-0/+19
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-1/+1
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-2/+6
* QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-1/+1
* QMap - remove unused maximumNode() functionsThorbjørn Lund Martsum2012-10-081-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Rename QMapData::free to destroyThiago Macieira2012-08-091-3/+3
* Remove the unnecessary comment about operator== not being necessaryThiago Macieira2012-05-311-4/+2
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-8/+0
* Rewrite QMap to use a RB treeLars Knoll2012-03-231-394/+428
* Merge master into api_changesKent Hansen2012-03-191-0/+2
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+2
* | Don't expect null d-pointer in destructorsJoão Abecasis2012-02-131-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-3/+2
|\|
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-2/+2
|/
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove unused QMapData::createData()/node_create() overloads.Robin Burchell2011-12-081-2/+0
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-2/+2
* Make QMapData::shared_null constBradley T. Hughes2011-09-261-4/+4
* Remove all non-const operator==Harald Fernengel2011-08-091-2/+2
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-291-36/+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/+1090