summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-272-17/+45
* QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-252-28/+29
* QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-252-13/+30
* QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-03-252-6/+12
* Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-061-1/+2
* QXmlStreamReader: fix memory leakGiuseppe D'Angelo2020-01-232-4/+5
* QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-231-2/+5
* Resolve a build error for ICC 19Inho Lee2020-01-091-2/+2
* 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
* 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
* Disable Clang warning for 'using namespace' in qtextstream.hJüri Valdmann2019-10-251-0/+3
* 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
* | | 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
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-103-5/+5
* | | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-092-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-012-4/+6
|\| |
| * | Work around Apple Clang's -Wshadow warningThiago Macieira2019-06-281-2/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-2/+4
| |\|
| | * Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-4/+6
| |\|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-4/+6
|\ \ \ | | |/ | |/|
| * | QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-204-12/+12
* | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-079-54/+56
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-4/+8
|\ \ \ | | |/ | |/|
| * | Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-4/+8
* | | QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-141-13/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+1
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+1
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-022-8/+0
* | | Prepare QDataStream for Qt 6.0Lars Knoll2019-05-021-1/+9