| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move text-related code out of corelib/tools/ to corelib/text/ | Edward Welbourne | 2019-07-10 | 1 | -106/+0 |
| * | QStringView, QLatin1String: add lastIndexOf methods | Anton Kudryavtsev | 2019-06-18 | 1 | -0/+5 |
| * | QStringView, QLatin1String: add indexOf methods | Anton Kudryavtsev | 2019-05-10 | 1 | -1/+2 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -22/+22 |
| * | qstringalgorithms: add find methods | Anton Kudryavtsev | 2019-03-22 | 1 | -0/+5 |
| * | QUrl: Add qustrchr() and use it to speed up the fast URL full decoding | Thiago Macieira | 2018-08-03 | 1 | -0/+1 |
| * | Add a few methods to check if a string is US-ASCII or Latin1 | Thiago Macieira | 2018-01-27 | 1 | -0/+5 |
| * | Update QString::isRightToLeft() to take directional hints into account | Lars Knoll | 2018-01-03 | 1 | -0/+1 |
| * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2 | Simon Hausmann | 2017-11-28 | 1 | -1/+1 |
| * | Mark the previously public qstringalgorithms.h functions private | Thiago Macieira | 2017-10-29 | 1 | -18/+22 |
| * | QStringView: De-inline the length calculation so we can use SSE2 | Thiago Macieira | 2017-09-13 | 1 | -0/+2 |
| * | QStringView/QLatin1String: add trimmed() | Marc Mutz | 2017-05-16 | 1 | -0/+2 |
| * | Move Q_REQUIRED_RESULT to first in line in qstringalgorithms.h | Marc Mutz | 2017-05-16 | 1 | -8/+8 |
| * | Long live qStartsWith()/qEndsWith()! | Marc Mutz | 2017-04-28 | 1 | -0/+12 |
| * | Disentangle string-related headers | Marc Mutz | 2017-04-25 | 1 | -0/+68 |