summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonvalue.h
Commit message (Expand)AuthorAgeFilesLines
* QJsonValue: use new comparison helper macrosTatiana Borisova2024-03-221-21/+38
* Q*ValueRef: suppress MSVC warning on deriving from non-exported baseThiago Macieira2023-06-181-0/+3
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-2/+2
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-1/+1
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Re-fix C++20 ambiguous relational operators after adding QJsonValueConstRefAllan Sandfeld Jensen2022-04-031-0/+10
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QJsonValueRef: add non-const operator[]Thiago Macieira2022-02-181-0/+7
* QJsonValueRef: don't export the entire class in Qt 7Thiago Macieira2022-02-151-4/+5
* QJsonValueConstRef: prepare for Qt 7Thiago Macieira2022-02-151-10/+45
* QJsonValueRef: optimize the assignmentThiago Macieira2022-02-151-0/+3
* QJsonValueConstRef: optimize to{Int,Integer,Bool,Double,String}()Thiago Macieira2022-02-151-17/+26
* QJsonValueConcreteRef: optimize concrete()Thiago Macieira2022-02-151-0/+1
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-151-16/+72
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-091-0/+5
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-061-0/+2
* QJsonValueRef: add missing operator[]Fabian Kosmale2021-02-261-0/+4
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-1/+1
* Resolve the remaining open ### Qt6 comments of QJsonValueSona Kurazyan2020-08-201-9/+1
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-181-7/+8
* Clean-up methods with default values in JSON classesSona Kurazyan2020-07-261-10/+4
* Improve the iterators of QJsonArray and QJsonObjectSona Kurazyan2020-07-261-24/+4
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* 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 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-0/+1
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-36/+18
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-2/+2
| |\
| | * Fix sign change warningSimon Hausmann2019-08-091-2/+2
* | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+3
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-3/+3
|/ /
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-2/+0
* | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-031-0/+6
|/
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+2
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-081-0/+1
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+255