summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qcborvalue
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski8 days1-0/+12
* CBOR: fix sorting of UTF16-to-UTF16 stringsThiago Macieira2024-04-121-30/+93
* QCborMap iterators: use new comparison helper macrosTatiana Borisova2024-04-121-0/+19
* 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
* QCborMap: add missing comparator to QCborValueConstRefThiago Macieira2024-03-261-2/+10
* 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
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-4/+2
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CI: Enable tests under corelib/serialization for Wasm platformPiotr Wierciński2023-08-141-0/+5
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Suppress a couple of GCC warningsAhmad Samir2023-06-291-0/+3
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-28/+42
* Ignore the warning for all types in tst_QCborValue's mapFromArray*()Edward Welbourne2022-10-181-6/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-12/+12
* tst_QCborValue: remove duplicate data row from testsEdward Welbourne2022-10-111-1/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QCborArray: allow large but in-range keysThiago Macieira2022-02-151-0/+25
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-151-2/+14
* QCborValueRef: fix using operator[] to convert an empty array to mapThiago Macieira2022-02-151-8/+207
* QCborValueRef: add a test to confirm that its methods reflect QCborValueThiago Macieira2022-02-151-1/+163
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-02-031-0/+87
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* Fix compiler warning from int size mismatchVolker Hilsheimer2021-04-291-2/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-071-1/+3
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-061-4/+2
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-061-0/+2
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-161-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Change QByteArray to handle large arraysLars Knoll2020-08-271-2/+2
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138
* 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-261-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-0/+62
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-1/+14
|\
| * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-071-1/+14
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+200
|\|