| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Mark the old style unprefixed stream functions deprecated | Allan Sandfeld Jensen | 2019-12-16 | 1 | -10/+42 |
| * | Use quiet NaNs instead of signaling ones | Edward Welbourne | 2019-09-04 | 1 | -1/+1 |
| * | Be less laissez-faire with implicit conversions to QChar | Marc Mutz | 2019-07-09 | 1 | -1/+1 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -13/+13 |
| * | Prefix textstream operators with Qt:: | Lars Knoll | 2019-05-02 | 1 | -2/+2 |
| * | Clean up QTextStream functions | Allan Sandfeld Jensen | 2019-03-23 | 1 | -24/+76 |
| * | QtCore: replace 0 with \nullptr in documentation | Christian Ehrlicher | 2019-01-28 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-11-09 | 1 | -12/+12 |
| |\ |
|
| | * | Modernize the "textcodec" feature | Liang Qi | 2018-11-07 | 1 | -12/+12 |
| * | | Correct which codecs QTextStream::autoDetectUnicode detects | Thiago Macieira | 2018-11-08 | 1 | -6/+6 |
| * | | Add QTextStream operators for QStringView | Friedemann Kleint | 2018-07-20 | 1 | -0/+15 |
| |/ |
|
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+3192 |