summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: call the out-of-line implementation of assign() for char*Thiago Macieira3 days1-0/+2
* QByteArray: replace(view, view): don't detach the underlying data arrayAhmad Samir5 days2-88/+148
* Update CLDR to v47Mårten Nordheim7 days3-1750/+1778
* Doc: Clarify usage of QByteArray constructor with Qt::InitializationDheerendra Purohit9 days1-0/+5
* QString/QByteArray: de-inline nullTerminate*()Ahmad Samir9 days4-47/+48
* Add conversion from QUtf8StringView to std::u8string_viewMatthias Rauter11 days2-6/+22
* QStringConverter: Introduce finalize()Fabian Kosmale2025-06-103-2/+266
* Fix typo in qlocale_tools_p.h unicodeForDigit() commentEdward Welbourne2025-06-041-1/+1
* QLocale: remove WhiteSpacesAllowed mode from qt_asciiToDouble()Thiago Macieira2025-05-292-4/+0
* QByteArray: make toDouble() reject space-only stringsThiago Macieira2025-05-291-1/+2
* QByteArray: make replace(pos, len, view) consistent with QString'sAhmad Samir2025-05-201-1/+7
* QCharacterSetMatch: extend it to support larger rangesThiago Macieira2025-05-171-17/+37
* Doc: link to "Which string class to use?" on all string pagesMitch Curtis2025-05-093-3/+4
* Fix long-form zone parts in date-time stringsEdward Welbourne2025-04-291-2/+9
* Move system locale later in uiLanguages(), when adding it as fallbackEdward Welbourne2025-04-291-13/+23
* Fix minor details in QLocale::uiLanguages() docsEdward Welbourne2025-04-291-7/+8
* qlocale_win.cpp: Fix unity-buildNodir Temirkhodjaev2025-04-261-2/+1
* Correct initialization of justAfter in QLocale::uiLanguages()Edward Welbourne2025-04-251-11/+12
* Mark QRegularExpression* classes as security-criticalMarc Mutz2025-04-221-0/+1
* Mark QByteArray and QString as security-criticalMarc Mutz2025-04-224-0/+4
* QStringConverter: widen nameForEncoding()'s contractMarc Mutz2025-04-142-4/+12
* Rename QtPrivate::Tok::size to tokenSizeMatthias Rauter2025-04-101-3/+3
* QByteArray(View) comparisons: tame the overload set a bitGiuseppe D'Angelo2025-04-044-11/+1
* Shuffle Q_(ALWAYS|NEVER)_INLINE around so they can be attributesMårten Nordheim2025-03-287-10/+10
* Cope as best we can if fractional-part and group separators coincideEdward Welbourne2025-03-271-4/+34
* Fix parsing of most significant group of digitsEdward Welbourne2025-03-271-2/+13
* Catch invalidly-placed exponents on conversion to C localeEdward Welbourne2025-03-271-1/+1
* Replace several *_idx variables with an enum and a boolEdward Welbourne2025-03-271-36/+47
* Straighten out QLocaleData::numberToCLocale()Edward Welbourne2025-03-262-50/+63
* Fix 'ICU.dll is not available' on Windows 10 1809Kai Köhne2025-03-241-0/+15
* Correct case of QLocale::toString(double, ...)'s exponent separatorEdward Welbourne2025-03-201-1/+3
* QByteArray: add conversion to std::string_viewGiuseppe D'Angelo2025-03-182-0/+21
* Long live Q_PRE/Q_PRE_X!Marc Mutz2025-03-121-8/+8
* [docs] QString: fix link and formatting in the qPrintable() discussionMarc Mutz2025-03-111-4/+5
* QUnicodeTools: collapse adjacent identical case statementsMarc Mutz2025-03-111-25/+0
* QByteArray: make replace() consistent with QString'sMarc Mutz2025-03-112-4/+11
* QUnicodeTools: reduce unneeded relocationsMarc Mutz2025-03-101-70/+215
* Simplify QLocale::formattedDataSize()Marc Mutz2025-03-081-3/+5
* Distinguish system locale from corresponding CLDR-derived oneEdward Welbourne2025-03-071-3/+5
* Revert "QString::replace: fix a performance regression"Marc Mutz2025-03-071-3/+1
* ucstricmp8: fix Coverity ARRAY_VS_SINGLETON issueMarc Mutz2025-03-061-2/+3
* Doc: Fix incorrect \fn signaturesTopi Reinio2025-03-051-3/+3
* QByteArray: Make gcc 12 happyUlf Hermann2025-02-281-1/+1
* Long live \constraints!Marc Mutz2025-02-286-43/+36
* QByteArray::replace(): use std::string instead of QVLA<char>Marc Mutz2025-02-281-1/+2
* QStringView: introduce a user-defined literal operatorGiuseppe D'Angelo2025-02-262-0/+51
* Docs: uppercase spelling of utf-8Giuseppe D'Angelo2025-02-255-5/+5
* Use ICU from Windows SDK for codec support (QStringConverter)Kai Köhne2025-02-241-7/+11
* QString: de-inline toStdString() so we can avoid a QByteArray temporaryThiago Macieira2025-02-224-9/+31
* Doc: Remove mentioning of qstringbuilder.cppKai Köhne2025-02-211-3/+1