summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QJsonObject iterators: use new comparison helper macrosTatiana Borisova2024-04-121-40/+46
* CBOR: add QtCbor::Comparison and pass it to the comparing functionsThiago Macieira2024-04-081-1/+1
* Add equality comparison between QJsonObject and QJsonValueConstRefTatiana Borisova2024-04-031-1/+1
* QJsonObject: use new comparison helper macrosTatiana Borisova2024-03-251-17/+21
* Bootstrap: remove QVariantThiago Macieira2024-03-131-1/+2
* QCbor/QJson: s/QPair/std::pair/Marc Mutz2023-12-131-2/+2
* Doc: Replace wrongly spelled wordKai Köhne2023-11-031-1/+1
* Rename the JSON Save Game Example to Saving a Game to FileEdward Welbourne2023-10-201-3/+3
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-13/+13
* Doc: Format certain operators in textPaul Wicking2022-08-231-8/+8
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-15/+7
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-20/+0
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-211-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-10/+10
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* QJsonValueConstRef: prepare for Qt 7Thiago Macieira2022-02-151-1/+1
* QJson{Array,Object}: rewrite & simplify some iterator functionsThiago Macieira2022-02-151-2/+2
* QJsonObject::removeAt: stop dividing and multiplying by 2Thiago Macieira2022-02-151-6/+6
* QJsonValueRef: optimize the assignmentThiago Macieira2022-02-151-0/+2
* QJsonObject::erase: erase unnecessary and wrong codeThiago Macieira2022-02-151-5/+4
* QJsonObject: use QJsonValueConstRefThiago Macieira2022-02-151-5/+10
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+1
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-181-37/+37
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-1/+7
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-261-7/+5
* Clean-up some Qt 5 leftovers from JSON serialization classesSona Kurazyan2020-07-221-42/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-4/+4
|\
| * Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-0/+3
|\|
| * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+3
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
|/
* Fix binary compatibility issue in QJson{Array,Object} initializer_listThiago Macieira2020-03-201-2/+5
* Doc: update QJsonObject::operator[] non-const to say it creates keyThiago Macieira2020-03-201-1/+3
* Fix some qdoc warningsFriedemann Kleint2020-01-031-2/+2
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-216/+104
* Make QJsonObject::iterator a true random access iteratorLars Knoll2019-10-131-0/+101
* Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-1/+4
* QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-35/+113
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-2/+107
* QJsonObject: minor refactoringMat Sutcliffe2019-07-201-16/+24
* Optimize non-const overload of QJsonObject::operator[]Mat Sutcliffe2019-07-201-6/+13
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-3/+3
* Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-031-0/+17
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+11
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+1312