summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborstreamwriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCborStreamWriter: correct the QCbor{Array,Map} size limitationsThiago Macieira2023-11-241-2/+4
* 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
* QCborStreamWriter: use (new) QUtf8::convertFromLatin1() to speed up append(QL...Marc Mutz2023-10-191-2/+6
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-111-1/+2
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-311-0/+4
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-051-4/+4
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Add CBOR documentationØystein Heskestad2022-09-011-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-5/+5
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-5/+4
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-2/+2
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-2/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-2/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Remove QLinkedListSona Kurazyan2020-02-191-2/+2
* cborstreamwriter: Fix developer-build with clangRobert Loehning2019-12-301-2/+2
* Split cborstream feature in twoUlf Hermann2019-12-121-0/+868