summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Provide a feature for CBOR stream I/OUlf Hermann2019-10-164-2/+23
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-164-0/+135
|\| |
| * | Cbor: Avoid QUrl in bootstrap codeUlf Hermann2019-10-152-0/+12
| * | Make QJsonObject::iterator a true random access iteratorLars Knoll2019-10-132-0/+123
* | | Get rid of QList forward declarationsLars Knoll2019-10-042-7/+1
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-052-2/+2
|\|
| * Use quiet NaNs instead of signaling onesEdward Welbourne2019-09-041-1/+1
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-311-1/+1
| | |\
| | | * Doc: Clarify QJsonDocument::toJson()Joerg Bornemann2019-08-301-1/+1
* | | | Bump versionKari Oikarinen2019-08-271-0/+1
|/ / /
* | | Cbor: Add overloads for QStringViewUlf Hermann2019-08-223-23/+52
* | | 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
* | | Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-1/+4
* | | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-1/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-1/+9
| |\|
| | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
| | * Work around Apple Clang's -Wshadow warningThiago Macieira2019-07-161-2/+2
* | | QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-203-44/+179
* | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-208-37/+180
* | | QJsonObject: minor refactoringMat Sutcliffe2019-07-202-16/+26
* | | Optimize non-const overload of QJsonObject::operator[]Mat Sutcliffe2019-07-202-6/+14
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-123-5/+5
|\| |