summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qmap.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-18/+0
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove unused QMapNode{,Base}::minimumNodeThiago Macieira2014-05-281-6/+0
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+2
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+9
* QMap: don't dereference nullptr IIMarc Mutz2013-09-171-4/+4
* QMap: don't dereference nullptrMarc Mutz2013-09-171-5/+7
* Add first/last accessors to QMapMathias Hasselmann2013-09-081-27/+35
* QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+21
* QMap - check if iterator arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+18
* 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