summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qxmlstream.h
Commit message (Expand)AuthorAgeFilesLines
* QXmlStreamEntityResolver: disable copyingMarc Mutz12 days1-0/+2
* Xml: use new comparison helper macrosTatiana Borisova2024-03-201-23/+59
* Guard xmlstream header in a source-compatible wayIvan Solovev2023-07-191-1/+3
* Convert remaining QT_NO_XMLSTREAM* to use feature systemEdward Welbourne2023-05-151-8/+8
* Implement QXmlStreamReader::hasStandaloneDeclaration()Axel Spoerl2023-04-261-0/+1
* QXmlStreamAttributes: port value()/hasAttribute() to QAnyStringViewMarc Mutz2023-04-251-7/+7
* QXmlStreamReader: fix spelling of PrivateConsructorTagMarc Mutz2023-01-181-3/+3
* QXmlStreamWriter: port API from QString to QAnyStringViewMate Barany2022-12-101-3/+31
* QXmlStreamWriter: prepare for port to QAnyStringViewMarc Mutz2022-12-101-0/+3
* Port QXmlStremReader to QAnyStringViewSona Kurazyan2022-07-121-0/+15
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-2/+2
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-4/+4
* QXmlString::size(): Change return type to qsizetypeMarcel Krems2020-08-261-1/+1
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-191-28/+19
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-191-26/+35
* Cleanup QXmlStreamStringRefKarsten Heimrich2020-08-191-7/+1
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-34/+35
* MSVC: remove the extern templateThiago Macieira2020-08-051-8/+10
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-12/+0
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-8/+7
* Cleanup header fileLars Knoll2020-05-251-104/+0
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Always write XML documents as UTF-8Lars Knoll2020-05-141-6/+0
* Add an expansion limit for entitiesLars Knoll2020-02-261-0/+2
* Compile when bumping the Qt version to 6.0Lars Knoll2019-05-021-2/+2
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-6/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-12/+12
* Modernize the "textcodec" featureLiang Qi2018-11-071-1/+1
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+540