summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearrayview.qdoc
Commit message (Expand)AuthorAgeFilesLines
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+9
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-301-0/+240
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-0/+11
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-4/+25
* Fix some old copy-and-paste errors in QByteArrayView docsEdward Welbourne2021-08-171-8/+8
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-111-1/+16
* QByteArrayView: add compareMårten Nordheim2021-05-201-0/+12
* Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-151-11/+1
* Fix qdoc warnings for QByteArrayViewVolker Hilsheimer2020-09-231-4/+4
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-11/+28
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-1/+1
* Introduce QByteArrayViewSona Kurazyan2020-07-081-0/+692