summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Avoid using Darwin date formatting before 1583Edward Welbourne2023-06-091-9/+5
* QString: add STL-style assign() [3/4]: (it,it) overload for char32_tMarc Mutz2023-06-092-4/+56
* QStringBuilder: remove QString/QByteArray specializationsVladimir Belyavsky2023-06-091-39/+20
* QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible...Marc Mutz2023-06-072-0/+76
* Replace 0 with nullptr where the parameter is meant to be NULLEdward Welbourne2023-06-071-1/+1
* Fix what we can of macOS's divergence for pre-1900 datesEdward Welbourne2023-06-071-1/+11
* Revert "QStringBuilder: remove unneeded specializations"Andy Nichols2023-06-061-0/+39
* QString: add STL-style assign() [1/4]: non-(it,it) overloadsDennis Oberst2023-06-042-0/+56
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-042-0/+8
* QByteArray: add STL-style assign()Dennis Oberst2023-06-022-0/+88
* QStringBuilder: remove unneeded specializationsVladimir Belyavsky2023-06-011-35/+0
* Remove unused IS_RAW_DATA() macros from q{string,bytearray}.cppEdward Welbourne2023-05-312-5/+0
* Doc: use [since] tag for enum values added in Qt 6.6Volker Hilsheimer2023-05-261-2/+1
* QRegularExpression: match newlines when converting wildcardsGiuseppe D'Angelo2023-05-231-1/+3
* 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