summaryrefslogtreecommitdiff
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Fix case-sensitivity of exponent separator check in Cyrillic fall-backEdward Welbourne2023-05-151-1/+2
* Doc: Make QByteArray(qsizetype size, Qt::Initialization) doc publicTopi Reinio2023-05-151-2/+0
* QLatin1StringView: un-inline Latin1-UTF8 compare_helperThiago Macieira2023-05-113-9/+15
* Darwin: Cache system locale's zero digit and invalidate on locale changesTor Arne Vestbø2023-05-111-8/+20
* QString/QByteArray::op>>: don't assume clear() makes the container isNull()Marc Mutz2023-05-042-2/+4
* Q{Any,Utf8,}StringView: fix docs of generic Container ctorMarc Mutz2023-05-043-12/+29
* Doc: Fix documentation warningsTopi Reinio2023-04-291-2/+2
* QString::insert: replace duplicated code with a recursionThiago Macieira2023-04-261-1/+2
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-1/+3
* Doc: Show correct headerfile for StringLiteralsPaul Wicking2023-04-251-0/+2
* Darwin: Add debug logging of locale/language key parametersTor Arne Vestbø2023-04-241-0/+36
* QLocaleData: de-duplicate some codeAhmad Samir2023-04-221-38/+21
* Split multi-file Files entries in qt_attribution.json as listsEdward Welbourne2023-04-201-2/+4
* Deploy Comment fields in qt_attribution.json filesEdward Welbourne2023-04-201-5/+7
* Update the list of CLDR-based filesEdward Welbourne2023-04-201-1/+1
* Fix some narrowing conversion warningsAhmad Samir2023-04-082-2/+2
* QLocaleData: move CharBuff typedef out of QLocaleDataAhmad Samir2023-03-211-2/+3
* QLocaleData: replace two static helpers with if constexprAhmad Samir2023-03-211-16/+8
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* Pack languageCodeList tighterMate Barany2023-03-153-363/+382
* Don't use unnamed namespace in qlocale_p.hEdward Welbourne2023-03-132-6/+7
* QString: fix a couple of integral narrowing warningsAhmad Samir2023-03-121-3/+3
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-112-7/+7
* QLocale: StringToDoubleConverter::StringToDouble() takes an intAhmad Samir2023-03-111-1/+1
* Implement qstrncpy() in terms of std::strncat()Marc Mutz2023-03-101-10/+3
* Make compare(QU8SV) a non-template, document itMarc Mutz2023-03-097-25/+76
* QRegularExpression: add support for non-filepath wildcards/globbingGiuseppe D'Angelo2023-03-072-28/+68
* qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len)Marc Mutz2023-03-031-0/+4
* Remove redundant information in QString::toLocal8Bit() docsTor Arne Vestbø2023-03-021-4/+3
* Document that to/FromLocal8Bit() does not consider CFStringGetSystemEncodingTor Arne Vestbø2023-03-021-4/+6
* doc: Fix spelling of 'equivalent' in QString documentationTor Arne Vestbø2023-03-011-3/+3
* Apply q20::remove_cvref_t around the codeMarc Mutz2023-03-013-8/+9
* Update QLocale docs of "single character" token functionsEdward Welbourne2023-03-011-7/+48
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QString: make insert_helper take the insertee by const-refThiago Macieira2023-02-251-1/+1
* Revert "QLocale: update the disabling of -Wfree-nonheap-object to GCC 10 only"Thiago Macieira2023-02-251-1/+1
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-242-1/+16
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-243-77/+258
* Use isAsciiDigit() in a few more places in qlocale.cppEdward Welbourne2023-02-241-6/+5
* Reflow some code and comments in the aftermath of a dedentEdward Welbourne2023-02-241-16/+13
* Dedent some switch statement bodies to match coding styleEdward Welbourne2023-02-241-114/+114
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-7/+9
* qt_inIsoNametoLCID: protect against a nullptr nameMarc Mutz2023-02-221-0/+2
* Rename QBA::{to,from}Uint8Array() → {to,from}EcmaUint8Array()Marc Mutz2023-02-212-6/+6
* corelib: silence `-Wcomma` with clang-12Tim Blechmann2023-02-211-1/+5
* QLocale: modernize ascii_isspace() to C++17Thiago Macieira2023-02-202-8/+61
* wasm: fix to/from Uint8Array documentatonMorten Sørvig2023-02-141-4/+4
* QString: don't detach in replace_helper()Ahmad Samir2023-02-091-45/+73
* QString: don't detach in insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-0/+16