| Commit message (Expand) | Author | Age | Files | Lines |
| * | QString: fix docs, QChar::unicode() returns char16_t | Ahmad Samir | 2025-11-16 | 1 | -2/+2 |
| * | QString: use QStringAlgorithms<QString>::replace_helper | Ahmad Samir | 2025-11-05 | 1 | -78/+7 |
| * | QString: replace(): use qsizetype instead of size_t for match indices | Ahmad Samir | 2025-11-05 | 1 | -7/+7 |
| * | QString: document how to implement the 2024 German ß→ẞ rule | Marc Mutz | 2025-10-31 | 1 | -0/+6 |
| * | QChar: remove confusing foldCase(ch, ch&) overload | Marc Mutz | 2025-10-19 | 1 | -3/+1 |
| * | QChar: fix the signature of foldCase(char32_t, char32_t&) | Marc Mutz | 2025-10-19 | 1 | -2/+2 |
| * | QString: fix overly-eager arg(int-ish) overload | Marc Mutz | 2025-10-09 | 1 | -0/+7 |
| * | Prefer using namespace Qt::StringLiterals | Marc Mutz | 2025-10-04 | 1 | -1/+1 |
| * | QUnicodeTables: abstract access to Properties::cases | Marc Mutz | 2025-09-18 | 1 | -2/+2 |
| * | QString: replace(pos, len ~~~) should have a precondition len >= 0 | Ahmad Samir | 2025-08-31 | 1 | -0/+4 |
| * | QUtf8Functions: wrap fromUtf8() in a simpler API | Marc Mutz | 2025-08-27 | 1 | -14/+3 |
| * | Doc: Fix "see also" link | David Boddie | 2025-08-25 | 1 | -2/+1 |
| * | QString: fix unintended copy in asprintf() return | Marc Mutz | 2025-08-20 | 1 | -1/+1 |
| * | QByteArray/QString: fix a few unintended copies | Marc Mutz | 2025-08-20 | 1 | -2/+2 |
| * | QString: further optimize the invalid regex warning | Marc Mutz | 2025-08-19 | 1 | -8/+12 |
| * | QString: make qt_section_chunk a plain aggregate | Marc Mutz | 2025-08-19 | 1 | -6/+4 |
| * | [docs] QString: arg(FP-ish) no longer accepts implicit conversions | Marc Mutz | 2025-07-17 | 1 | -1/+4 |
| * | Document QString::QString(QStringView sv) | Albert Astals Cid | 2025-06-27 | 1 | -0/+12 |
| * | QString/QByteArray: de-inline nullTerminate*() | Ahmad Samir | 2025-06-17 | 1 | -0/+21 |
| * | Doc: link to "Which string class to use?" on all string pages | Mitch Curtis | 2025-05-09 | 1 | -1/+2 |
| * | Mark QByteArray and QString as security-critical | Marc Mutz | 2025-04-22 | 1 | -0/+1 |
| * | Shuffle Q_(ALWAYS|NEVER)_INLINE around so they can be attributes | Mårten Nordheim | 2025-03-28 | 1 | -1/+1 |
| * | [docs] QString: fix link and formatting in the qPrintable() discussion | Marc Mutz | 2025-03-11 | 1 | -4/+5 |
| * | QByteArray: make replace() consistent with QString's | Marc Mutz | 2025-03-11 | 1 | -1/+1 |
| * | Revert "QString::replace: fix a performance regression" | Marc Mutz | 2025-03-07 | 1 | -3/+1 |
| * | ucstricmp8: fix Coverity ARRAY_VS_SINGLETON issue | Marc Mutz | 2025-03-06 | 1 | -2/+3 |
| * | Doc: Fix incorrect \fn signatures | Topi Reinio | 2025-03-05 | 1 | -3/+3 |
| * | Long live \constraints! | Marc Mutz | 2025-02-28 | 1 | -4/+4 |
| * | Docs: uppercase spelling of utf-8 | Giuseppe D'Angelo | 2025-02-25 | 1 | -1/+1 |
| * | QString: de-inline toStdString() so we can avoid a QByteArray temporary | Thiago Macieira | 2025-02-22 | 1 | -0/+20 |
| * | Doc: Remove mentioning of qstringbuilder.cpp | Kai Köhne | 2025-02-21 | 1 | -3/+1 |
| * | Make QString::fromRawData() inline | Thiago Macieira | 2025-02-14 | 1 | -4/+0 |
| * | QString: add fromRawData with a char16_t pointer | Thiago Macieira | 2025-02-14 | 1 | -0/+8 |
| * | doc: Fix invalid auto-link | David Boddie | 2025-02-14 | 1 | -1/+1 |
| * | doc: Change \since from 6.9 to 6.10 to reflect API status | David Boddie | 2025-02-14 | 1 | -2/+2 |
| * | doc: Fix null-termination function signatures and link | David Boddie | 2025-02-07 | 1 | -2/+2 |
| * | QString/QByteArray: add nullTerminate{,d}() | Ahmad Samir | 2025-01-22 | 1 | -2/+28 |
| * | QString: add {setUtf16,setUnicode}(const char16_t*) overloads | Ahmad Samir | 2025-01-21 | 1 | -3/+17 |
| * | QString: put quotes around the test string in arg() qWarning | Thiago Macieira | 2025-01-13 | 1 | -2/+2 |
| * | Bootstrap: remove the QDebug streaming class | Thiago Macieira | 2025-01-13 | 1 | -2/+2 |
| * | Fix typos in qstring.cpp (noticed while reviewing other changes) | Edward Welbourne | 2024-12-13 | 1 | -7/+7 |
| * | QString::fromUcs4: use std::char_traits or wcslen() to find the size | Thiago Macieira | 2024-12-12 | 1 | -3/+4 |
| * | QString: update docs to prefer "UTF-32" over "UCS-4" | Thiago Macieira | 2024-12-12 | 1 | -8/+8 |
| * | QString: toward UTF-8 arg() support [4/4]: accept QAnyStringViews (incl. UTF-... | Marc Mutz | 2024-12-03 | 1 | -2/+2 |
| * | QString: toward UTF-8 arg() support [3½/4]: port unary arg() to QAnyStringView | Marc Mutz | 2024-12-03 | 1 | -199/+37 |
| * | doc: Fix QString::slice() code example | David Boddie | 2024-12-03 | 1 | -1/+1 |
| * | Document that size is number of code units in QString::fromWCharArray | Jøger Hansegård | 2024-11-23 | 1 | -3/+4 |
| * | QString: make argToQStringImpl() SCARY | Marc Mutz | 2024-11-05 | 1 | -10/+7 |
| * | Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing | Marc Mutz | 2024-11-05 | 1 | -3/+1 |
| * | QString: toward UTF-8 arg() support [2/4]: port pattern to QAnyStringView | Marc Mutz | 2024-11-01 | 1 | -7/+4 |