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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QVarLengthArray: fix off-by-size() bug in growBy()
Marc Mutz
11 days
1
-0
/
+13
*
QVarLengthArray: cope with vector<unique_ptr>'s copyability
Marc Mutz
2023-01-16
1
-0
/
+23
*
tst_QAlgorithms: don't use random numbers in the test row names
Thiago Macieira
2023-01-11
1
-17
/
+25
*
QTypeInfo: remove further usages of isPointer / isIntegral
Giuseppe D'Angelo
2022-12-30
2
-3
/
+3
*
QOffsetStringArray: add contains() method
Marc Mutz
2022-12-09
1
-0
/
+11
*
ContainerApiSymmetry: verify Qt containers member erase returns iterator
Ahmad Samir
2022-12-02
1
-0
/
+79
*
tst_QMap: remove unused std::as_const clone
Marc Mutz
2022-11-18
1
-6
/
+0
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
9
-112
/
+115
*
QHash: tame HasQHashSingleArgOverload ODR violations
Giuseppe D'Angelo
2022-11-01
1
-0
/
+13
*
tst_QSet: fix flakiness after we removed the fixed, non-zero seed
Thiago Macieira
2022-10-18
1
-11
/
+21
*
tst_QRect::containsPointF_data(): remove duplicate data row
Edward Welbourne
2022-10-18
1
-2
/
+0
*
tst_QCryptographicHash: avoid duplicate data tags
Edward Welbourne
2022-10-18
1
-1
/
+1
*
tst_QBitArray: remove duplicate data rows
Edward Welbourne
2022-10-18
1
-2
/
+0
*
tst_Q{BitArray,ContiguousCache}: check not only count(), but size(), too
Marc Mutz
2022-10-17
2
-0
/
+3
*
tst_QAlgorithms: fix misleading indent in data table
Edward Welbourne
2022-10-17
1
-8
/
+11
*
Clean up tst_QAlgorithms::count{Trail,Lead}ing_data_impl()
Edward Welbourne
2022-10-17
1
-12
/
+15
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
2
-5
/
+5
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
11
-128
/
+128
*
QTaggedPointer: disable operator= with an empty initializer list
Giuseppe D'Angelo
2022-09-29
1
-0
/
+42
*
tst_QHash: Fix outdated rehash test
Mårten Nordheim
2022-09-22
1
-2
/
+2
*
Disable bad tests relying on wrong behavior
Allan Sandfeld Jensen
2022-09-15
1
-20
/
+10
*
QCryptographicHash: Add getter for algorithm()
Linus Jahn
2022-09-12
1
-0
/
+2
*
Make QCryptographicHash move constructible
Linus Jahn
2022-09-12
1
-0
/
+37
*
Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.h
Sona Kurazyan
2022-09-01
2
-0
/
+3
*
tst_QMap: avoid tripping MSVC debug-mode iterator assertions
Thiago Macieira
2022-08-28
1
-1
/
+6
*
tst_qscopedpointer: port away from deprecated APIs
Ivan Solovev
2022-08-27
1
-20
/
+48
*
tst_qmap: port away from deprecated APIs
Ivan Solovev
2022-08-27
1
-70
/
+110
*
Port tests away from using q{Set}GlobalQHashSeed
Ivan Solovev
2022-08-26
3
-7
/
+28
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
46
-46
/
+46
*
Tests: remove #define COMMA
Thiago Macieira
2022-08-09
1
-7
/
+5
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
46
-0
/
+138
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
12
-12
/
+12
*
Increase timeout of slow test for ASAN-enabled build
Dimitrios Apostolou
2022-06-15
1
-0
/
+4
*
Long live QAtomicScopedValueRollback (private API)!
Marc Mutz
2022-05-31
5
-3
/
+169
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
54
-1465
/
+115
*
QVarLengthArray: add missing (size, value) ctor
Marc Mutz
2022-04-13
1
-0
/
+12
*
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
*
QByteArray/QVarLengthArray: add missing resize(n, v) overloads
Marc Mutz
2022-04-06
1
-0
/
+23
*
Fix compiler warnings in tests
Volker Hilsheimer
2022-03-24
1
-1
/
+1
*
QRect: add toRectF()
Marc Mutz
2022-03-19
1
-1
/
+38
*
QLine/QMargins: add toLineF/toMarginsF()
Marc Mutz
2022-03-19
2
-2
/
+71
*
QSize/QPoint: add toSizeF/toPointF()
Marc Mutz
2022-03-19
2
-2
/
+60
*
Tests: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
5
-0
/
+6
*
QFlatMap: make insertion STL-compatible
Marc Mutz
2022-03-16
1
-16
/
+3
*
tst_qflatmap: fix -Wunused-local-typedef (Clang)
Marc Mutz
2022-03-11
1
-1
/
+1
*
QWeakPointer: befriend other QWeakPointers
Thiago Macieira
2022-03-04
1
-3
/
+52
*
Associative containers: add a way to obtain a key/value range
Giuseppe D'Angelo
2022-03-04
1
-0
/
+131
*
QFlatMap: add remove_if
Marc Mutz
2022-03-03
1
-0
/
+87
[next]