summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qcollator.h
Commit message (Expand)AuthorAgeFilesLines
* QCollatorSortKey: Rule of Five: add missing move constructorEdward Welbourne2024-04-041-0/+2
* QCollator: port compare(ptr, n, ptr, n) to qsizetypeMarc Mutz2022-07-201-0/+4
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-011-0/+3
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-071-2/+4
* Make QCollatorSortKey's operator<() a hidden friendEdward Welbourne2020-11-271-6/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-4/+2
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-1/+0
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+135