summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document that qHash(T) must be in T's namespace, due to ADLThiago Macieira2014-07-231-4/+4
* Add support for single-file multi-target intrinsics in QtThiago Macieira2014-05-271-2/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-5/+5
|\
| * Disable hash seeding for bootstrapped toolsThiago Macieira2014-05-211-4/+4
| * Fix an off-by-4 error in qHash with CRC32Thiago Macieira2014-05-131-1/+1
* | Make qHash(QChar) constexprGiuseppe D'Angelo2014-03-141-1/+1
* | Add qHashBits(), a hash function for a memory blockMarc Mutz2014-02-281-0/+24
|/
* QHash: use prime numbers when rebucketingGiuseppe D'Angelo2014-02-191-8/+17
* Add qHash() overloads for floating-point typesMarc Mutz2014-02-161-0/+32
* Update the qHash function for strings to use the CRC32 instructionThiago Macieira2014-01-231-0/+63
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-151-0/+10
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-19/+19
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Correct QHash::values() documentation.Mitch Curtis2013-07-291-1/+1
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-4/+21
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+4
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-8/+8
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-231-35/+71
* 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