summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearrayview.h
Commit message (Expand)AuthorAgeFilesLines
* QByteArrayView: make starts/endsWith(char) constexprMarc Mutz2024-04-171-2/+2
* Rework QByteArrayView comparison helpersIvan Solovev2024-03-181-8/+13
* Add QByteArrayView vs QChar and vs char16_t relational operatorsIvan Solovev2024-03-021-0/+12
* QByteArrayView: make conversion to string_view constexprMarc Mutz2024-03-011-1/+1
* Add QByteArrayView vs const char * relational operatorsIvan Solovev2024-02-201-13/+22
* qTo*ViewIgnoringNull: further ignore nullsThiago Macieira2023-12-211-1/+1
* QString/QByteArray: further inline the most common indexOf operationsThiago Macieira2023-12-211-0/+14
* QByteArray: inline QByteArray::indexOf() and use a char overloadThiago Macieira2023-12-211-2/+2
* 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/+17
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-131-0/+3
* Apply q20::remove_cvref_t around the codeMarc Mutz2023-03-011-4/+3
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-021-0/+13
* QLatin1StringView: delegate operator== to QByteArrayViewThiago Macieira2022-08-041-1/+1
* 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-3/+1
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-041-2/+12
* Fix QLatin1String(const char *) constructor to be constexprSona Kurazyan2022-03-021-7/+8
* Make QByteArrayView's numeric conversion methods inlineSona Kurazyan2022-02-221-10/+20
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+2
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-301-0/+11
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-1/+3
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-111-1/+4
* QByteArrayView: add compareMårten Nordheim2021-05-201-0/+8
* QByteArray: Move some free-functions aroundMårten Nordheim2021-05-201-0/+7
* Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-151-6/+2
* Fix qdoc warnings for QByteArrayViewVolker Hilsheimer2020-09-231-1/+4
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-6/+14
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Avoid possible ambiguities with QByteArrayView's comparison operatorsSona Kurazyan2020-08-041-8/+13
* Introduce QByteArrayViewSona Kurazyan2020-07-081-0/+313