summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-191-0/+18
* Don't access moved-from objectVolker Hilsheimer2021-03-041-7/+6
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-081-2/+2
* QString: update documentationIvan Solovev2020-12-151-117/+212
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-101-0/+78
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-3/+9
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-041-0/+8
* QLatin1String: documentation updatesIvan Solovev2020-12-021-61/+246
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+33
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Doc: Consistently use book style capitalization for QStringKai Koehne2020-11-271-2/+2
* Doc: Linkify all mentionings of QT_NO_CAST_TO_ASCIIKai Koehne2020-11-271-134/+66
* Doc: Improve *_CAST_FROM_ASCII documentationKai Koehne2020-11-271-14/+9
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-261-0/+15
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-1/+1
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-191-6/+12
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-171-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-2/+2
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+3
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-121-5/+4
* Doc: Update/scrub QString documentationKarsten Heimrich2020-11-111-14/+13
* Revert "Refine {QString, QBA}::reallocData() logic"Volker Hilsheimer2020-11-081-4/+5
* Refine {QString, QBA}::reallocData() logicAndrei Golubev2020-11-061-5/+4
* Always use fast path in QString::append(QLatin1String)Andrei Golubev2020-11-041-7/+4
* Rename AllocationPosition enum and its membersLars Knoll2020-11-041-2/+2
* Move insert() operation into QArrayDataOpsLars Knoll2020-11-041-26/+22
* Clean up out allocation handlingLars Knoll2020-11-041-9/+9
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-041-2/+2
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-2/+2
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-041-62/+40
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-041-1/+5
* Make remaining String binary comparisons hidden friendsAllan Sandfeld Jensen2020-10-261-13/+7
* Make QString/QLatin1String comparisons hidden friendsAllan Sandfeld Jensen2020-10-261-111/+86
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-231-9/+4
* Smaller code cleanupLars Knoll2020-10-071-104/+55
* Optimize equality operators for string classesLars Knoll2020-10-071-0/+57
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-10/+10
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-28/+47
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-021-1/+1
* Eliminate compilation warningsXie Chuan2020-09-301-1/+1
* Fix qdoc warnings from Q(Latin1)StringVolker Hilsheimer2020-09-281-101/+5
* Fix some qdoc warnings for QString/View/TokenizerVolker Hilsheimer2020-09-261-2/+2
* Fix -Wmaybe-uninitialized warningsJulien Schueller2020-09-261-1/+1
* Update QString documentation relevant to prepend optimizationAndrei Golubev2020-09-151-0/+27
* QString: use QCommonArrayOps::erase instead of custom logicAndrei Golubev2020-09-141-4/+2
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-101-10/+10
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-19/+31