summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonobject.h
Commit message (Expand)AuthorAgeFilesLines
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* Clean up qcontainerfwd.hLars Knoll2020-11-031-4/+0
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-181-28/+28
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-261-79/+97
* Clean-up some Qt 5 leftovers from JSON serialization classesSona Kurazyan2020-07-221-9/+3
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-1/+1
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-19/+10
* Make QJsonObject::iterator a true random access iteratorLars Knoll2019-10-131-0/+22
* QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-1/+13
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-6/+22
* QJsonObject: minor refactoringMat Sutcliffe2019-07-201-0/+2
* Optimize non-const overload of QJsonObject::operator[]Mat Sutcliffe2019-07-201-0/+1
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-4/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
* Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-031-0/+5
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+2
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+271