summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-1/+1
* Fix qdoc warning from documentation of internal APIVolker Hilsheimer2020-09-301-7/+0
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-29/+11
* Fix qdoc warnings: QTextStream manipulators are in the Qt namespaceVolker Hilsheimer2020-09-261-4/+4
* Remove traces of QObject::trUtf8 from documentationVolker Hilsheimer2020-09-251-4/+0
* Fix various qdoc warningsVolker Hilsheimer2020-09-221-4/+9
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-152-13/+18
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-062-3/+3
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+14
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-0/+28
* QTextStream: purge deprecated APIEdward Welbourne2020-08-312-74/+0
* Remove deprecated QDataStream::unsetDevice()Edward Welbourne2020-08-282-17/+0