summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Convert Example to Serialization ConverterEdward Welbourne2023-10-301-1/+1
* Rename the JSON Save Game Example to Saving a Game to FileEdward Welbourne2023-10-201-1/+1
* QCborValue: fix memleak on Array to Map coercionMarc Mutz2023-07-151-6/+0
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-2/+2
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-1/+1
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-111-3/+3
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QCborValue: fix build with GCC 13: extended FP supportThiago Macieira2023-01-171-1/+1
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-051-2/+2
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-1/+3
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Add CBOR documentationØystein Heskestad2022-09-011-1/+2
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-2/+2
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* QCborValue: free container memory in case of parsing failureThiago Macieira2022-07-161-1/+5
* QCborValue: attempt a bit of exception-safety around QList::reserveThiago Macieira2022-07-161-12/+16
* QCborValue: further clamp down on memory allocation for CBOR streamsThiago Macieira2022-07-161-11/+28
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-7/+7
* CBOR: disable UUID and QRegularExpression support in bootstrapped buildsThiago Macieira2022-02-161-5/+5
* QCborValue: use assignContainer() in few more placesThiago Macieira2022-02-151-13/+4
* QCborValue: optimize the array-to-map conversionThiago Macieira2022-02-151-21/+36
* QCborValueConstRef: optimize to{Integer,Bool,Double,String,ByteArray}()Thiago Macieira2022-02-151-0/+46
* QCborValueRef: merge the operator[] into a templateThiago Macieira2022-02-151-147/+38
* QCborValue: merge the const operator[] into a templateThiago Macieira2022-02-151-11/+5
* QCborValue: merge the non-const operator[] into a templateThiago Macieira2022-02-151-73/+23
* QCborArray: allow large but in-range keysThiago Macieira2022-02-151-2/+17
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-151-11/+35
* QCborValueRef: fix using operator[] to convert an empty array to mapThiago Macieira2022-02-151-0/+1
* QCborValueRef: add a test to confirm that its methods reflect QCborValueThiago Macieira2022-02-151-1/+5
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-02-031-2/+4
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-4/+4
* QCborValue: add asserts to encoding methodIvan Solovev2021-08-191-0/+2
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-061-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-061-44/+38
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-72/+78
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-0/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-061-0/+2
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-181-1/+1
|\
| * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-071-1/+1
* | Port qt_to_latin1() (and it's variants) from ushort to char16_tMarc Mutz2020-05-111-3/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-14/+31
|\|
| * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-3/+5
| * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-4/+6
| * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-4/+19
| * QCborValue: don't update internal states if decoding a string failedThiago Macieira2020-04-221-1/+1