summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringview.h
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* Don't truncate parameters passed to QStringView::{first/last/from/slice}Sona Kurazyan2020-06-191-4/+4
* Rename new slice() method sliced()Marc Mutz2020-06-111-1/+1
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-8/+18
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-0/+9
* QString/View: add tokenize() member functionsMarc Mutz2020-06-061-1/+7
* Add QStringView::split() methodsLars Knoll2020-06-011-0/+16
* Add QStringView::constData()Lars Knoll2020-05-301-0/+1
* Add support for count() to QStringViewLars Knoll2020-05-301-0/+5
* Add toInt() and friends to QStringViewLars Knoll2020-05-291-0/+11
* QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-35/+38
* Drop the deprecated QStringViewLiteralGiuseppe D'Angelo2020-05-131-7/+0
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-121-2/+2
* Explain what the QStringView levels meanGiuseppe D'Angelo2020-05-091-0/+12
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-0/+16
* QStringView: add toNSString() / toCFString()Marc Mutz2020-05-081-0/+10
* QStringView: adapt to C++20 constexpr std::basic_stringMarc Mutz2020-03-121-1/+1
* QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-0/+5
* Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+2
* Deprecate QStringViewLiteralMarc Mutz2019-08-101-0/+7
* QStringView: clean up storage_typeMarc Mutz2019-07-291-6/+0
* QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-291-1/+1
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+338