| Commit message (Expand) | Author | Age | Files | Lines |
| * | Docs: adjust docs after the QLatin1String to QLatin1StringView rename | Ahmad Samir | 2023-01-05 | 1 | -1/+1 |
| * | Doc: Document Qt Serialization with use cases | Jaishree Vyas | 2022-12-08 | 1 | -0/+1 |
| * | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -2/+1 |
| * | QVariant: make many more QtCore types nothrow-copyable | Thiago Macieira | 2022-07-30 | 1 | -5/+2 |
| * | QtBase: eradicate QT_STRINGVIEW_LEVEL uses | Marc Mutz | 2022-07-20 | 1 | -2/+0 |
| * | QJsonValue: fix incorrect to{Array,Object} when the value is empty | Thiago Macieira | 2022-06-21 | 1 | -8/+14 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -2/+2 |
| * | Core: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+2 |
| * | QJsonValueRef: add non-const operator[] | Thiago Macieira | 2022-02-18 | 1 | -0/+38 |
| * | QJsonValueConstRef: prepare for Qt 7 | Thiago Macieira | 2022-02-15 | 1 | -0/+16 |
| * | QJsonValueRef: optimize the assignment | Thiago Macieira | 2022-02-15 | 1 | -10/+34 |
| * | QJsonValueConstRef: optimize to{Int,Integer,Bool,Double,String}() | Thiago Macieira | 2022-02-15 | 1 | -19/+74 |
| * | QJsonValueConcreteRef: optimize concrete() | Thiago Macieira | 2022-02-15 | 1 | -3/+4 |
| * | Introduce Q{Json,Cbor}ValueConstRef | Thiago Macieira | 2022-02-15 | 1 | -6/+28 |
| * | Doc: Centralize RFC documentation-links in rfc.qdoc | Luca Di Sera | 2021-09-16 | 1 | -1/+1 |
| * | QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctors | Marc Mutz | 2021-07-06 | 1 | -0/+18 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -1/+1 |
| * | Resolve the remaining open ### Qt6 comments of QJsonValue | Sona Kurazyan | 2020-08-20 | 1 | -95/+59 |
| * | Use qsizetype for size in QJsonArray and QJsonObject | Sona Kurazyan | 2020-08-18 | 1 | -2/+2 |
| * | Fix conversions to JSON from QVariant | Sona Kurazyan | 2020-08-13 | 1 | -4/+9 |
| * | Doc: improve documentation about QVariant to JSON lossy conversions | Thiago Macieira | 2020-07-02 | 1 | -4/+30 |
| * | Change qHash() to work with size_t instead of uint | Lars Knoll | 2020-04-09 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-01-28 | 1 | -14/+14 |
| |\ |
|
| | * | Replace most use of QVariant::type and occurrences of QVariant::Type | Olivier Goffart | 2020-01-23 | 1 | -13/+13 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Liang Qi | 2020-01-04 | 1 | -6/+6 |
| |\| |
|
| | * | Fix some qdoc warnings | Friedemann Kleint | 2020-01-03 | 1 | -3/+3 |
| | * | Replace usages of QVariant::value by qvariant_cast | Olivier Goffart | 2019-12-15 | 1 | -3/+3 |
| * | | Fix 64-bit integer support in QtJSON | Allan Sandfeld Jensen | 2019-11-05 | 1 | -23/+69 |
| |/ |
|
| * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -138/+153 |
| * | JSON: add some QStringView overloads | Mat Sutcliffe | 2019-07-20 | 1 | -0/+11 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -8/+8 |
| * | Implement QJsonValue data stream operator | Jędrzej Nowacki | 2018-10-03 | 1 | -0/+75 |
| * | JSON: Add qHash functions for JSON and CBOR types | Ulf Hermann | 2018-08-27 | 1 | -0/+22 |
| * | Merge branch '5.11' into dev | Edward Welbourne | 2018-07-31 | 1 | -0/+1 |
| |\ |
|
| | * | Doc: Add since version for QJson method and enum | Paul Wicking | 2018-07-19 | 1 | -0/+1 |
| * | | CBOR: Complete the conversions between CBOR, JSON and Qt meta types | Thiago Macieira | 2018-07-04 | 1 | -0/+30 |
| |/ |
|
| * | JSON: remove braces from UUID text representations | Thiago Macieira | 2018-03-02 | 1 | -0/+9 |
| * | QJsonValue: use the fully-encoded form of a URL in fromVariant() | Thiago Macieira | 2018-03-02 | 1 | -0/+11 |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+863 |