summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qutf8stringview.h
Commit message (Expand)AuthorAgeFilesLines
* Rework QByteArrayView comparison helpersIvan Solovev2024-03-181-0/+4
* QUtf8StringView: use more comparison helper macrosIvan Solovev2024-03-021-19/+11
* Add missing QUtf8StringView relational operatorsIvan Solovev2024-03-021-0/+26
* Add QUtf8StringView vs byte array relational operatorsIvan Solovev2024-02-201-0/+41
* Add QUtf8StringView vs QLatin1StringView relational operatorsIvan Solovev2024-02-161-0/+16
* qTo*ViewIgnoringNull: further ignore nullsThiago Macieira2023-12-211-1/+1
* QUtf8StringView: make data() constexprMarc Mutz2023-12-061-1/+1
* String-ish: Add missing <string_view> #includesMarc Mutz2023-11-241-0/+1
* String classes: make first/last/chopped() delegate to sliced()Ahmad Samir2023-09-301-3/+3
* Add a verify() method to all sequential containersAhmad Samir2023-09-281-8/+9
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-131-0/+3
* Make compare(QU8SV) a non-template, document itMarc Mutz2023-03-091-3/+4
* Apply q20::remove_cvref_t around the codeMarc Mutz2023-03-011-2/+3
* Add In-place utf-8 case-insensitive comparisonsØystein Heskestad2022-12-021-0/+11
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-7/+7
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* Use qstringfwd.h when forward declaring string classesSona Kurazyan2022-03-121-4/+1
* Extract Header qstringfwd.hMarc Mutz2022-03-111-9/+0
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hMarc Mutz2022-03-091-0/+1
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+5
* Fix coding-style violation in QUtf8StringView::operator==()Edward Welbourne2021-06-231-3/+3
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-201-0/+1
* Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-151-6/+2
* QUtf8StringView: Check size directly in operator==Fabian Kosmale2021-03-211-1/+2
* Doc: Add a workaround for QUtf8StringView's missing docsTopi Reinio2020-11-061-1/+14
* Optimize equality operators for string classesLars Knoll2020-10-071-3/+9
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-061-0/+23
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-2/+8
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-0/+329