summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
...
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-211-1/+1
* Convert remaining QT_NO_XMLSTREAM* to use feature systemEdward Welbourne2023-05-154-25/+26
* QJsonWriter: general cleanupAhmad Samir2023-05-011-7/+8
* Doc: Fix documentation warningsTopi Reinio2023-04-291-11/+3
* Implement QXmlStreamReader::hasStandaloneDeclaration()Axel Spoerl2023-04-263-2/+18
* QXmlStreamAttributes: port value()/hasAttribute() to QAnyStringViewMarc Mutz2023-04-252-56/+13
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-253-3/+3
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-242-1/+4
* Doc: Fix typoAndreas Eliasson2023-04-181-1/+1
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-116-11/+15
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+1
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* QCborValue: add missing Q_DECLARE_OPERATORS_FOR_FLAGSThiago Macieira2023-03-081-0/+2
* Remove unneeded include of qfloat16.hVolker Hilsheimer2023-02-281-1/+0
* QXmlStreamWriter: hold the indent in std::string, not QByteArrayMarc Mutz2023-02-281-3/+4
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-282-2/+2
* QTextStream: make dtor non-virtual come Qt 7Marc Mutz2023-02-151-2/+18
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-072-15/+10
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-074-18/+19
* QtCore: Disambiguate static variablesFriedemann Kleint2023-02-023-3/+3
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-311-0/+4
* Optimize QXmlStreamWriterPrivate::doWriteToDevice(QLatin1StringView)Marc Mutz2023-01-191-4/+8
* QXmlStreamReader: fix spelling of PrivateConsructorTagMarc Mutz2023-01-182-4/+4
* QCborValue: fix build with GCC 13: extended FP supportThiago Macieira2023-01-171-1/+1
* Documentation: Clarify the meaning of the precision parameter for double form...Friedemann Kleint2023-01-071-2/+5
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-053-7/+7
* QXmlStreamWriter: fix a thinko in doWriteToDevice(QSV)Marc Mutz2022-12-161-4/+2
* Bump version to 6.6.0Jani Heikkinen2022-12-142-2/+4
* Optimize QXmlStreamWriterPrivate::doWriteToDevice(QStringView)Marc Mutz2022-12-111-6/+12
* QXmlStreamWriter: remove unneeded QStringView::toString() callsMarc Mutz2022-12-111-15/+12
* QXmlStreamWriter: remove unused [[maybe_unused]]Marc Mutz2022-12-111-3/+0
* QXmlStreamWriter: remove Private::write(data, ptr)Marc Mutz2022-12-111-8/+2
* QXmlStreamWriter: port API from QString to QAnyStringViewMate Barany2022-12-102-22/+98
* QXmlStreamWriter: prepare for port to QAnyStringViewMarc Mutz2022-12-102-12/+83
* Port QXmlStreamWriterPrivate::writeEscaped to QAnyStringViewMate Barany2022-12-101-45/+56
* Port QXmlStreamWriterPrivate::writeStartElement to QAnyStringViewMate Barany2022-12-101-2/+2
* Port QXmlStreamWriterPrivate::findNameSpace to QAnyStringViewMate Barany2022-12-101-2/+2
* Port QXmlStreamPrivateTagStack::addToStringStorage to QAnyStringViewMate Barany2022-12-101-3/+3
* Port QXmlStreamWriterPrivate::write to QAnyStringViewMate Barany2022-12-101-46/+39
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-1/+3
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-0814-0/+16
* Make XmlStringRef convertible to QAnyStringView/QStringViewMarc Mutz2022-11-291-1/+27
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-3/+3
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-213-4/+4
* Fix duplicated words in documentationMÃ¥rten Nordheim2022-10-191-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-154-12/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-048-32/+32
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1