summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-5/+3
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+19
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-50/+0
* tst_qdatastream: expect failure on 32bit system with large QBitArraySamuli Piippo2021-01-082-3/+4
* Remove the qmake project filesJoerg Bornemann2021-01-0714-145/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2210-10/+32
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+17
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-071-6/+6
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-071-1/+3
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-072-12/+19
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-062-10/+11
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-063-8/+13
* Test conversion of ulonglong variant to JSONSona Kurazyan2020-11-201-0/+12
* Android: exclude tests crashing at startAssam Boudjelthia2020-11-162-2/+4
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-5/+5
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-042-0/+10
* Update tst_qcborstreamwriter to use QMetaTypeDavid Skoland2020-10-301-10/+10
* Deprecate QVariant::TypeLars Knoll2020-10-232-2/+2
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-161-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-2/+2
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-8/+43
* Add checks for new QBitArray versionAllan Sandfeld Jensen2020-09-291-46/+57
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-0/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2313-19/+19
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-2/+1
* 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