summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Separate streaming of QHash and QMultiHash/QMap and QMultiMapLars Knoll2020-02-031-17/+39
* Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-282-6/+10
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-282-6/+10
| |\
| | * QXmlStreamReader: fix memory leakGiuseppe D'Angelo2020-01-232-4/+5
| | * QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-231-2/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-284-40/+40
|\| |
| * | Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-233-37/+37
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+2
| |\|
| | * Resolve a build error for ICC 19Inho Lee2020-01-091-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-102-4/+13
|\| |
| * | Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-092-4/+13
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-0419-1404/+1780
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2020-01-033-11/+11
| * | Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-1/+1
| * | cborstreamwriter: Fix developer-build with clangRobert Loehning2019-12-302-3/+3
| * | Mark the old style unprefixed stream functions deprecatedAllan Sandfeld Jensen2019-12-162-22/+72
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-152-7/+7
| * | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-121-0/+3
| * | Split cborstream feature in twoUlf Hermann2019-12-1211-1362/+1685
* | | Convert QString to use QArrayDataPointerLars Knoll2019-12-162-14/+9
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-114-7/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-104-7/+6
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-103-5/+5
| | * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-2/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-1/+1
|\| |
| * | Fix compile with we use QT_DISABLE_DEPRECATED_BEFORE=0x060000 in appsLaurent Montel2019-12-051-1/+1
* | | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-082-2/+2
* | | Inline the size and data pointer members in QStringThiago Macieira2019-12-082-12/+11
* | | Fix potential out of bounds write in the JSON writerLars Knoll2019-12-081-1/+2
* | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-74/+87
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-74/+87
| |\|
| | * QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-74/+83
| | * Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-5/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-0/+17
|\| |
| * | Deprecate reverse iteration on QHashLars Knoll2019-11-051-0/+17
* | | Add functions for facilitating adding UTF-8 and US-ASCII stringsThiago Macieira2019-11-192-3/+13
* | | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-055-43/+88
* | | Make QList an alias to QVectorLars Knoll2019-10-302-13/+1
* | | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-271-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-261-0/+3
| |\|
| | * Disable Clang warning for 'using namespace' in qtextstream.hJüri Valdmann2019-10-251-0/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-2626-2320/+2800
|\| |
| * | Reimplement JSON support on top of CborUlf Hermann2019-10-2126-2320/+2800
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-182-112/+106
|\| |
| * | Move CBOR debug stream functions into qcborvalue.cppUlf Hermann2019-10-172-112/+106
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-174-2/+23
|\| |