summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringview/tst_qstringview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
* Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-6/+31
* QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-131-0/+44
* QStringView: add constructor from pointer pairMarc Mutz2017-05-161-0/+75
* QtTest: add support for printing QStringViewsMarc Mutz2017-04-241-6/+8
* Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-201-4/+4
* QStringView: use qssize_t as size_typeMarc Mutz2017-04-061-2/+2
* QStringView: add an array ctorMarc Mutz2017-04-041-0/+41
* QStringView: add tests for relational operatorsMarc Mutz2017-03-311-52/+26
* QStringView: improve manual overload managementMarc Mutz2017-03-291-0/+17
* Long live QStringView!Marc Mutz2017-03-241-0/+446