summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearrayalgorithms.h
Commit message (Expand)AuthorAgeFilesLines
* QString/QByteArray: further inline the most common indexOf operationsThiago Macieira2023-12-211-1/+1
* QByteArray: inline QByteArray::indexOf() and use a char overloadThiago Macieira2023-12-211-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-061-1/+1
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-041-13/+34
* Fix formatting in qbytearrayalgorithms.hSona Kurazyan2022-02-231-2/+2
* Make QByteArrayView's numeric conversion methods inlineSona Kurazyan2022-02-221-0/+26
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+2
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-6/+4
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-111-1/+3
* QByteArray: Move some free-functions aroundMårten Nordheim2021-05-201-0/+53
* Introduce QByteArrayViewSona Kurazyan2020-07-081-0/+76