summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qcborvalue_json/tst_qcborvalue_json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+3
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Deprecate int based convert/canConvertLars Knoll2020-08-241-2/+2
* Fix warning when printing of qsizetypeTor Arne Vestbø2020-07-261-1/+1
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-1/+1
* Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-8/+7
* QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-301-4/+4
* CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-041-0/+9
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-081-0/+339