summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QString: use new assign() in operator=({QByteArray, QChar, char *})Dennis Oberst2023-09-051-10/+1
* QString: use qustrlen() in the QChar* constructorThiago Macieira2023-08-291-5/+2
* QString/QByteArray: fix append() wrt. raw dataMårten Nordheim2023-08-211-1/+4
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-1/+1
* QString: mark qustrchr() and qustrlen() Q_NEVER_INLINEThiago Macieira2023-08-081-0/+2
* QLocaleData:: port bytearray/stringTo{U}LongLong to QSimpleParsedNumberAhmad Samir2023-07-221-2/+6
* qstringalgorithms: refactor trimmed_helper_positionsAhmad Samir2023-07-221-3/+1
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-131-0/+6
* QString docs: miscellanea improvements around string constructionGiuseppe D'Angelo2023-07-071-19/+16
* Q{Any,}StringView: optimize lengthHelperContainer for the runtimeThiago Macieira2023-06-111-0/+5
* QString: add STL-style assign() [3/4]: (it,it) overload for char32_tMarc Mutz2023-06-091-3/+28
* QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible...Marc Mutz2023-06-071-0/+28
* QString: add STL-style assign() [1/4]: non-(it,it) overloadsDennis Oberst2023-06-041-0/+46
* Remove unused IS_RAW_DATA() macros from q{string,bytearray}.cppEdward Welbourne2023-05-311-2/+0
* QLatin1StringView: un-inline Latin1-UTF8 compare_helperThiago Macieira2023-05-111-0/+12
* QString/QByteArray::op>>: don't assume clear() makes the container isNull()Marc Mutz2023-05-041-1/+1
* QString::insert: replace duplicated code with a recursionThiago Macieira2023-04-261-1/+2
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+1
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QString: fix a couple of integral narrowing warningsAhmad Samir2023-03-121-3/+3
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-111-1/+1
* Remove redundant information in QString::toLocal8Bit() docsTor Arne Vestbø2023-03-021-4/+3
* Document that to/FromLocal8Bit() does not consider CFStringGetSystemEncodingTor Arne Vestbø2023-03-021-4/+6
* doc: Fix spelling of 'equivalent' in QString documentationTor Arne Vestbø2023-03-011-3/+3
* QString: make insert_helper take the insertee by const-refThiago Macieira2023-02-251-1/+1
* QString: don't detach in replace_helper()Ahmad Samir2023-02-091-45/+73
* QString: don't detach in insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-0/+16
* QString: optimize insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-2/+29
* QString: don't detach in insert()Ahmad Samir2023-02-091-0/+17
* QString: split some code from insert() overloads to a static helperAhmad Samir2023-02-091-37/+38
* QString: refactor two insert overloadsAhmad Samir2023-02-091-24/+28
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-29/+13
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-1/+7
* QString: use QtPrivate::qustrchrAhmad Samir2023-01-311-3/+8
* QString: change replace_helper() to take a QStringViewAhmad Samir2023-01-311-17/+16
* QString: remove a try/catch from replace_helper()Ahmad Samir2023-01-311-65/+55
* QString: use QVLA instead of built-in arrayAhmad Samir2023-01-311-64/+24
* QString: name args in replace() overloads consistentlyAhmad Samir2023-01-311-4/+4
* QString: use QtPrivate::q_points_into_rangeAhmad Samir2023-01-311-12/+5
* QtCore: Fix some macro clashesFriedemann Kleint2023-01-311-0/+3
* QString: move more code to append_helperAhmad Samir2023-01-311-18/+17
* QString: remove private replace_helper() member functionAhmad Samir2023-01-311-87/+84
* QString: don't detach in replace(QChar, QChar, case)Ahmad Samir2023-01-301-20/+32
* QString: use a docs snippets for fromStd*String() methodsAhmad Samir2023-01-301-6/+10
* QString: port toUcs4_helper() to char16_t/char32_tMarc Mutz2023-01-231-1/+1
* QString: add note about isNull() vs. isEmpty() to more methodsAhmad Samir2023-01-181-0/+7
* QStringConverter: use qt_to_latin1() helper from qstring.cppAhmad Samir2023-01-121-0/+6
* Untangle QLatin1StringView from qstring.{h,cpp}Ahmad Samir2023-01-071-1269/+0
* Docs: adjust docs after the QLatin1String to QLatin1StringView renameAhmad Samir2023-01-051-66/+77
* QStringBuilder: document issues with using "auto" keywordAhmad Samir2023-01-011-7/+14