summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QJsonValue: use new comparison helper macrosTatiana Borisova2024-03-221-19/+23
* Bootstrap: remove QVariantThiago Macieira2024-03-131-0/+4
* Rename the JSON Save Game Example to Saving a Game to FileEdward Welbourne2023-10-201-1/+1
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-1/+1
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-051-1/+1
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-5/+2
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-211-8/+14
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-2/+2
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* QJsonValueRef: add non-const operator[]Thiago Macieira2022-02-181-0/+38
* QJsonValueConstRef: prepare for Qt 7Thiago Macieira2022-02-151-0/+16
* QJsonValueRef: optimize the assignmentThiago Macieira2022-02-151-10/+34
* QJsonValueConstRef: optimize to{Int,Integer,Bool,Double,String}()Thiago Macieira2022-02-151-19/+74
* QJsonValueConcreteRef: optimize concrete()Thiago Macieira2022-02-151-3/+4
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-151-6/+28
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-061-0/+18
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Resolve the remaining open ### Qt6 comments of QJsonValueSona Kurazyan2020-08-201-95/+59
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-181-2/+2
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-4/+9
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-021-4/+30
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-14/+14
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-13/+13
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-6/+6
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-031-3/+3
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-3/+3
* | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-23/+69
|/
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-138/+153
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+11
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-8/+8
* Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-031-0/+75
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+22
* Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+1
|\
| * Doc: Add since version for QJson method and enumPaul Wicking2018-07-191-0/+1
* | CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-041-0/+30
|/
* JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+9
* QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+11
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+863