summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstring
Commit message (Expand)AuthorAgeFilesLines
...
| | * QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-40/+79
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+48
|\| |
| * | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+48
| |/
* | Convert QString to use QArrayDataPointerLars Knoll2019-12-161-7/+8
* | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-081-1/+1
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-23/+1
* | Inline the size and data pointer members in QStringThiago Macieira2019-12-081-9/+7
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-3/+3
|/
* Don't try to define QT_NO_CAST_TO_ASCII when the test undefines itEdward Welbourne2019-10-251-1/+1
* Move a test for feature ICU from .pro to .cppEdward Welbourne2019-10-252-11/+11
* Suppress deprecation warnings on a test of a deprecated QString methodEdward Welbourne2019-10-091-0/+3
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-105-0/+17135