summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+2
|\
| * Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-8/+16
|\|
| * Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-8/+16
* | Make qHash(QChar) constexprGiuseppe D'Angelo2014-03-141-1/+1
* | Make qHash(long) constexprGiuseppe D'Angelo2014-03-141-7/+5
* | Fix the qHash(quint64) overloadGiuseppe D'Angelo2014-03-141-7/+3
* | Mark some qHash overloads as constexpr / const / pureGiuseppe D'Angelo2014-03-131-24/+24
* | Add qHashBits(), a hash function for a memory blockMarc Mutz2014-02-281-0/+2
* | QtCore: Fix MSVC 64bit warnings about conversion from size_t to int.Friedemann Kleint2014-02-251-2/+2
|/
* Add qHash() overloads for floating-point typesMarc Mutz2014-02-161-0/+5
* Don't compare const_iterator with iterator.Stephen Kelly2013-08-271-2/+2
* QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+16
* 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