summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid possible ambiguities with QByteArrayView's comparison operatorsSona Kurazyan2020-08-041-8/+13
* Move-enable QByteDataBuffer::{append,prepend}Mårten Nordheim2020-08-011-2/+26
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-313-8/+15
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-2/+5
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-3/+3
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-301-1/+4
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-312-13/+19
* Be clearer about the locale-aware comparison QString supportsEdward Welbourne2020-07-301-95/+61
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1