summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborstreamreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCborStreamReader: rename toStringish() -> readAllStringish()Ivan Solovev2024-03-121-12/+12
* QCborStreamReader: rename appendToType() -> readAndAppendToType()Ivan Solovev2024-03-121-9/+9
* QCborStreamReader: rename toType(Type&) -> appendToType(Type&)Ivan Solovev2024-02-291-12/+9
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-3/+2
* serialization: cborparser - silence gcc warningTim Blechmann2024-02-081-0/+1
* QCborStreamReader: add UTF-8 reading APIThiago Macieira2023-11-241-5/+102
* QCborStreamReader: add toString() and toByteArray()Thiago Macieira2023-11-241-2/+119
* QCborStreamReader: fix API mistake: lastError() wasn't constThiago Macieira2023-11-241-1/+1
* QCborStreamReader: refactor readStringChunk_unicode() to appendThiago Macieira2023-11-241-17/+17
* 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
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-2/+2
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-111-2/+3
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Add CBOR documentationØystein Heskestad2022-09-011-1/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Fix build with GCC12: avoid QCborStreamReader::preparse()Thiago Macieira2022-04-251-2/+2
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* qcborstreamreader.cpp: Use QT_TRY/QT_CATCHNodir Temirkhodjaev2021-05-231-4/+4
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2020-12-091-25/+17
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-071-13/+12
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-061-3/+25
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-061-21/+57
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-051-24/+33
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-2/+2
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-1/+1
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-0/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-13/+13
* Remove QTextCodec dependency from the cbor readerLars Knoll2020-05-141-1/+1
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-9/+26
* cborstreamwriter: Fix developer-build with clangRobert Loehning2019-12-301-1/+1
* Split cborstream feature in twoUlf Hermann2019-12-121-0/+1533