summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qtextstream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Restore link to the Ok status valueDavid Boddie6 days1-1/+1
* Replace a semicolon with {} as loop bodyEdward Welbourne2025-04-111-1/+1
* QTextStream: finish porting to qsizetypeThiago Macieira2025-04-111-38/+44
* Convert QTextStream internals to char16_t QChar::unicode()Edward Welbourne2025-04-111-13/+13
* Port QTEXTSTREAM_DEBUG to modern QFlagsEdward Welbourne2025-04-111-4/+4
* Fix UB in QTextStreamPrivate::putNumber()Edward Welbourne2025-02-191-22/+12
* Doc: Fix broken link to QTextStream::OKKai Köhne2025-02-051-1/+1
* QTextStream: fix UB calls to qAbs() with minimal argumentsGiuseppe D'Angelo2025-01-291-4/+4
* Bootstrap: remove unused sourcesThiago Macieira2025-01-131-0/+2
* [QTextStream] Add operator bool() to QTextStream classTatiana Borisova2024-12-271-0/+7
* Doc: Fix links to QIODeviceBase:: flagsKai Köhne2024-12-131-1/+1
* QIODevice: Add QIODevice::readLineInto()Rym Bouabid2024-09-201-1/+1
* De-inline ~QDeviceClosedNotifierMarc Mutz2024-09-191-0/+5
* QTextStream: discard+comment the possibility of file opening failureGiuseppe D'Angelo2024-03-261-1/+4
* Bootstrap: remove the UTF-16 and UTF-32 codecsThiago Macieira2024-03-131-0/+2
* Bootstrap: remove qnumeric.cpp by using qnumeric_p.hThiago Macieira2024-03-131-3/+4
* Doc: Fix typoAndreas Eliasson2023-04-181-1/+1
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-071-6/+3
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-1/+3
* Documentation: Clarify the meaning of the precision parameter for double form...Friedemann Kleint2023-01-071-2/+5
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QTextStream: complete char16_t supportMarc Mutz2022-05-041-0/+8
* QTextStream: fix streaming of char16_t'sMarc Mutz2022-05-031-0/+9
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-17/+19
* QTextStream: code tidiesGiuseppe D'Angelo2022-01-161-4/+4
* QTextStream: fix a dead writeMarc Mutz2021-06-171-2/+1
* Consolidate debug string generationAlex Trotsenko2021-05-311-45/+4
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-3/+3
* Fix qdoc warnings: QTextStream manipulators are in the Qt namespaceVolker Hilsheimer2020-09-261-4/+4
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-151-13/+17
* QTextStream: purge deprecated APIEdward Welbourne2020-08-311-37/+0
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-6/+6
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-35/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-144/+0
* Support digit-grouping correctlyEdward Welbourne2020-07-141-2/+2
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-15/+0
* Add since markers for the Qt::endl, etc.Albert Astals Cid2020-06-091-24/+72
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+1
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-199/+66
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-141-0/+39
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-2/+2
* Start work on a new API to replace QTextCodecLars Knoll2020-05-141-1/+1
* Clean up state handling for ICU and iconv based codecsLars Knoll2020-05-101-2/+4
* Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-071-24/+96
* Doc: Mark QTextStream manipulators as deprecatedTopi Reinio2020-03-261-0/+24
* Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
close