summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Fix int/qsizetype mismatches in qstring.hMarc Mutz2022-05-171-7/+6
* QString: don't use utf16() just to create a u16stringMarc Mutz2022-05-161-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1669-2582/+170
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-113-3/+3
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-062-2/+2
* QRegularExpression: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-05-032-19/+0
* Deprecate _qs and _qba literal operators in favor of _s and _baSona Kurazyan2022-05-024-0/+16
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-1/+1
* Implement support for '0b' prefix in toInt() etcMarc Mutz2022-04-283-57/+120
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-8/+9
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+17
* Fix unused variables in qtbaseAndrei Golubev2022-04-252-10/+0
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-221-2/+2
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-192-2/+2
* QtCore: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-111-16/+16
* Update CLDR-derived data to newly-released v41Ievgenii Meshcheriakov2022-04-082-2271/+2291
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-074-8/+76
* Rest of QtBase: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERNMarc Mutz2022-04-072-4/+14
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-062-0/+26
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-011-10/+12
* QBAV/QSV: remove a historical noteGiuseppe D'Angelo2022-04-012-8/+0
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-012-19/+19
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-293-8/+8
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2616-75/+75
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-257-106/+118
* Fix char/uchar comparison warning in toPercentEncodingEdward Welbourne2022-03-251-1/+1
* Use QLatin1StringView in QString/QLatin1String APIs and docsSona Kurazyan2022-03-237-440/+454
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-211-7/+45
* Fix build on macOS without warning after QString::count deprecationVolker Hilsheimer2022-03-201-2/+2
* Add QLatin1StringView as an alias for QLatin1StringSona Kurazyan2022-03-192-0/+37
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-182-16/+31
* Get rid of QByteArray::nulTerminated()Edward Welbourne2022-03-182-22/+1
* Tidy up QByteArray::toPercentEncoding()Edward Welbourne2022-03-181-10/+5
* Core: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-173-0/+19
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-162-2/+2
* QString: reorganize the {starts,ends}With implementationsThiago Macieira2022-03-151-77/+44
* QStringTokenizer::toContainer(): allow more types of target containersMarc Mutz2022-03-151-1/+1
* De-pessimize Windows version of QSystemLocalePrivate::measurementSystem()Marc Mutz2022-03-151-3/+1
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+3
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-142-3/+9
* Inline q_toPercentEncoding() in QByteArray::toPercentEncoding()Edward Welbourne2022-03-141-39/+32
* Eliminate the last place that QBA::nulTerminated() is neededEdward Welbourne2022-03-141-17/+10
* Avoid possible allocation by amending a conditionEdward Welbourne2022-03-141-21/+10
* Prevent exclusion of percent character from percent-encodingEdward Welbourne2022-03-141-4/+5
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-124-5/+14
* Use qstringfwd.h when forward declaring string classesSona Kurazyan2022-03-123-9/+2
* Extract Header qstringfwd.hMarc Mutz2022-03-113-34/+87
* Remove two unused functions from qbytearray.cppEdward Welbourne2022-03-091-11/+0