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
/
src
/
corelib
/
serialization
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtCore: Fix some macro clashes
Friedemann Kleint
48 hours
1
-0
/
+4
*
Optimize QXmlStreamWriterPrivate::doWriteToDevice(QLatin1StringView)
Marc Mutz
2023-01-19
1
-4
/
+8
*
QXmlStreamReader: fix spelling of PrivateConsructorTag
Marc Mutz
2023-01-18
2
-4
/
+4
*
QCborValue: fix build with GCC 13: extended FP support
Thiago Macieira
2023-01-17
1
-1
/
+1
*
Documentation: Clarify the meaning of the precision parameter for double form...
Friedemann Kleint
2023-01-07
1
-2
/
+5
*
Docs: adjust docs after the QLatin1String to QLatin1StringView rename
Ahmad Samir
2023-01-05
3
-7
/
+7
*
QXmlStreamWriter: fix a thinko in doWriteToDevice(QSV)
Marc Mutz
2022-12-16
1
-4
/
+2
*
Bump version to 6.6.0
Jani Heikkinen
2022-12-14
2
-2
/
+4
*
Optimize QXmlStreamWriterPrivate::doWriteToDevice(QStringView)
Marc Mutz
2022-12-11
1
-6
/
+12
*
QXmlStreamWriter: remove unneeded QStringView::toString() calls
Marc Mutz
2022-12-11
1
-15
/
+12
*
QXmlStreamWriter: remove unused [[maybe_unused]]
Marc Mutz
2022-12-11
1
-3
/
+0
*
QXmlStreamWriter: remove Private::write(data, ptr)
Marc Mutz
2022-12-11
1
-8
/
+2
*
QXmlStreamWriter: port API from QString to QAnyStringView
Mate Barany
2022-12-10
2
-22
/
+98
*
QXmlStreamWriter: prepare for port to QAnyStringView
Marc Mutz
2022-12-10
2
-12
/
+83
*
Port QXmlStreamWriterPrivate::writeEscaped to QAnyStringView
Mate Barany
2022-12-10
1
-45
/
+56
*
Port QXmlStreamWriterPrivate::writeStartElement to QAnyStringView
Mate Barany
2022-12-10
1
-2
/
+2
*
Port QXmlStreamWriterPrivate::findNameSpace to QAnyStringView
Mate Barany
2022-12-10
1
-2
/
+2
*
Port QXmlStreamPrivateTagStack::addToStringStorage to QAnyStringView
Mate Barany
2022-12-10
1
-3
/
+3
*
Port QXmlStreamWriterPrivate::write to QAnyStringView
Mate Barany
2022-12-10
1
-46
/
+39
*
Adapt corelib to use QTimeZone in place of Qt::TimeSpec
Edward Welbourne
2022-12-09
1
-1
/
+3
*
Doc: Document Qt Serialization with use cases
Jaishree Vyas
2022-12-08
14
-0
/
+16
*
Make XmlStringRef convertible to QAnyStringView/QStringView
Marc Mutz
2022-11-29
1
-1
/
+27
*
qfloat16: add QTextStream & QDebug streaming operators
Thiago Macieira
2022-11-28
1
-0
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
2
-3
/
+3
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
3
-4
/
+4
*
Fix duplicated words in documentation
Mårten Nordheim
2022-10-19
1
-1
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
4
-12
/
+6
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
3
-4
/
+4
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
8
-32
/
+32
*
Replace qExchange calls with std::exchange
Fabian Kosmale
2022-09-28
1
-1
/
+1
*
QTextStream: Fix logical error in setEncoding
Mårten Nordheim
2022-09-07
1
-1
/
+1
*
QXmlStreamReader: use qOffsetStringArray for storing token types
Sona Kurazyan
2022-09-06
1
-51
/
+16
*
Add CBOR documentation
Øystein Heskestad
2022-09-01
6
-4
/
+10
*
Doc: Format certain operators in text
Paul Wicking
2022-08-23
5
-34
/
+34
*
QVariant: make many more QtCore types nothrow-copyable
Thiago Macieira
2022-07-30
8
-46
/
+26
*
Add -Wshorten-64-to-32 to headersclean
Tor Arne Vestbø
2022-07-21
1
-1
/
+1
*
QtBase: eradicate QT_STRINGVIEW_LEVEL uses
Marc Mutz
2022-07-20
9
-40
/
+0
*
QCborValue: free container memory in case of parsing failure
Thiago Macieira
2022-07-16
1
-1
/
+5
*
QCborValue: attempt a bit of exception-safety around QList::reserve
Thiago Macieira
2022-07-16
1
-12
/
+16
*
QCborValue: further clamp down on memory allocation for CBOR streams
Thiago Macieira
2022-07-16
1
-11
/
+28
*
QXmlStreamReader: fix C++20 build
Giuseppe D'Angelo
2022-07-15
1
-1
/
+1
*
Port QXmlStremReader to QAnyStringView
Sona Kurazyan
2022-07-12
2
-50
/
+93
*
QJsonValue: fix incorrect to{Array,Object} when the value is empty
Thiago Macieira
2022-06-21
3
-10
/
+14
*
QDom: Stop treating non-BMP characters as invalid
Sona Kurazyan
2022-06-20
2
-7
/
+10
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Bump version to 6.5.0
Jani Heikkinen
2022-06-06
2
-2
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
46
-1794
/
+102
*
QXmlStreamReader: port Value::len from int to qsizetype
Marc Mutz
2022-05-07
4
-21
/
+21
*
QXmlStreamReader: port the last two int/qsizetype mismatches
Marc Mutz
2022-05-07
2
-4
/
+4
*
QXmlStreamReader: port Value::prefix from int to qint16
Marc Mutz
2022-05-07
2
-5
/
+5
[next]