summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* tst_qmlstream: re-use QBuffer instance in readBack()Marc Mutz2022-12-161-2/+3
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-10-311-2/+16
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2022-05-078-13/+13
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-03-112-0/+53
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-191-0/+20
* Remove execute permission from XML filesEdward Welbourne2022-01-184-0/+0
* QXmlStreamReader: update test distributionIvan Solovev2021-12-23653-3918/+31
* QJsonObject::take: add missing detach() callThiago Macieira2021-02-031-0/+19
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-081-1/+3
* Be more consistent when converting JSON values from variantSona Kurazyan2020-11-201-0/+12
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-301-8/+43
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-141-0/+149
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-121-0/+61
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-301-0/+62
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-242-3/+46
* Remove Perforce commands from setupSuite.shThiago Macieira2020-05-201-3/+1
* QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-072-5/+30
* QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-0/+8
* QCborValue: add tests of parsing invalid ISO date-time stringsThiago Macieira2020-04-301-4/+72
* QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-0/+15
* QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-0/+109
* Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-0/+7
* QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-0/+12
* QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-0/+54
* QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-0/+71
* QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-315-20/+235
|\
| * tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
| * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-275-16/+223
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-271-0/+54
|\|
| * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-0/+54
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-3/+4
* | Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-061-14/+73
* | Add an expansion limit for entitiesLars Knoll2020-02-261-2/+42
* | tst_QDataStream::readQCursor(): Replace deprecated QCursor APISze Howe Koh2020-02-011-12/+12
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-282-0/+9005
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-282-0/+9005
| |\|
| | * QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-232-0/+9005
* | | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+6
|/ /
* | Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-061-35/+34
* | Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-0/+2
|/
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
* QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-12/+59
* Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-0/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-282-12/+12
|\
| * Tidy up data-stream testEdward Welbourne2019-10-251-11/+10
| * Exclude tests that need GUI when GUI isn't availableEdward Welbourne2019-10-251-1/+2
* | Featurize support for signaling NaNEdward Welbourne2019-09-301-0/+2
* | Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-2/+1