summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qtextstream.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded include of qfloat16.hVolker Hilsheimer2023-02-281-1/+0
* QTextStream: make dtor non-virtual come Qt 7Marc Mutz2023-02-151-2/+18
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QTextStream: complete char16_t supportMarc Mutz2022-05-041-0/+2
* QTextStream: fix streaming of char16_t'sMarc Mutz2022-05-031-0/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-2/+2
* QTextStream: purge deprecated APIEdward Welbourne2020-08-311-37/+0
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-8/+10
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-1/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-4/+0
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-5/+0
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-0/+3
* Switch to using versioned deprecated macrosAllan Sandfeld Jensen2020-04-091-24/+24
* Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-071-2/+2
* Mark the old style unprefixed stream functions deprecatedAllan Sandfeld Jensen2019-12-161-12/+30
* Disable Clang warning for 'using namespace' in qtextstream.hJüri Valdmann2019-10-251-0/+3
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-231-0/+19
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+1
* | Add QTextStream operators for QStringViewFriedemann Kleint2018-07-201-0/+1
|/
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+287