summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-152-3/+2
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-151-2/+2
* Remove the SAX parser from QtXmlLars Knoll2020-09-151-1/+0
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-3/+3
* Change QByteArray to handle large arraysLars Knoll2020-08-272-4/+8
* Deprecate int based convert/canConvertLars Knoll2020-08-241-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-3/+3
* Constrain the data stream operators for containersLars Knoll2020-08-151-0/+8
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict comparison of variantsLars Knoll2020-08-131-2/+10
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61
* Remove deprecated binary json featureEdward Welbourne2020-07-3134-239/+0
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-291-0/+2
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-262-2/+2
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-091-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0912-17/+17
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-4/+4
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-073-6/+6
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-242-3/+46
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-0/+62
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Remove winrtOliver Wolff2020-06-061-1/+0
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-2/+2
* Remove references to deleted file shift-jis.txtKari Oikarinen2020-05-242-2/+0
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-182-5/+30
|\
| * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-072-5/+30
* | Remove QRegExp from QVariantLars Knoll2020-05-141-70/+0
* | Document the string converter classesLars Knoll2020-05-141-1/+1
* | Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-6/+5
* | Start porting QTextStream away from QTextCodecLars Knoll2020-05-143-846/+38
* | Always write XML documents as UTF-8Lars Knoll2020-05-141-91/+0
* | Remove Perforce commands from setupSuite.shThiago Macieira2020-05-051-3/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-042-0/+207
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-0/+12
|\|
| * QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-0/+12
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-112-0/+222
|\|
| * 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