summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+1
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-2/+2
* Allow QHash randomization to be disabled by environment variableaavit2012-05-231-0/+11
* Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-1/+1
* Restructure how we initialize hash nodes a littleLars Knoll2012-05-011-1/+0
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-28/+28
* New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-19/+23
* Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-081-0/+30
* Fix compilation with MinGW.Marcel Krems2012-04-051-1/+1
* QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-051-0/+6
* QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-45/+83
* QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-031-5/+108
* 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-291-1/+1
|\|
| * QHash: more robust use of qDebug()Marc Mutz2012-02-211-1/+1
* | 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-3/+3
|\|
| * Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-2/+2
| * 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 stale documentation.Casper van Donderen2011-10-181-10/+0
* Update QHash for Qt 5Bradley T. Hughes2011-09-261-19/+4
* Make QHashData::shared_null constBradley T. Hughes2011-09-261-2/+2
* 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/+1914