summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-102-3/+3
* Initialize "uc1" variableWang Wei2020-09-081-1/+1
* QList/QString/QByteArray: no prepend optimized allocation when emptyAndrei Golubev2020-09-072-3/+3
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-074-195/+185
* Make QStringMatcher ready for Qt 6Lars Knoll2020-09-072-48/+31
* Remove some comments that are no longer relevantEdward Welbourne2020-09-051-3/+2
* Add QByteArrayView overloads for push_back and push_frontLars Knoll2020-09-032-18/+30
* Clean up the QByteArray API and implementationLars Knoll2020-09-032-271/+139
* QList/QByteArray/QString: Base GrowsBackwards heuristic on old sizeMårten Nordheim2020-09-032-4/+4
* QString/QList: disregard space at front during reserve()Andrei Golubev2020-09-021-1/+1
* QByteArray: Disregard space at front during ::reserve(...)Mårten Nordheim2020-09-021-1/+1
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-319-29/+1957
* Inline some methods that only forward to another overloadLars Knoll2020-08-292-24/+16
* Use checked string iteration in case conversionsEdward Welbourne2020-08-294-7/+11
* Prepend optimize QStringAndrei Golubev2020-08-292-59/+100
* Support GrowsBackwards in QByteArrayAndrei Golubev2020-08-292-57/+92
* Remove QUnicodeTools::DefaultOptionsCompatEdward Welbourne2020-08-281-2/+1
* Convert QStringView::toWCharArray() to return qsizetypeEdward Welbourne2020-08-282-4/+4
* Inline QString's conversions to integral types, except long long onesEdward Welbourne2020-08-282-39/+18
* QLatin1String: finish up the qsizetype conversionEdward Welbourne2020-08-281-2/+2
* Use qsizetype for the size of QByteArray's raw data methodsEdward Welbourne2020-08-281-7/+2
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-284-30/+27
* Don't second-guess strcoll()Edward Welbourne2020-08-281-8/+3
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-282-43/+43
* macOS: fix standaloneMonthName implementation for system localeVolker Hilsheimer2020-08-271-5/+23
* Pass QByteArrayView by valueLars Knoll2020-08-272-5/+5
* Inline the equality operatorLars Knoll2020-08-272-13/+8
* Change QByteArray to handle large arraysLars Knoll2020-08-273-208/+201
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-263-0/+105
* QRegularExpression: code tidiesGiuseppe D'Angelo2020-08-261-6/+2
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-3/+18
* QStringList: inherit the constructors from QListGiuseppe D'Angelo2020-08-252-28/+1
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMårten Nordheim2020-08-241-0/+49
* QStringTokenizer: use sliced() instead of mid()Marc Mutz2020-08-231-2/+2
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-233-67/+147
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-1/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2010-2260/+42
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-191-0/+1
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-194-137/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-149-158/+158
* Drop qunicodecharGiuseppe D'Angelo2020-08-141-6/+1
* Inline two macros in the unicode tablesEdward Welbourne2020-08-121-10/+6
* Add x86 vector implementation of UTF-8 comparison to UTF-16Thiago Macieira2020-08-061-17/+121
* qustrlen: Add #warnings to explain how to deal with GCC 7.x's ASanThiago Macieira2020-08-051-0/+7
* Optimize non-vectorized UTF-8 to UTF-16 comparison to US-ASCIIThiago Macieira2020-08-051-13/+21
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-054-3/+57
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-051-20/+1
* Allow use of charXX_t in QUtf8FunctionsThiago Macieira2020-08-051-2/+42
* Tidy up unicode table generationEdward Welbourne2020-08-051-11/+8
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-041-0/+8