summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-301-29/+11
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-147-20/+77
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-08-131-1/+2
* Doc: Fix various documentation warningsTopi Reinio2020-08-131-140/+139
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-121-1/+3
* Always return long long variants from integer qjsonvalueAllan Sandfeld Jensen2020-07-311-1/+2
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-032-12/+43
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-301-8/+4
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-7/+3
* Add since markers for the Qt::endl, etc.Albert Astals Cid2020-06-111-24/+72
* Fix Clang 10 warnings about deprecated copy constructorsThiago Macieira2020-06-101-0/+1
* QXmlStreamReader: fix a qint64 -> int truncationMarc Mutz2020-05-191-2/+2
* Doc: Remove mentioning of QXmlSimpleReader from QXmlStreamReaderKai Koehne2020-05-181-6/+4
* QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-071-1/+1
* QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-3/+5
* QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-4/+6
* QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-4/+19
* Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-4/+4
* QCborValue: don't update internal states if decoding a string failedThiago Macieira2020-04-221-1/+1
* QCborValue: fix double-accounting of the usedData when decoding stringsThiago Macieira2020-04-221-2/+0
* QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-3/+2
* Switch to using versioned deprecated macrosAllan Sandfeld Jensen2020-04-091-24/+24
* QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-1/+1
* QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-3/+7
* QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+3
* Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-072-26/+98
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-312-17/+45
|\
| * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-272-17/+45
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-272-46/+67
|\|
| * QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-252-28/+29
| * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-252-13/+30
| * QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-03-252-6/+12
* | Doc: Mark QTextStream manipulators as deprecatedTopi Reinio2020-03-261-0/+24
* | Fix binary compatibility issue in QJson{Array,Object} initializer_listThiago Macieira2020-03-202-4/+10
* | Doc: update QJsonObject::operator[] non-const to say it creates keyThiago Macieira2020-03-201-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-1/+2
|\|
| * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-061-1/+2
* | QDataStream: keep brace delimiters inside #if-scopesMårten Nordheim2020-03-101-1/+2
* | QDataStream: fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x0050F00David Faure2020-03-081-4/+8
* | Doc: Fix documentation for deprecated methods in QJsonDocumentKai Koehne2020-02-281-4/+10
* | Add an expansion limit for entitiesLars Knoll2020-02-264-2/+64
* | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-282-6/+10
|\|
| * QXmlStreamReader: fix memory leakGiuseppe D'Angelo2020-01-232-4/+5
| * QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-231-2/+5
* | Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-233-37/+37
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+2
|\|
| * Resolve a build error for ICC 19Inho Lee2020-01-091-2/+2