summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QVariant::TypeLars Knoll2020-10-233-4/+4
* Cbor: Export the datastream operators for QCborSimpleTypeUlf Hermann2020-10-181-2/+2
* QCborValue: streamline some code with qExchangeGiuseppe D'Angelo2020-10-131-3/+1
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Convert a couple of APIs to use viewsLars Knoll2020-10-065-11/+11
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-032-3/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-6/+1
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-1/+1
* Fix qdoc warning from documentation of internal APIVolker Hilsheimer2020-09-301-7/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-29/+11
* Fix qdoc warnings: QTextStream manipulators are in the Qt namespaceVolker Hilsheimer2020-09-261-4/+4
* Remove traces of QObject::trUtf8 from documentationVolker Hilsheimer2020-09-251-4/+0
* Fix various qdoc warningsVolker Hilsheimer2020-09-221-4/+9
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-152-13/+18
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-062-3/+3
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+14
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-0/+28
* QTextStream: purge deprecated APIEdward Welbourne2020-08-312-74/+0
* Remove deprecated QDataStream::unsetDevice()Edward Welbourne2020-08-282-17/+0
* QXmlString::size(): Change return type to qsizetypeMarcel Krems2020-08-261-1/+1
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-1/+1
* Resolve the remaining open ### Qt6 comments of QJsonValueSona Kurazyan2020-08-204-108/+63
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-195-137/+164
* Fix QXmlStreamSimpleStack to work also with non POD data typesLars Knoll2020-08-193-14/+24
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-192-57/+66
* Smaller change towards using QStringViewLars Knoll2020-08-192-4/+4
* Refactor qxmlstream_p.hLars Knoll2020-08-197-1936/+1811
* Cleanup QXmlStreamStringRefKarsten Heimrich2020-08-191-7/+1
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-192-83/+80
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-189-133/+140
* Disentangle QIODevice dependenciesLars Knoll2020-08-156-21/+34
* Add overload for char to QDataStreamLars Knoll2020-08-151-0/+8
* Remove friend declarations that aren't requiredLars Knoll2020-08-151-2/+7
* Small cleanupLars Knoll2020-08-151-2/+2
* Constrain the data stream operators for containersLars Knoll2020-08-151-14/+21
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-145-14/+14
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-137-20/+77
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-72/+78
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-08-121-1/+2
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-1/+3
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-0/+1
* MSVC: remove the extern templateThiago Macieira2020-08-051-8/+10
* Remove deprecated binary json featureEdward Welbourne2020-07-3111-2013/+3
* Clean-up methods with default values in JSON classesSona Kurazyan2020-07-263-24/+5
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-265-181/+202
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-242-47/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-242-261/+0
* Clean-up some Qt 5 leftovers from JSON serialization classesSona Kurazyan2020-07-224-109/+18