summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* QByteArray: use comparison helper macrosIvan Solovev2024-03-023-103/+118
* Q(Latin1)Char: use comparison helper macrosIvan Solovev2024-03-023-47/+73
* Add QByteArrayView vs QChar and vs char16_t relational operatorsIvan Solovev2024-03-022-0/+36
* QLatin1StringView: consistently use comparison helper macrosIvan Solovev2024-03-022-112/+103
* Add missing QUtf8StringView relational operatorsIvan Solovev2024-03-023-0/+51
* QString: use comparison helper macros - missing string views [3/3]Ivan Solovev2024-03-022-1/+21
* QString: use comparison helper macros - comparison with byte arrays [2/3]Ivan Solovev2024-03-024-165/+187
* QString: use comparison helper macros - trivial changes [1/3]Ivan Solovev2024-03-022-104/+75
* Bring back QASV::detects_US_ASCII_at_compile_timeIvan Solovev2024-03-011-0/+8
* QByteArrayView: make conversion to string_view constexprMarc Mutz2024-03-011-1/+1
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QString/QByteArray: add slice() methodsAhmad Samir2024-02-294-14/+93
* Containers: add max_size()Giuseppe D'Angelo2024-02-275-5/+32
* QStringView: stop instantiating std::char_traits<QChar> and <uchar>Thiago Macieira2024-02-261-18/+36
* QLocal8Bit::convertToUnicode[win]: Fix order of growth and saturateMårten Nordheim2024-02-231-1/+1
* Change license in files to avoid LGPL and non-LGPL license mixLucie Gérard2024-02-201-1/+1
* QStringView: use new comparison helper macrosIvan Solovev2024-02-202-25/+20
* Simplify QLatin1StringView vs byte array relational operatorsIvan Solovev2024-02-203-114/+54
* Add QStringView vs byte array relational operatorsIvan Solovev2024-02-202-0/+40
* Add QByteArrayView vs const char * relational operatorsIvan Solovev2024-02-202-19/+28
* Add QByteArray vs QByteArrayView relational operatorsIvan Solovev2024-02-201-0/+11
* Add QUtf8StringView vs byte array relational operatorsIvan Solovev2024-02-202-1/+59