index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
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
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
/
src
/
corelib
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
QMultiMap/Doc: fix count: three -> four
Thiago Macieira
5 hours
1
-1
/
+1
*
QMultiHash/Doc: document erase() function
Thiago Macieira
7 days
1
-0
/
+18
*
QVarLengthArray: improve assign() for forward iterators (typical case)
Thiago Macieira
7 days
1
-13
/
+52
*
QJsonObject/QCborMap: Add asKeyValueRange()
Johannes Grunenberg
8 days
2
-14
/
+28
*
QScopeGuard: add commit()
Marc Mutz
8 days
2
-1
/
+24
*
QSet: remove use of Q_OUTOFLINE_TEMPLATE
Marc Mutz
8 days
1
-2
/
+2
*
QScopeGuard: only include what you need
Marc Mutz
11 days
1
-1
/
+3
*
[docs] QScopeGuard: fix a grammar mistake in ctor docs
Marc Mutz
12 days
1
-1
/
+1
*
[docs] QScopeGuard: mention dismiss()ing in \class
Marc Mutz
12 days
1
-0
/
+3
*
QVarLengthArray: use assign() for the iterator,iterator ctor
Thiago Macieira
12 days
1
-2
/
+1
*
QSharedPointer: fix uninit'ed field 'destroyer'
Marc Mutz
14 days
1
-0
/
+1
*
QRegion: fix potential UB in QBasicAtomic initialization
Marc Mutz
14 days
1
-0
/
+1
*
QContiguousCache: drag the initialization of atomic ref behind ABI boundary
Marc Mutz
2025-06-09
2
-5
/
+2
*
QQueue: add enqueue signature to enqueue elements by moving
Tim Blechmann
2025-05-26
2
-0
/
+2
*
qHashMulti: switch to passing the seed to the qHash() function in 7.0
Thiago Macieira
2025-05-09
3
-18
/
+37
*
qtbase: use qHashMulti & qHashRange instead of QHashCombine
Thiago Macieira
2025-05-09
1
-4
/
+1
*
Mark QCryptographicHash and QMAC as security-critical
Marc Mutz
2025-04-22
1
-0
/
+1
*
QKeyValueRange: make sure it is a viewable range
Giuseppe D'Angelo
2025-04-22
3
-28
/
+33
*
QList: implement operator<=> for iterators
Thiago Macieira
2025-04-15
1
-0
/
+14
*
QVarLengthArray: call sizedFree() with the capacity and not the size
Aurélien Brooke
2025-04-12
1
-2
/
+3
*
QPointer: fix data race on ExternalRefCountData
David Faure
2025-04-10
1
-1
/
+1
*
Add nodiscard attribute to QtMiscUtils functions
Ali Can Demiralp
2025-04-09
1
-13
/
+13
*
Add jemalloc support
Aurélien Brooke
2025-04-09
2
-19
/
+41
*
QCryptographicHash: use switch statements with the Algorithm enum
Ahmad Samir
2025-04-02
1
-80
/
+192
*
QCryptographicHash: remove QT_CRYPTOGRAPHICHASH_ONLY_SHA1
Ahmad Samir
2025-04-02
2
-45
/
+0
*
Shuffle Q_(ALWAYS|NEVER)_INLINE around so they can be attributes
Mårten Nordheim
2025-03-28
2
-5
/
+5
*
Q(Multi)Map: micro-optimize take()
Marc Mutz
2025-03-18
1
-0
/
+12
*
qHashMulti*: use the seed argument in the template and noexcept traits
Thiago Macieira
2025-03-17
1
-6
/
+8
*
QTimeLine: do not restart() an invalid QElapsedTimer
Giuseppe D'Angelo
2025-03-15
1
-1
/
+1
*
sequential_erase: amend the predicate passed to erase_if
Giuseppe D'Angelo
2025-03-14
1
-1
/
+1
*
qHash: break up the long line and add constexpr to the 1-arg catch-all
Thiago Macieira
2025-03-14
1
-2
/
+4
*
QCryptographicHash: centralize resizeForOverwrite() call
Ahmad Samir
2025-03-13
1
-19
/
+7
*
QMovableArrayOps::Inserter cleanup [3/3]: cut out the `where` middle-man
Marc Mutz
2025-03-11
1
-15
/
+8
*
QMovableArrayOps::Inserter cleanup [2/3]: mark most data members const
Marc Mutz
2025-03-10
1
-6
/
+7
*
QMovableArrayOps::Inserter cleanup [1/3]: inline displace()
Marc Mutz
2025-03-10
1
-15
/
+9
*
QMovableArrayOps::Inserter: move the displace() call into the ctor
Marc Mutz
2025-03-10
1
-11
/
+18
*
Simplify QLocale::formattedDataSize()
Marc Mutz
2025-03-08
1
-0
/
+16
*
Improve QList::move docs
Mitch Curtis
2025-03-06
1
-0
/
+9
*
Doc: Fix incorrect \fn signatures
Topi Reinio
2025-03-05
1
-8
/
+8
*
Geometry classes: honor the documentation when it talks about rounding
Giuseppe D'Angelo
2025-03-01
4
-28
/
+37
*
Geometry classes: introduce check for overflows
Giuseppe D'Angelo
2025-02-28
7
-176
/
+251
*
Long live \constraints!
Marc Mutz
2025-02-28
4
-33
/
+27
*
Add a generic container-joining algorithm qJoin()
Rym Bouabid
2025-02-19
2
-0
/
+41
*
QHash: reduce how many times we calculate hash by passing it around
Mårten Nordheim
2025-02-14
1
-5
/
+12
*
QByteArray/QList/QString: mark isEmpty() and isNull() constexpr
Thiago Macieira
2025-02-13
2
-2
/
+2
*
QMultiHash: use move() on key when move-constructing nodes
Mårten Nordheim
2025-02-12
1
-1
/
+1
*
QMultiHash: fix/update class description documentation
Mårten Nordheim
2025-02-10
1
-6
/
+3
*
QSet: Fix Qt Creator build
Thiago Macieira
2025-02-07
1
-1
/
+1
*
QRectF: remove some unnecessary casts
Giuseppe D'Angelo
2025-02-05
1
-4
/
+4
*
QVLA*: honor the RO5
Giuseppe D'Angelo
2025-02-05
1
-3
/
+6
[next]