index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
corelib
/
tools
/
qhash
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-29
/
+29
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-20
/
+20
*
tst_QHash: Fix outdated rehash test
Mårten Nordheim
2022-09-22
1
-2
/
+2
*
Port tests away from using q{Set}GlobalQHashSeed
Ivan Solovev
2022-08-26
1
-4
/
+19
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
Replace uses of _qs with _s in tests
Sona Kurazyan
2022-04-07
1
-1
/
+3
*
Q[Multi]Hash: fix squeeze()
Ivan Solovev
2022-04-06
1
-1
/
+94
*
Q[Multi]Hash::reserve(): do nothing if desired size is less than current
Ivan Solovev
2022-04-06
1
-0
/
+31
*
Fix compiler warnings in tests
Volker Hilsheimer
2022-03-24
1
-1
/
+1
*
Tests: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Add qt_internal_undefine_global_definition function
Alexey Edelev
2022-02-02
1
-2
/
+1
*
Restore missing Qt definitions
Alexey Edelev
2022-01-31
1
-2
/
+3
*
tst_QHash: Update the erase_edge_case test
Mårten Nordheim
2021-12-17
1
-3
/
+29
*
Fix hash lookup using the value of a key iterator
Lars Knoll
2021-12-16
1
-0
/
+17
*
QMultiHash: fix erase returning the wrong iterator
Mårten Nordheim
2021-12-07
1
-0
/
+16
*
QHash: fix thread race around references and detaching
Mårten Nordheim
2021-11-25
1
-0
/
+56
*
Fix QMultiHash::operator== crash
Andreas Buhr
2021-11-11
1
-0
/
+12
*
QHash: avoid crashing when reserving on a shared hash
Mårten Nordheim
2021-10-26
1
-0
/
+17
*
QHash/QSet: fix squeeze() for default-constructed container
Ivan Solovev
2021-07-27
1
-0
/
+2
*
QHash, QMultiHash: extend tests
Ivan Solovev
2021-07-20
1
-12
/
+532
*
Fix QMultiHash::keys(const T&) overload
Ivan Solovev
2021-07-08
1
-8
/
+57
*
QMultiHash::find - prevent detaching shared null
Ivan Solovev
2021-07-08
1
-0
/
+15
*
QHash: Fix erase() edge-case
Mårten Nordheim
2021-06-18
1
-0
/
+19
*
Fix gcc warnings from having only one of assignment/copy
Volker Hilsheimer
2021-04-11
1
-0
/
+2
*
Fix QMultiHash::count(key) crash
Andrei Golubev
2021-03-12
1
-0
/
+15
*
Remove .prev_CMakeLists.txt files
Joerg Bornemann
2021-01-12
1
-12
/
+0
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-6
/
+0
*
Fix QMultiHash::equal_range crashes
Zhang Yu
2021-01-06
1
-0
/
+7
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+1
*
QHash: support std::hash as hashing function
Giuseppe D'Angelo
2020-11-30
1
-0
/
+86
*
QChar: make construction from integral explicit
Giuseppe D'Angelo
2020-11-15
1
-4
/
+4
*
QMultiHash: add a QHash&& constructor and unite() overload
Mårten Nordheim
2020-11-09
1
-0
/
+113
*
Make the QMultiHash(const QHash &) constructor explicit
Lars Knoll
2020-11-03
1
-0
/
+6
*
Fix qHash(QMultiHash)
Lars Knoll
2020-11-03
1
-0
/
+10
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-09-23
2
-2
/
+2
*
Disable warning about self-move and self-assign-overload
Tor Arne Vestbø
2020-07-26
1
-0
/
+3
*
CMake: Regenerate tests with new qt_ prefixed APIs
Alexandru Croitor
2020-07-09
2
-2
/
+2
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-1
/
+1
*
Implement emplace() for QHash and QMultiHash
Lars Knoll
2020-04-09
1
-6
/
+79
*
Change qHash() to work with size_t instead of uint
Lars Knoll
2020-04-09
1
-17
/
+17
*
New QHash implementation
Lars Knoll
2020-04-09
1
-15
/
+30
*
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-03-04
1
-0
/
+6
|
\
|
*
Add operator-> to the key-value iterator for QHash and QMap
Ivan Čukić
2020-03-03
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/wip/cmake' into dev
Alexandru Croitor
2020-02-03
2
-0
/
+24
|
\
\
|
*
\
Merge remote-tracking branch 'origin/dev' into merge-dev
Leander Beernaert
2020-01-24
1
-0
/
+73
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'origin/dev' into wip/cmake
Leander Beernaert
2019-11-19
1
-7
/
+0
|
|
\
\
\
|
*
|
|
|
Regenerate tests/auto/corelib/tools
Alexandru Croitor
2019-11-12
2
-1
/
+24
|
*
|
|
|
Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake
Alexandru Croitor
2019-07-11
2
-1
/
+3
|
|
\
\
\
\
[next]