summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* QString::arg: apply the Qt 7 Unicode digit semantics to the bootstrapThiago Macieira2024-03-261-6/+6
* Rework QByteArrayView comparison helpersIvan Solovev2024-03-181-6/+4
* Bootstrap: remove the UTF-16 and UTF-32 codecsThiago Macieira2024-03-131-1/+4
* Bootstrap: remove qnumeric.cpp by using qnumeric_p.hThiago Macieira2024-03-131-10/+6
* Bootstrap: remove QDataStreamThiago Macieira2024-03-131-1/+1
* QtPrivate::equalStrings(): enforce matching size where applicableThiago Macieira2024-03-061-7/+15
* QByteArray: use comparison helper macrosIvan Solovev2024-03-021-0/+22
* Q(Latin1)Char: use comparison helper macrosIvan Solovev2024-03-021-0/+14
* Add QByteArrayView vs QChar and vs char16_t relational operatorsIvan Solovev2024-03-021-0/+24
* QString: use comparison helper macros - missing string views [3/3]Ivan Solovev2024-03-021-1/+2
* QString: use comparison helper macros - comparison with byte arrays [2/3]Ivan Solovev2024-03-021-67/+147
* QString: use comparison helper macros - trivial changes [1/3]Ivan Solovev2024-03-021-37/+41
* QString/QByteArray: add slice() methodsAhmad Samir2024-02-291-7/+35
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-0/+10
* Add QStringView vs byte array relational operatorsIvan Solovev2024-02-201-0/+22
* Add QLatin1StringView vs QByteArrayView relational operatorsIvan Solovev2024-02-201-0/+12
* QByteArray/QString: add resizeForOverwriteGiuseppe D'Angelo2024-02-161-0/+18
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-0/+2
* corelib: remove unused #definesTim Blechmann2024-02-061-10/+0
* QDataStream: add a new SizeLimitExceeded status codeIvan Solovev2024-01-261-1/+1
* QString & QByteArray: ensure QT_NO_CAST_* are not defined on WindowsThiago Macieira2024-01-231-0/+5
* Docs: Review and improve QString documentationNicholas Bennett2024-01-221-119/+125
* QString::arg: don't pass nullptr to memcpy()Thiago Macieira2024-01-111-1/+2
* QString/QByteArray: further inline the most common indexOf operationsThiago Macieira2023-12-211-33/+19
* QString: inline indexOf() and use a QChar overloadThiago Macieira2023-12-211-8/+12
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-181-4/+3
* Fix build error with lambda on GCC 9.2shjiu2023-12-161-1/+1
* QString::indexOf(): fix UB (signed integer overflow) in negative from handlingMarc Mutz2023-12-071-1/+1
* Long live QSpan as public API!Marc Mutz2023-12-071-1/+1
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-301-1/+1
* Improve the documentation of compare() overloads for string-like typesJaishree Vyas2023-11-201-7/+6
* QStringView: add isLower and isUpperAnton Kudryavtsev2023-11-021-18/+23
* QString::fill: port to char16_tAnton Kudryavtsev2023-11-011-5/+2
* QString: remove isSimpleText methodAnton Kudryavtsev2023-10-261-20/+0
* QString/QByteArray: add lvalue and rvalue overloads of left/mid/rightThiago Macieira2023-10-251-16/+30
* QString/QBA: add lvalue and rvalue overloads to first/last/sliced/choppedThiago Macieira2023-10-251-5/+18
* QArrayDataPointer: add an allocating constructorThiago Macieira2023-10-251-6/+6
* Add support for containers > 4 Gi elements in QDataStreamØystein Heskestad2023-10-231-11/+15
* QString: port replace_helpers to QSpanAnton Kudryavtsev2023-10-201-22/+21
* QString::remove: use std::move moreAnton Kudryavtsev2023-10-191-1/+1
* QString: use qsizetype moreAnton Kudryavtsev2023-10-051-1/+1
* QString::insert: micro optimizationAnton Kudryavtsev2023-10-051-3/+2
* QString: proper compare of iteratorsAnton Kudryavtsev2023-10-041-1/+1
* qFindChar: pass char16_t by valueAnton Kudryavtsev2023-10-031-1/+1
* QString::section: replace QList with QVLAAnton Kudryavtsev2023-10-021-6/+7
* QString: assign() [4/4]: (it,it) overload for UTF-8 data typesDennis Oberst2023-09-281-0/+4
* QString::toHtmlEscaped: avoid unconditional copyAnton Kudryavtsev2023-09-181-1/+5
* QString::replace: replace QList with QVLAAnton Kudryavtsev2023-09-181-2/+2
* QString: use first and last moreAnton Kudryavtsev2023-09-181-2/+2
* QString: use new assign() in operator=({QByteArray, QChar, char *})Dennis Oberst2023-09-051-10/+1