summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlatin1stringview.h
Commit message (Expand)AuthorAgeFilesLines
* tst_qstringapisymmetry: add qCompareThreeWay() checksIvan Solovev2024-03-181-0/+19
* Rework QByteArrayView comparison helpersIvan Solovev2024-03-181-0/+4
* QLatin1StringView: consistently use comparison helper macrosIvan Solovev2024-03-021-42/+25
* Simplify QLatin1StringView vs byte array relational operatorsIvan Solovev2024-02-201-21/+2
* Add QLatin1StringView vs QByteArrayView relational operatorsIvan Solovev2024-02-201-0/+15
* QLatin1StringView: add missing (const_)pointer nested typedefMarc Mutz2023-12-061-0/+2
* String classes: make first/last/chopped() delegate to sliced()Ahmad Samir2023-09-301-3/+3
* Add a verify() method to all sequential containersAhmad Samir2023-09-281-7/+8
* Qt UDLs: avoid the deprecated form of UDL definitionsMarc Mutz2023-09-121-1/+1
* QLatin1StringView: un-inline Latin1-UTF8 compare_helperThiago Macieira2023-05-111-3/+3
* Make compare(QU8SV) a non-template, document itMarc Mutz2023-03-091-6/+1
* corelib: silence `-Wcomma` with clang-12Tim Blechmann2023-02-211-1/+5
* QLatin1StringView: fix include guard nameAhmad Samir2023-01-081-3/+3
* QLatin1StringView: remove redundant inline keywordAhmad Samir2023-01-071-41/+41
* Untangle QLatin1StringView from qstring.{h,cpp}Ahmad Samir2023-01-071-0/+371