summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-245-99/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-247-121/+2
* QLocale: purge deprecated APIEdward Welbourne2020-07-232-43/+0
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* QRegularExpression: Purge deprecated PatternOption membersEdward Welbourne2020-07-202-10/+5
* QChar: purge deprecated APIEdward Welbourne2020-07-202-82/+1
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-175-18/+46
* Use qsizetype instead of int in QByteArrayMatcherSona Kurazyan2020-07-152-8/+7
* QSystemLocalePrivate::substituteDigits(): change to move semanticsEdward Welbourne2020-07-151-6/+6
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-152-61/+60
* Simplify qlocale_win's getLocaleInfo() and its _int variantEdward Welbourne2020-07-151-32/+28
* Support digit-grouping correctlyEdward Welbourne2020-07-145-651/+650
* Refactor QLocale's integer formattingEdward Welbourne2020-07-142-127/+51
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-144-201/+130
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-142-43/+81
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-134-22/+20
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-133-5192/+0
* QStringView: Remove outdated note about usage with QListLinus Jahn2020-07-121-4/+0
* Remove that casts to int/uint that shouldn't be there anymoreLars Knoll2020-07-101-35/+26
* Rename local variable hiding parameterDimitrios Apostolou2020-07-101-2/+2
* Remove local variable masking a global oneDimitrios Apostolou2020-07-101-2/+1