summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1646-1794/+102
* QXmlStreamReader: port Value::len from int to qsizetypeMarc Mutz2022-05-074-21/+21
* QXmlStreamReader: port the last two int/qsizetype mismatchesMarc Mutz2022-05-072-4/+4
* QXmlStreamReader: port Value::prefix from int to qint16Marc Mutz2022-05-072-5/+5
* QXmlStreamReader: port Value::pos from int to qsizetypeMarc Mutz2022-05-073-9/+9
* QXmlStreamReader: port another indexed to ranged for loopMarc Mutz2022-05-072-4/+2
* Sync qxmlstream.g with qxmlstreamparser_p.h [2/2]: QT_NAMESPACE macrosMarc Mutz2022-05-071-0/+4
* Sync qxmlstream.g with qxmlstreamparser_p.h [1/2]: switched linesMarc Mutz2022-05-071-1/+1
* QXmlStreamWriter: port Private::write(p, n) from int to qsizetypeMarc Mutz2022-05-071-2/+2
* QXmlStreamReader: port some int → qsizetypeMarc Mutz2022-05-071-11/+10
* QXmlStreamReader: fix integer truncation (qint64 → int)Marc Mutz2022-05-071-1/+1
* QXmlStreamWriter: replace indexed with ranged for loopsMarc Mutz2022-05-071-5/+3
* QXmlStreamReader: port readBufferPos from int to qsizetypeMarc Mutz2022-05-071-1/+1
* QTextStream: complete char16_t supportMarc Mutz2022-05-042-0/+10
* QTextStream: fix streaming of char16_t'sMarc Mutz2022-05-032-0/+10
* Fix build with GCC12: avoid QCborStreamReader::preparse()Thiago Macieira2022-04-251-2/+2
* QXmlStreamSimpleStack: disable copy and move SMFsMarc Mutz2022-04-131-0/+2
* QXmlStreamPrivateTagStack: don't fail on more than 2Gi chars in the tag stackMarc Mutz2022-04-131-5/+5
* XmlStringRef: fix length truncationMarc Mutz2022-04-131-1/+1
* QtCore: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-112-2/+2
* Re-fix C++20 ambiguous relational operators after adding QJsonValueConstRefAllan Sandfeld Jensen2022-04-031-0/+10
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-1/+1
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2621-152/+167
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-256-100/+109
* QJsonValueConstRef: fix null pointer dereferencesThiago Macieira2022-03-182-2/+2
* Core: Do not depend on transitive includesFabian Kosmale2022-03-175-1/+12
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-142-29/+6
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-0/+1
* QJsonValueRef: add non-const operator[]Thiago Macieira2022-02-182-0/+45
* CBOR: disable UUID and QRegularExpression support in bootstrapped buildsThiago Macieira2022-02-163-22/+27
* QJsonValueRef: don't export the entire class in Qt 7Thiago Macieira2022-02-151-4/+5
* QJsonValueConstRef: prepare for Qt 7Thiago Macieira2022-02-156-45/+110
* QJson{Array,Object}: rewrite & simplify some iterator functionsThiago Macieira2022-02-153-20/+12
* QJsonObject::removeAt: stop dividing and multiplying by 2Thiago Macieira2022-02-152-7/+6
* QJsonValueRef: optimize the assignmentThiago Macieira2022-02-155-10/+42
* QJsonValueConstRef: optimize to{Int,Integer,Bool,Double,String}()Thiago Macieira2022-02-152-36/+100
* QJsonValueConcreteRef: optimize concrete()Thiago Macieira2022-02-155-4/+31
* QJsonObject::erase: erase unnecessary and wrong codeThiago Macieira2022-02-151-5/+4
* QCborValue: use assignContainer() in few more placesThiago Macieira2022-02-151-13/+4
* QCborValue: optimize the array-to-map conversionThiago Macieira2022-02-152-22/+36
* QCborValueConstRef: optimize to{Integer,Bool,Double,String,ByteArray}()Thiago Macieira2022-02-152-5/+61
* QCborValueRef: merge the operator[] into a templateThiago Macieira2022-02-153-147/+40
* QCborValue: merge the const operator[] into a templateThiago Macieira2022-02-153-14/+17
* QCborValue: merge the non-const operator[] into a templateThiago Macieira2022-02-152-73/+24
* QCborMap: merge the operator[] methods into a templateThiago Macieira2022-02-152-32/+36
* QCborMap: merge the constFind methods into a templateThiago Macieira2022-02-152-23/+26
* QCborArray: allow large but in-range keysThiago Macieira2022-02-151-2/+17
* QJsonObject: use QJsonValueConstRefThiago Macieira2022-02-152-14/+20
* QJsonArray: use QJsonValueConstRefThiago Macieira2022-02-151-7/+8