summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json
Commit message (Expand)AuthorAgeFilesLines
* tst_QtJson: add matching escape-generating testThiago Macieira2021-09-061-0/+55
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-7/+64
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-3/+3
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-0/+31
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+19
* Remove the qmake project filesJoerg Bornemann2021-01-071-12/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Test conversion of ulonglong variant to JSONSona Kurazyan2020-11-201-0/+12
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-4/+4
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-8/+43
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-2/+1
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-152-3/+2
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict comparison of variantsLars Knoll2020-08-131-2/+10
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-3/+3
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-2/+45
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+7
|\
| * 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-111-0/+97
|\|
| * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
* | CMake: Regenerate tests projectsAlexandru Croitor2020-03-121-0/+5
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+2
| |\|
| | * Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-0/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-9/+69
|\| |
| * | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-9/+69
| |/
* | Regenerate tests/auto/corelib/serializationAlexandru Croitor2019-11-121-15/+16
* | cmake: add tests in corelib/serializationFrederik Gladhorn2019-10-071-0/+35
|/
* Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-0/+2
* QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-0/+42
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+18
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-1/+26
|\
| * Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-1/+26
* | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-8/+0
|/
* Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-031-0/+59
* Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-031-0/+34
* Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-031-11/+47
* Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-031-0/+41
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-0/+2
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-142-0/+0
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-041-0/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-041-0/+0
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-042-0/+1
* JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+2
* QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+20