summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-18/+26
|\
| * QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-18/+26
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-4/+4
|\|
| * ucstrncmp: Fix UBSan report of array overflowingThiago Macieira2020-01-091-4/+4
* | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+29
|/
* Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
* QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-041-15/+15
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-2/+2
* qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-291-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-2/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+12592