summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearrayview.h
Commit message (Expand)AuthorAgeFilesLines
* 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