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