summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* QXmlStreamWriter: fix attempts to write bad QStringsThiago Macieira2024-04-181-0/+20
* QXmlStreamWriter: decode UTF-8 into code pointsThiago Macieira2024-04-181-0/+125
* CBOR: fix sorting of UTF16-to-UTF16 stringsThiago Macieira2024-04-121-30/+93
* Tests: make some QFile::open calls failGiuseppe D'Angelo2024-04-131-3/+4
* QCborMap iterators: use new comparison helper macrosTatiana Borisova2024-04-121-0/+19
* QJsonObject iterators: use new comparison helper macrosTatiana Borisova2024-04-121-0/+22
* QCborArray iterators: use new comparison helper macrosTatiana Borisova2024-04-101-0/+29
* tst_QCborValue: merge sorting() and comparison() testsThiago Macieira2024-04-081-91/+124
* QCborValue: fix sorting of UTF8-to-UTF16 stringsThiago Macieira2024-04-081-0/+36
* Add equality comparison between QJsonObject and QJsonValueConstRefTatiana Borisova2024-04-031-0/+3
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-274-18/+19
* QCborMap: add missing comparator to QCborValueConstRefThiago Macieira2024-03-261-2/+10
* QPolygonF: delegate QDataStream marshalling to QListThiago Macieira2024-03-261-12/+23
* QJsonArray iterators: use new comparison helper macrosTatiana Borisova2024-03-261-0/+35
* QJsonObject: use new comparison helper macrosTatiana Borisova2024-03-251-1/+21
* QJsonValue: use new comparison helper macrosTatiana Borisova2024-03-221-35/+49
* QJsonDocument: use new comparison helper macrosTatiana Borisova2024-03-221-3/+20
* QJsonArray: use new comparison helper macrosTatiana Borisova2024-03-212-0/+41
* Xml: use new comparison helper macrosTatiana Borisova2024-03-202-2/+77
* QCborMap: use new comparison helper macrosTatiana Borisova2024-03-201-150/+169
* QCborArray: use new comparison helper macrosTatiana Borisova2024-03-191-34/+51
* QCborValueConstRef/QCborValueRef: use new comparison helper macrosTatiana Borisova2024-03-191-7/+77
* QCborValue: use new comparison helper macrosTatiana Borisova2024-03-132-56/+46
* QCborStreamReader: rename toStringish() -> readAllStringish()Ivan Solovev2024-03-121-3/+3
* QCborStreamReader: rename appendToType() -> readAndAppendToType()Ivan Solovev2024-03-121-6/+6
* Correct license for tools filesLucie Gérard2024-03-051-1/+1
* QCborStreamReader: rename toType(Type&) -> appendToType(Type&)Ivan Solovev2024-02-291-6/+6
* Containers: add max_size()Giuseppe D'Angelo2024-02-272-8/+4
* Deprecate QDataStream::readBytes(char *&, uint &) instead of removing itIvan Solovev2024-02-071-0/+18
* QDataStream: use SizeLimitExceeded status in write operationsIvan Solovev2024-02-071-0/+14
* QDataStream: use qint64 to represent size while reading and writingIvan Solovev2024-02-071-2/+2
* Change license for tests filesLucie Gérard2024-02-0416-16/+16
* QBitArray: fix potential truncation in QDataStream op>>()Marc Mutz2024-01-311-0/+2
* QDataStream: add a new SizeLimitExceeded status codeIvan Solovev2024-01-261-2/+2
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-2/+0
* QCborStreamReader: add UTF-8 reading APIThiago Macieira2023-11-241-0/+44
* QCborStreamReader: add toString() and toByteArray()Thiago Macieira2023-11-241-0/+41
* wasm tests: Disable unstable qcborvalue testPiotr Wierciński2023-11-231-1/+3
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-261-1/+1
* Add support for containers > 4 Gi elements in QDataStreamØystein Heskestad2023-10-231-7/+15
* Fix renamed and duplicated namespaces in QXmlStreamWriterØystein Heskestad2023-09-201-0/+16
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-2/+2
* QXmlStreamReader::readNextStartElement() - return false on document endAxel Spoerl2023-08-151-0/+4
* CI: Enable tests under corelib/serialization for Wasm platformPiotr Wierciński2023-08-149-9/+19
* tst_QXmlStream: Remove stray commentAxel Spoerl2023-07-251-1/+0
* tst_QXmlStream: Fix CMakeLists.txtAxel Spoerl2023-07-181-1/+1
* tst_QXmlStream::tokenErrorHandling() - register test directory in CMakeAxel Spoerl2023-07-112-3/+10
* QXmlStreamReader: Raise error on unexpected tokensAxel Spoerl2023-07-104-0/+94
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-059-0/+54
* Suppress a couple of GCC warningsAhmad Samir2023-06-291-0/+3