summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.h
Commit message (Expand)AuthorAgeFilesLines
...
* QHash: fix compilation with gcc-4.2.1 (Mac OS X)David Faure2013-08-211-7/+2
* QSet - check if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+1
* QHash - checks if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+20
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-0/+1
* 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/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QHash: constify some QHashNode membersGiuseppe D'Angelo2012-11-151-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-20/+23
* Fix compilation: Move qHash(const T &t, uint seed) up.Friedemann Kleint2012-08-011-2/+2
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-231-4/+4
* Forward-declare QLatin1String tooThiago Macieira2012-06-151-1/+1
* Remove the unnecessary comment about operator== not being necessaryThiago Macieira2012-05-311-5/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* Implement the move constructor for containers.Olivier Goffart2012-05-111-0/+1
* Restructure how we initialize hash nodes a littleLars Knoll2012-05-011-14/+14
* QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
* QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
* qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2
* qHash: two arguments support for simple integer types (and QChar)Giuseppe D'Angelo2012-04-141-16/+16
* Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-081-0/+1
* qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
* QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-051-0/+1
* QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-5/+7
* QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-031-0/+1
* Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-5/+0
* 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
* | 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
* Fix "may be used uninitialized" compiler warning.Morten Sorvig2011-10-191-1/+1
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-1/+1
* Update QHash for Qt 5Bradley T. Hughes2011-09-261-27/+5
* Make QHashData::shared_null constBradley T. Hughes2011-09-261-4/+4
* don't calculate hash when the map is empty and we are not insertingOswald Buddenhagen2011-09-261-3/+6
* 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/+1043