summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QStaticLatin1StringMatcher: add indexIn(QStringView)Ahmad Samir5 days2-3/+21
* QLatin1StringMatcher: add indexIn(QStringView) overloadAhmad Samir5 days2-5/+46
* QRegularExpression: use modernize comparisonsTatiana Borisova7 days2-25/+26
* QLocale: use new comparison helper macrosTatiana Borisova12 days2-2/+6
* QRegularExpressionMatch: port API from QString to QAnyStringView keysMatthias Rauter2024-04-292-57/+45
* QString{En,De}coder: add constructors with QString parametersThiago Macieira2024-04-272-0/+26
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev2024-04-261-1/+10
* Revise UCD-generated data files' SPDX headersEdward Welbourne2024-04-224-50/+6
* Assert consistency between locale and calendar dataEdward Welbourne2024-04-221-4/+14
* Improve fidelity of approximation to CLDR zone representationsEdward Welbourne2024-04-222-712/+726
* QString: ensure multi-arg arg() parses replacement like single-arg arg()Thiago Macieira2024-04-211-10/+9
* Correct handling of 'u' in CLDR date format stringsEdward Welbourne2024-04-191-1/+4
* Fix handling of am/pm indicators in mapping from CLDR to Qt formatsEdward Welbourne2024-04-192-18/+18
* Cope with CLDR's "day period" format specifiersEdward Welbourne2024-04-192-39/+40
* Tidy up macToQtFormat() in Darwin system locale backendEdward Welbourne2024-04-191-89/+86
* QStringConverterICU: Pass correct pointer to callbackFabian Kosmale2024-04-191-2/+2
* QStringBuilder: DRY: use the Concatenable typedefThiago Macieira2024-04-181-3/+3
* QStringBuilder: DRY: simplify the if constexpr conditionals a bitThiago Macieira2024-04-181-10/+9
* QStringConverter/Doc: add more details about additional codecsThiago Macieira2024-04-181-1/+9
* QXmlStreamWriter: decode UTF-8 into code pointsThiago Macieira2024-04-181-0/+9
* Revise CLDR-generated data header files to use Unicode-3.0 for SPDXEdward Welbourne2024-04-171-1/+1
* QByteArrayView: make starts/endsWith(char) constexprMarc Mutz2024-04-171-2/+2
* QStringTokenizer: Add a missing includeMartin Storsjö2024-04-101-0/+1
* Pass trivially-copyable types by value, not by const refEdward Welbourne2024-04-091-2/+2
* QLocale: pass 64-bit LanguageCodeEntry by value, not const refEdward Welbourne2024-04-091-5/+5
* Initialize QTextBoundaryFinder::pos to zeroEdward Welbourne2024-04-092-5/+1
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-096-8/+9
* QSystemLocale(): disable copy and moveEdward Welbourne2024-04-091-0/+1
* QLocale: silence fallthrough warningTim Blechmann2024-04-051-0/+1
* QCollatorSortKey: Rule of Five: add missing move constructorEdward Welbourne2024-04-042-8/+21
* Add the note about data size to QByteArray::operator=(const char*)Alexey Edelev2024-03-271-0/+3
* QString::arg: apply the Qt 7 Unicode digit semantics to the bootstrapThiago Macieira2024-03-261-6/+6
* QByteArrayView: use new qdoc commands to document relational operatorsIvan Solovev2024-03-181-0/+9
* tst_qstringapisymmetry: add qCompareThreeWay() checksIvan Solovev2024-03-181-0/+19
* Rework QByteArrayView comparison helpersIvan Solovev2024-03-184-14/+25
* Bootstrap: remove the UTF-16 and UTF-32 codecsThiago Macieira2024-03-134-3/+20
* Bootstrap: remove qnumeric.cpp by using qnumeric_p.hThiago Macieira2024-03-133-18/+14
* Use canonical capitalization of Unicode-3.0 SPDX tagKai Köhne2024-03-131-2/+2
* Bootstrap: remove QDataStreamThiago Macieira2024-03-132-2/+2
* QString/QByteArray: add explicit constructors for Q{String,ByteArray}ViewThiago Macieira2024-03-122-2/+4
* qstringalgorithms: include <iterator> in favor of <string.h>Dennis Oberst2024-03-121-2/+1
* QtPrivate::equalStrings(): enforce matching size where applicableThiago Macieira2024-03-061-7/+15
* Revert "QStringView: simplify the constructor from QString"Marc Mutz2024-03-062-8/+10
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-042-3/+6
* Move QLocaleData::convertDoubleToFloat to qnumeric_p.hThiago Macieira2024-03-041-16/+7
* Remove qbytearray_p.hGiuseppe D'Angelo2024-03-041-28/+0
* QLocal8Bit::convertToUnicode[win]: rewrite remainingChars handling as recursiveMårten Nordheim2024-03-021-52/+62
* Rename qIsConstantEvaluated() to q20::is_constant_evaluated()Marc Mutz2024-03-023-15/+7
* QAnyStringView: use new comparison helper macrosIvan Solovev2024-03-022-23/+21
* QUtf8StringView: use more comparison helper macrosIvan Solovev2024-03-021-19/+11