summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* 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
* QCborMap: use QCborValueConstRefThiago Macieira2022-02-152-18/+31
* QCborArray: use QCborValueConstRefThiago Macieira2022-02-151-6/+7
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-158-57/+313
* QCborValueRef: fix using operator[] to convert an empty array to mapThiago Macieira2022-02-151-0/+1
* QCborValueRef: add a test to confirm that its methods reflect QCborValueThiago Macieira2022-02-155-8/+24
* Fix clang-cl warningAllan Sandfeld Jensen2022-02-151-2/+2
* Disable URL support in the CBOR-JSON conversion in bootstrapped modeThiago Macieira2022-02-101-1/+5
* qtextstream.h: streamline includesFabian Kosmale2022-02-102-2/+3
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-091-0/+5
* Remove QXml* from bootstrap libJoerg Bornemann2022-02-091-13/+0
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-02-031-2/+4
* Bump version to 6.4.0Jani Heikkinen2022-01-312-2/+4
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-212-1/+3
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-211-3/+15
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-206-9/+9