index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
serialization
/
qtextstream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Restore link to the Ok status value
David Boddie
6 days
1
-1
/
+1
*
Replace a semicolon with {} as loop body
Edward Welbourne
2025-04-11
1
-1
/
+1
*
QTextStream: finish porting to qsizetype
Thiago Macieira
2025-04-11
1
-38
/
+44
*
Convert QTextStream internals to char16_t QChar::unicode()
Edward Welbourne
2025-04-11
1
-13
/
+13
*
Port QTEXTSTREAM_DEBUG to modern QFlags
Edward Welbourne
2025-04-11
1
-4
/
+4
*
Fix UB in QTextStreamPrivate::putNumber()
Edward Welbourne
2025-02-19
1
-22
/
+12
*
Doc: Fix broken link to QTextStream::OK
Kai Köhne
2025-02-05
1
-1
/
+1
*
QTextStream: fix UB calls to qAbs() with minimal arguments
Giuseppe D'Angelo
2025-01-29
1
-4
/
+4
*
Bootstrap: remove unused sources
Thiago Macieira
2025-01-13
1
-0
/
+2
*
[QTextStream] Add operator bool() to QTextStream class
Tatiana Borisova
2024-12-27
1
-0
/
+7
*
Doc: Fix links to QIODeviceBase:: flags
Kai Köhne
2024-12-13
1
-1
/
+1
*
QIODevice: Add QIODevice::readLineInto()
Rym Bouabid
2024-09-20
1
-1
/
+1
*
De-inline ~QDeviceClosedNotifier
Marc Mutz
2024-09-19
1
-0
/
+5
*
QTextStream: discard+comment the possibility of file opening failure
Giuseppe D'Angelo
2024-03-26
1
-1
/
+4
*
Bootstrap: remove the UTF-16 and UTF-32 codecs
Thiago Macieira
2024-03-13
1
-0
/
+2
*
Bootstrap: remove qnumeric.cpp by using qnumeric_p.h
Thiago Macieira
2024-03-13
1
-3
/
+4
*
Doc: Fix typo
Andreas Eliasson
2023-04-18
1
-1
/
+1
*
Use QtMiscUtils hex/oct-related helpers
Ahmad Samir
2023-02-07
1
-6
/
+3
*
QtMiscUtils: add some more character helpers
Ahmad Samir
2023-02-07
1
-1
/
+3
*
Documentation: Clarify the meaning of the precision parameter for double form...
Friedemann Kleint
2023-01-07
1
-2
/
+5
*
Doc: Document Qt Serialization with use cases
Jaishree Vyas
2022-12-08
1
-0
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
QTextStream: Fix logical error in setEncoding
Mårten Nordheim
2022-09-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QTextStream: complete char16_t support
Marc Mutz
2022-05-04
1
-0
/
+8
*
QTextStream: fix streaming of char16_t's
Marc Mutz
2022-05-03
1
-0
/
+9
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-4
/
+4
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-17
/
+19
*
QTextStream: code tidies
Giuseppe D'Angelo
2022-01-16
1
-4
/
+4
*
QTextStream: fix a dead write
Marc Mutz
2021-06-17
1
-2
/
+1
*
Consolidate debug string generation
Alex Trotsenko
2021-05-31
1
-45
/
+4
*
Convert a couple of APIs to use views
Lars Knoll
2020-10-06
1
-3
/
+3
*
Fix qdoc warnings: QTextStream manipulators are in the Qt namespace
Volker Hilsheimer
2020-09-26
1
-4
/
+4
*
Use UTF-8 when converting 8 bit data in QTextStream
Lars Knoll
2020-09-15
1
-13
/
+17
*
QTextStream: purge deprecated API
Edward Welbourne
2020-08-31
1
-37
/
+0
*
Disentangle QIODevice dependencies
Lars Knoll
2020-08-15
1
-6
/
+6
*
Remove non-Qt6 compile time switches from QtCore
Allan Sandfeld Jensen
2020-07-24
1
-35
/
+0
*
Fix a number of qdoc warnings related to deprecation
Friedemann Kleint
2020-07-24
1
-144
/
+0
*
Support digit-grouping correctly
Edward Welbourne
2020-07-14
1
-2
/
+2
*
Remove more QStringRef overloads that aren't required
Lars Knoll
2020-06-11
1
-15
/
+0
*
Add since markers for the Qt::endl, etc.
Albert Astals Cid
2020-06-09
1
-24
/
+72
*
Get rid of some QTextCodec leftovers
Lars Knoll
2020-05-14
1
-1
/
+1
*
Get rid of QTextCodec in QTextStream
Lars Knoll
2020-05-14
1
-199
/
+66
*
Start porting QTextStream away from QTextCodec
Lars Knoll
2020-05-14
1
-0
/
+39
*
Clean up the Flag handling in QStringConverter
Lars Knoll
2020-05-14
1
-2
/
+2
*
Start work on a new API to replace QTextCodec
Lars Knoll
2020-05-14
1
-1
/
+1
*
Clean up state handling for ICU and iconv based codecs
Lars Knoll
2020-05-10
1
-2
/
+4
*
Doc: Document QTestStream manipulators under the Qt namespace
Topi Reinio
2020-04-07
1
-24
/
+96
*
Doc: Mark QTextStream manipulators as deprecated
Topi Reinio
2020-03-26
1
-0
/
+24
*
Doc/QtBase: replace some 0 with \nullptr
Christian Ehrlicher
2020-01-26
1
-1
/
+1
[next]