summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringview.h
Commit message (Expand)AuthorAgeFilesLines
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-021-1/+3
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-3/+16
* Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-151-2/+2
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-081-1/+1
* QStringView: add constBegin and constEndThiago Macieira2020-12-121-0/+2
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-101-0/+20
* Add noexcept to slicing and indexing of QStringViewAllan Sandfeld Jensen2020-11-041-11/+11
* Make remaining String binary comparisons hidden friendsAllan Sandfeld Jensen2020-10-261-0/+23
* Use c++20 when available at compile timeAllan Sandfeld Jensen2020-09-251-8/+7
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-85/+85
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMÃ¥rten Nordheim2020-09-181-2/+8
* Convert QStringView::toWCharArray() to return qsizetypeEdward Welbourne2020-08-281-1/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-8/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-28/+28
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-301-1/+4
* Rename from() to sliced()Lars Knoll2020-07-061-1/+1
* 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