| Commit message (Expand) | Author | Age | Files | Lines |
* | QString::indexOf(): fix UB (signed integer overflow) in negative from handling | Marc Mutz | 23 hours | 1 | -1/+1 |
* | Long live QSpan as public API! | Marc Mutz | 24 hours | 1 | -1/+1 |
* | Doc: Fix \fn template arguments for Qt Core | Luca Di Sera | 8 days | 1 | -1/+1 |
* | Improve the documentation of compare() overloads for string-like types | Jaishree Vyas | 2023-11-20 | 1 | -7/+6 |
* | QStringView: add isLower and isUpper | Anton Kudryavtsev | 2023-11-02 | 1 | -18/+23 |
* | QString::fill: port to char16_t | Anton Kudryavtsev | 2023-11-01 | 1 | -5/+2 |
* | QString: remove isSimpleText method | Anton Kudryavtsev | 2023-10-26 | 1 | -20/+0 |
* | QString/QByteArray: add lvalue and rvalue overloads of left/mid/right | Thiago Macieira | 2023-10-25 | 1 | -16/+30 |
* | QString/QBA: add lvalue and rvalue overloads to first/last/sliced/chopped | Thiago Macieira | 2023-10-25 | 1 | -5/+18 |
* | QArrayDataPointer: add an allocating constructor | Thiago Macieira | 2023-10-25 | 1 | -6/+6 |
* | Add support for containers > 4 Gi elements in QDataStream | Øystein Heskestad | 2023-10-23 | 1 | -11/+15 |
* | QString: port replace_helpers to QSpan | Anton Kudryavtsev | 2023-10-20 | 1 | -22/+21 |
* | QString::remove: use std::move more | Anton Kudryavtsev | 2023-10-19 | 1 | -1/+1 |
* | QString: use qsizetype more | Anton Kudryavtsev | 2023-10-05 | 1 | -1/+1 |
* | QString::insert: micro optimization | Anton Kudryavtsev | 2023-10-05 | 1 | -3/+2 |
* | QString: proper compare of iterators | Anton Kudryavtsev | 2023-10-04 | 1 | -1/+1 |
* | qFindChar: pass char16_t by value | Anton Kudryavtsev | 2023-10-03 | 1 | -1/+1 |
* | QString::section: replace QList with QVLA | Anton Kudryavtsev | 2023-10-02 | 1 | -6/+7 |
* | QString: assign() [4/4]: (it,it) overload for UTF-8 data types | Dennis Oberst | 2023-09-28 | 1 | -0/+4 |
* | QString::toHtmlEscaped: avoid unconditional copy | Anton Kudryavtsev | 2023-09-18 | 1 | -1/+5 |
* | QString::replace: replace QList with QVLA | Anton Kudryavtsev | 2023-09-18 | 1 | -2/+2 |
* | QString: use first and last more | Anton Kudryavtsev | 2023-09-18 | 1 | -2/+2 |
* | QString: use new assign() in operator=({QByteArray, QChar, char *}) | Dennis Oberst | 2023-09-05 | 1 | -10/+1 |
* | QString: use qustrlen() in the QChar* constructor | Thiago Macieira | 2023-08-29 | 1 | -5/+2 |
* | QString/QByteArray: fix append() wrt. raw data | Mårten Nordheim | 2023-08-21 | 1 | -1/+4 |
* | Deprecate Q_ASSUME() | Thiago Macieira | 2023-08-14 | 1 | -1/+1 |
* | QString: mark qustrchr() and qustrlen() Q_NEVER_INLINE | Thiago Macieira | 2023-08-08 | 1 | -0/+2 |
* | QLocaleData:: port bytearray/stringTo{U}LongLong to QSimpleParsedNumber | Ahmad Samir | 2023-07-22 | 1 | -2/+6 |
* | qstringalgorithms: refactor trimmed_helper_positions | Ahmad Samir | 2023-07-22 | 1 | -3/+1 |
* | String-like containers: add implicit conversions towards std:: string views | Giuseppe D'Angelo | 2023-07-13 | 1 | -0/+6 |
* | QString docs: miscellanea improvements around string construction | Giuseppe D'Angelo | 2023-07-07 | 1 | -19/+16 |
* | Q{Any,}StringView: optimize lengthHelperContainer for the runtime | Thiago Macieira | 2023-06-11 | 1 | -0/+5 |
* | QString: add STL-style assign() [3/4]: (it,it) overload for char32_t | Marc Mutz | 2023-06-09 | 1 | -3/+28 |
* | QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible... | Marc Mutz | 2023-06-07 | 1 | -0/+28 |
* | QString: add STL-style assign() [1/4]: non-(it,it) overloads | Dennis Oberst | 2023-06-04 | 1 | -0/+46 |
* | Remove unused IS_RAW_DATA() macros from q{string,bytearray}.cpp | Edward Welbourne | 2023-05-31 | 1 | -2/+0 |
* | QLatin1StringView: un-inline Latin1-UTF8 compare_helper | Thiago Macieira | 2023-05-11 | 1 | -0/+12 |
* | QString/QByteArray::op>>: don't assume clear() makes the container isNull() | Marc Mutz | 2023-05-04 | 1 | -1/+1 |
* | QString::insert: replace duplicated code with a recursion | Thiago Macieira | 2023-04-26 | 1 | -1/+2 |
* | Fix some narrowing conversion warnings | Ahmad Samir | 2023-04-08 | 1 | -1/+1 |
* | Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition | Edward Welbourne | 2023-03-20 | 1 | -1/+1 |
* | QString: fix a couple of integral narrowing warnings | Ahmad Samir | 2023-03-12 | 1 | -3/+3 |
* | Misc: Fix qsizetype-related narrowing coversions | Ahmad Samir | 2023-03-11 | 1 | -1/+1 |
* | Remove redundant information in QString::toLocal8Bit() docs | Tor Arne Vestbø | 2023-03-02 | 1 | -4/+3 |
* | Document that to/FromLocal8Bit() does not consider CFStringGetSystemEncoding | Tor Arne Vestbø | 2023-03-02 | 1 | -4/+6 |
* | doc: Fix spelling of 'equivalent' in QString documentation | Tor Arne Vestbø | 2023-03-01 | 1 | -3/+3 |
* | QString: make insert_helper take the insertee by const-ref | Thiago Macieira | 2023-02-25 | 1 | -1/+1 |
* | QString: don't detach in replace_helper() | Ahmad Samir | 2023-02-09 | 1 | -45/+73 |
* | QString: don't detach in insert(qsizetype, QUtf8StringView) | Ahmad Samir | 2023-02-09 | 1 | -0/+16 |
* | QString: optimize insert(qsizetype, QUtf8StringView) | Ahmad Samir | 2023-02-09 | 1 | -2/+29 |