summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearrayview.qdoc
Commit message (Expand)AuthorAgeFilesLines
* QByteArrayView: use new qdoc commands to document relational operatorsIvan Solovev2024-03-181-0/+9
* Add QByteArrayView vs const char * relational operatorsIvan Solovev2024-02-201-6/+6
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-301-3/+3
* Doc: Fix template information for QByteArrayView membersLuca Di Sera2023-11-181-3/+3
* String views: de-duplicate API docsAhmad Samir2023-10-021-0/+4
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-131-0/+9
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* Use more documentation snippets for QString and its siblingsAhmad Samir2023-01-011-4/+5
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-021-0/+48
* [docs] Fix ints that should be qsizetype [src/corelib/text]Marc Mutz2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-26/+2
* QBAV/QSV: remove a historical noteGiuseppe D'Angelo2022-04-011-4/+0
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-141-1/+7
* 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