summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* CBOR: Remove dead code: len[12] are not used with UTF-16Thiago Macieira8 days1-5/+0
* CBOR: implement UTF16-to-UTF8 comparison without memory allocThiago Macieira8 days1-17/+61
* CBOR: fix the UTF8-and-UTF16 detectionThiago Macieira8 days1-41/+17
* CBOR: fix sorting of UTF16-to-UTF16 stringsThiago Macieira13 days1-5/+67
* CBOR: implement faster comparison for equality in stringsThiago Macieira13 days1-4/+15
* QCborValue: avoid a double isAscii checkGiuseppe D'Angelo14 days1-0/+6
* CBOR: add QtCbor::Comparison and pass it to the comparing functionsThiago Macieira2024-04-081-25/+30
* CBOR: inline the contents of compare() into comparesEqual/ThreeWay()Thiago Macieira2024-04-081-20/+50
* CBOR: de-inline some comparesEqual() and compareThreeWay() functionsThiago Macieira2024-04-081-2/+76
* QCborValue: fix sorting of UTF8-to-UTF16 stringsThiago Macieira2024-04-081-6/+8
* QCborValueConstRef/QCborValueRef: use new comparison helper macrosTatiana Borisova2024-03-191-0/+10
* QCborValue: use new comparison helper macrosTatiana Borisova2024-03-131-7/+55
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-5/+4
* Implement QCborContainerPrivate::compact()Ivan Solovev2024-02-051-8/+31
* 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