summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringalgorithms_p.h
Commit message (Expand)AuthorAgeFilesLines
* Mark qstringalgorithms headers as security-criticalMarc Mutz2025-09-231-0/+1
* QStringAlgorithms: set data_ptr().size directly without calling resize()Ahmad Samir2025-07-211-2/+13
* QStringAlgorithms: rename replace_detaching() to replace_into_copy()Ahmad Samir2025-07-021-2/+5
* QByteArray: replace(view, view): don't detach the underlying data arrayAhmad Samir2025-06-211-0/+132
* QtCore: fix private header compilation under QT_NO_KEYWORDSMarc Mutz2024-09-141-1/+1
* qstringalgorithms: make trimmed_helper_positions [[nodiscard]]Ahmad Samir2023-08-031-1/+1
* qstringalgorithms: refactor trimmed_helper_positionsAhmad Samir2023-07-221-5/+14
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-07-261-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+152