summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QUnicodeTools: fix truncation in debug statementsMarc Mutz2022-08-111-5/+5
* QUnicodeTools: fix data race in initialization of libthai symbolsMarc Mutz2022-08-111-5/+12
* QUnicodeTools: fix types used around th_brk()Marc Mutz2022-08-111-2/+2
* QUnicodeTools: fix types used around th_next_cellMarc Mutz2022-08-111-3/+4
* qlocale: Fix some flags not being exposed to the metatype systemMaximilian Goldstein2022-08-111-0/+2
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8
* Add Latin 1 case-insensitive Boyer-Moore searcherØystein Heskestad2022-08-041-22/+71
* Move q{,Utf8, Utf16}Printable to qstring.hSona Kurazyan2022-08-042-0/+78
* QLatin1StringView: delegate operator== to QByteArrayViewThiago Macieira2022-08-043-3/+3
* QByteArray: delegate more of operator== & !+ to QByteArrayViewThiago Macieira2022-08-041-4/+4
* QByteDataBuffer: assert an undocumented preconditionMarc Mutz2022-08-041-0/+1
* Eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-08-041-7/+0
* Fix QString::arg() for format strings > 2Gi charactersMarc Mutz2022-08-041-1/+1
* Statically assert that the __mips_dsp code is only active on 32-bitMarc Mutz2022-08-041-0/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-2/+2
* QLocale: Expose FormatTime enum via Q_ENUMMaximilian Goldstein2022-08-021-0/+1
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-304-22/+8
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-293-27/+78
* QByteArray: inline QByteArray::isNull()Thiago Macieira2022-07-272-5/+8
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-2/+2
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-263-5/+12
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-07-261-1/+1
* Port QUtf8BaseTraits to qsizetypeMarc Mutz2022-07-261-2/+2
* Port QStringIterator to qsizetypeMarc Mutz2022-07-262-8/+8
* QStringIterator: fix UB [1/2]: use has{Next,Previous}() moreMarc Mutz2022-07-261-6/+6
* Fix QString::vasprintf for strings > 2GiBMarc Mutz2022-07-261-2/+2
* Fix QString::toLatin1() for strings > 16Gi characters on ARM64Marc Mutz2022-07-261-2/+2
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-263-10/+8
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-07-261-1/+1
* Port QCollator/Posix to qsizetypeMarc Mutz2022-07-221-2/+2
* Fix QString::toHtmlEscaped() for >2Gi character stringsMarc Mutz2022-07-221-7/+7
* QByteDataBuffer: avoid silent failures of read(n)Marc Mutz2022-07-211-1/+10
* QLocale/Win: fix truncation bug in winIso639LangName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace 0 with nullptr in winLangCodeToIsoName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace hand-written binary search with a call to lower_bound()Marc Mutz2022-07-201-18/+10
* QLocale/Win: statically assert that is_sorted(windows_to_iso_list)Marc Mutz2022-07-201-2/+13
* Fix QLocale::createSeparatedList() for lists > 2Gi itemsMarc Mutz2022-07-201-2/+2
* QLocale: remove unneeded c_data static pointer variableMarc Mutz2022-07-201-3/+2
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-204-6/+6
* QCollator: add comments re: missing handling of large stringsMarc Mutz2022-07-202-0/+3
* QCollator: Extract Method Private::ensureInitialized()Marc Mutz2022-07-206-20/+21
* Port QByteDataBuffer to qsizetypeMarc Mutz2022-07-201-3/+3
* QByteArray: fix count(ch) for more than 2Gi occurrencesMarc Mutz2022-07-201-1/+1
* QCollator: port compare(ptr, n, ptr, n) to qsizetypeMarc Mutz2022-07-202-1/+8
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-209-74/+2
* QLocale: #include <QList>Thiago Macieira2022-07-201-7/+7
* Unicode conversion: Skip superfluous check for QT_COMPILER_SUPPORTS_SSE2Fabian Kosmale2022-07-131-3/+2
* Remove QStringView metatype declarationIvan Solovev2022-07-133-5/+0
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-102-10/+47
* QRegularExpression: fix a typo in docsSona Kurazyan2022-07-061-1/+1