summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborstreamreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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