summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringmatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStringMatcher: add a method that returns a string view of the patternAhmad Samir2023-10-211-0/+9
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+1
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-10/+31
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Make QStringMatcher ready for Qt 6Lars Knoll2020-09-071-32/+17
* Port QString to qsizetypeLars Knoll2020-07-061-2/+2
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-1/+1
* QStringMatcher: port internals to QStringView and char16_tMarc Mutz2020-05-141-22/+28
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+348