index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
tools
/
qhash.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QHash: suppress GCC 12 & 13 warning that QHash could overflow
Thiago Macieira
2023-05-15
1
-0
/
+8
*
QHash: centralize the span allocation
Thiago Macieira
2023-05-15
1
-9
/
+17
*
QMultiHash: fix missing update to m_size
Thiago Macieira
2023-04-04
1
-1
/
+3
*
QHash: fix GrowthPolicy::bucketsForCapacity
Thiago Macieira
2023-02-23
1
-19
/
+21
*
qmath: add qNextPowerOfTwo(unsigned long) - for size_t
Thiago Macieira
2023-02-22
1
-1
/
+1
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-4
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Replace qExchange calls with std::exchange
Fabian Kosmale
2022-09-28
1
-4
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QHash: port away from std::aligned_storage
Marc Mutz
2022-05-07
1
-1
/
+1
*
Q[Multi]Hash: fix squeeze()
Ivan Solovev
2022-04-06
1
-15
/
+29
*
Q[Multi]Hash::reserve(): do nothing if desired size is less than current
Ivan Solovev
2022-04-06
1
-0
/
+6
*
Associative containers: add a way to obtain a key/value range
Giuseppe D'Angelo
2022-03-04
1
-0
/
+8
*
QHash: fix off-by-one in assertions
Mårten Nordheim
2022-02-16
1
-6
/
+6
*
QtCore: replace qSwap with std::swap/member-swap where possible
Marc Mutz
2022-01-20
1
-2
/
+7
*
QHash: Return void from QHashPrivate::Data::erase()
Lars Knoll
2021-12-17
1
-9
/
+11
*
QHash: Add and use a Bucket helper class
Lars Knoll
2021-12-17
1
-96
/
+172
*
Fix hash lookup using the value of a key iterator
Lars Knoll
2021-12-16
1
-7
/
+13
*
QHash: Improve memory-allocation strategy
Lars Knoll
2021-12-13
1
-6
/
+19
*
QHash: increase minimum buckets to a full span
Lars Knoll
2021-12-13
1
-2
/
+4
*
QHash: Move span constants to its own struct
Mårten Nordheim
2021-12-13
1
-52
/
+51
*
QMultiHash: fix erase returning the wrong iterator
Mårten Nordheim
2021-12-07
1
-2
/
+3
*
QHash: fix thread race around references and detaching
Mårten Nordheim
2021-11-25
1
-31
/
+80
*
QHash: optimize value(key) and key(value) callers
Marc Mutz
2021-11-19
1
-12
/
+81
*
Fix QMultiHash::operator== crash
Andreas Buhr
2021-11-11
1
-3
/
+3
*
QHash: avoid crashing when reserving on a shared hash
Mårten Nordheim
2021-10-26
1
-1
/
+2
*
Fix metatype declaration for QHash/QMultiHash with no operator==
Sona Kurazyan
2021-10-20
1
-6
/
+14
*
Fix docs for comparison/debug/data stream operators of Qt containers
Sona Kurazyan
2021-10-18
1
-0
/
+5
*
QHash: suppress annoying GCC warning about allocation size too big
Thiago Macieira
2021-10-04
1
-20
/
+31
*
Fix compilation for recursive Qt containers
Sona Kurazyan
2021-09-07
1
-2
/
+2
*
QHash/QSet: fix squeeze() for default-constructed container
Ivan Solovev
2021-07-27
1
-1
/
+5
*
Fix QMultiHash::keys(const T&) overload
Ivan Solovev
2021-07-08
1
-1
/
+1
*
QMultiHash::find - prevent detaching shared null
Ivan Solovev
2021-07-08
1
-1
/
+3
*
QHash: Fix erase() edge-case
Mårten Nordheim
2021-06-18
1
-1
/
+4
*
Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6
Thiago Macieira
2021-05-23
1
-1
/
+1
*
Fix QMultiHash::count(key) crash
Andrei Golubev
2021-03-12
1
-0
/
+4
*
Fix QMultiHash::equal_range crashes
Zhang Yu
2021-01-06
1
-0
/
+3
*
Add a qHashEquals() method and use it to compare keys in QHash
Lars Knoll
2020-12-04
1
-1
/
+1
*
QHash: default the argument for the hash calculator helper
Giuseppe D'Angelo
2020-12-03
1
-1
/
+1
*
Associative containers: add erase_if
Giuseppe D'Angelo
2020-12-02
1
-0
/
+22
*
QHash: support std::hash as hashing function
Giuseppe D'Angelo
2020-11-30
1
-2
/
+44
*
Don't allow storing types that throw in the destructor in our containers
Lars Knoll
2020-11-17
1
-0
/
+6
*
QMultiHash: add a QHash&& constructor and unite() overload
Mårten Nordheim
2020-11-09
1
-0
/
+19
*
Make the QMultiHash(const QHash &) constructor explicit
Lars Knoll
2020-11-03
1
-1
/
+8
*
Fix qHash(QMultiHash)
Lars Knoll
2020-11-03
1
-7
/
+14
*
Clean up qcontainerfwd.h
Lars Knoll
2020-11-03
1
-2
/
+2
*
Support Java style iterators for QMultiHash
Lars Knoll
2020-10-23
1
-134
/
+4
*
Whitespace cleanup in corelib/tools
Allan Sandfeld Jensen
2020-10-21
1
-13
/
+12
*
QMultiHash: fix operator==
Giuseppe D'Angelo
2020-10-16
1
-2
/
+7
*
QHash: code tidies
Giuseppe D'Angelo
2020-10-16
1
-9
/
+5
[next]