summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion on matchingLocales(Abhkazian, Any, Any)Edward Welbourne2021-05-051-3/+3
* Resurrect data moves in QListAndrei Golubev2021-04-272-41/+27
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-272-18/+6
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-262-447/+443
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-203-32/+5
* Add documentation for the QtLiterals namespaceVolker Hilsheimer2021-04-191-0/+33
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-163-6292/+6462
* Merge integration refs/builds/qtci/dev/1618585460Qt CI Bot2021-04-162-0/+27
|\
| * QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-162-0/+27
* | Revise deprecation of countriesForLanguage()Edward Welbourne2021-04-162-34/+10
|/
* Make QLocale documentation more honestEdward Welbourne2021-04-152-83/+76
* Make script and territory optional in QLocale constructorsEdward Welbourne2021-04-151-3/+3
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-158-168/+311
* Merge integration refs/builds/qtci/dev/1618451439Qt CI Bot2021-04-152-0/+2
|\
| * Add new enum value VisualTabCharacter into QCharZhang Hao2021-04-152-0/+2
* | Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-158-55/+12
|/
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+1
* Fix qdoc warning, \function is not a commandVolker Hilsheimer2021-04-132-14/+18
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-304-0/+56
* QUtf8StringView: Check size directly in operator==Fabian Kosmale2021-03-211-1/+2
* Update documents of QLocale::CountryJiDe Zhang2021-03-092-2/+2
* string 16<->8 bits conversion: SIMD on arm32Nick Shaforostoff2021-03-082-4/+4
* Fix build of Core module without regularexpression featureAlexey Edelev2021-03-041-3/+1
* Don't access moved-from objectVolker Hilsheimer2021-03-021-7/+6
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-255-6/+6
* Fix compilation with system double-conversionMårten Nordheim2021-02-121-1/+1
* macOS: Be honest about the system localeTor Arne Vestbø2021-02-111-23/+24
* Properly name system locale data to clarify its useTor Arne Vestbø2021-02-091-46/+46
* Clarify what QSystemLocale::fallbackLocale() is used forTor Arne Vestbø2021-02-096-17/+21
* Canonical pointer usageHou Lei2021-02-091-3/+3
* Use the double-conversion sources without rearrangementEdward Welbourne2021-02-031-1/+1
* Specification of pointer usageHou Lei2021-01-291-7/+8
* QRegularExpression: add move constructorIvan Solovev2021-01-262-6/+75
* QLocale: Allow direct conversion from language, country, and script codesKai Köhne2021-01-253-7/+51
* QLocale: add a Q_CHECK_PTRGiuseppe D'Angelo2021-01-201-0/+1
* Build fixes for GCC 11Ville Voutilainen2021-01-192-0/+3
* QLocale: Allow direct conversion to language, country, and script codesKai Köhne2021-01-182-2/+49
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-082-4/+4
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-083-6/+6
* Remove the qmake project filesJoerg Bornemann2021-01-071-90/+0
* QLocale: Remove dead codeKai Köhne2021-01-062-12/+0
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-281-0/+8
* QString: update documentationIvan Solovev2020-12-151-117/+212
* QStringView: add constBegin and constEndThiago Macieira2020-12-122-4/+23
* Assert validity in QStringIterator's unchecked methodsEdward Welbourne2020-12-111-6/+18
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-104-0/+176
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5