summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* QDataStream: remove pointless guard around std::pair operatorsMarc Mutz2021-11-041-2/+0
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-181-0/+48
* corelib: Fix typos in documentationJonas Kvinge2021-10-125-9/+9
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-122-2/+2
* Convert all QT_VERSION checks to compare against QT_VERSION_CHECK()Edward Welbourne2021-09-231-2/+2
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-168-21/+20
* QDataStream: Add reminders to remove operators for qfloat16Ievgenii Meshcheriakov2021-09-141-0/+2
* Adjust src/corelib/serialization/qdatastream.[h/cpp] for 6.3.0Shawn Rutledge2021-09-142-2/+4
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-12/+19
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-3/+3
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-062-8/+8
* QCborValue: add asserts to encoding methodIvan Solovev2021-08-191-0/+2
* QTextStream: Always use direct connection inside QDeviceClosedNotifierIevgenii Meshcheriakov2021-07-271-2/+7
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-065-0/+45
* QTextStream: fix a dead writeMarc Mutz2021-06-171-2/+1
* Consolidate debug string generationAlex Trotsenko2021-05-311-45/+4
* qcborstreamreader.cpp: Use QT_TRY/QT_CATCHNodir Temirkhodjaev2021-05-231-4/+4
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-202-0/+4
* Don't parse XML symbols longer than 4096 charactersAllan Sandfeld Jensen2021-04-161-0/+5
* QJsonValueRef: add missing operator[]Fabian Kosmale2021-02-261-0/+4
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-2/+0
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* Bump the version of QDataStreamFriedemann Kleint2021-02-182-2/+4
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+1
* Bump versionPaul Wicking2021-01-111-2/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-65/+0
* XmlStringRef: remove operator<=>Giuseppe D'Angelo2021-01-041-6/+0
* Bump versionPaul Wicking2020-12-151-0/+1
* 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
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-061-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-063-49/+71
* 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
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-4/+4
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-232-11/+8
* QXmlStream: sanitize input before building a QCharGiuseppe D'Angelo2020-11-181-2/+2
* CBOR: remove the X11 True and False for goodThiago Macieira2020-11-184-7/+6
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-6/+6
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+2
* QXmlStreamReader: don't store pointersMårten Nordheim2020-11-113-15/+28
* Clean up qcontainerfwd.hLars Knoll2020-11-032-8/+0
* Deprecate QVariant::TypeLars Knoll2020-10-233-4/+4
* Cbor: Export the datastream operators for QCborSimpleTypeUlf Hermann2020-10-181-2/+2
* QCborValue: streamline some code with qExchangeGiuseppe D'Angelo2020-10-131-3/+1
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Convert a couple of APIs to use viewsLars Knoll2020-10-065-11/+11
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-032-3/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-6/+1