summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-011-25/+1
* Doc: QString: formalize that we now include the QBA's nullsThiago Macieira2021-10-211-7/+36
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-3/+3
* QString: Use QStringIterator in QtPrivate::isRightToLeft()Ievgenii Meshcheriakov2021-10-091-15/+21
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-061-3/+3
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-031-6/+3
* Avoid UB (and the consequent need to suppress an MSVC warning)Edward Welbourne2021-08-301-6/+2
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-5/+8
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-261-2/+4
* QString: use the QRegularExpression operations on QStringViewGiuseppe D'Angelo2021-08-191-63/+8
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-10/+136
* QString::number(double): Disentangle from the QLocale pathMårten Nordheim2021-08-171-5/+1
* Fix some errors in docs of string-related classesSona Kurazyan2021-08-161-15/+15
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-14/+33
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-061-2/+1
* Tidy up QString's replaceArgEscapes() helper functionEdward Welbourne2021-08-061-13/+8
* replaceArgEscapes(): rework nested conditional to avoid repetitionEdward Welbourne2021-08-061-3/+4
* replaceArgEscapes(): correct a comment and assert what it relies onEdward Welbourne2021-08-061-3/+4
* replaceArgEscapes(): rework local variables to make code simplerEdward Welbourne2021-08-061-9/+7
* replaceArgEscapes(): use qsizetype in place of int ant uintEdward Welbourne2021-08-061-5/+7
* replaceArgEscapes(): use a local variable to avoid duplicationEdward Welbourne2021-08-061-13/+4
* replaceArgEscapes(): rename a local variable and simplify initializationEdward Welbourne2021-08-051-6/+4
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-031-90/+62
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-021-3/+21
* QString::number(int): Avoid going through qlocale machineryMårten Nordheim2021-07-261-2/+11
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-6/+2
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-251-1/+1
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-4/+8
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-121-0/+14
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-111-0/+2
* QLatin1String: optimize indexOfMårten Nordheim2021-06-111-24/+87
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-111-0/+36
* QLatin1String: Remove a non-null assert in comparisonMårten Nordheim2021-06-111-1/+0
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-211-1/+1
* Resurrect data moves in QListAndrei Golubev2021-04-271-27/+22
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-271-8/+2
* QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-161-0/+18
* Fix qdoc warning, \function is not a commandVolker Hilsheimer2021-04-131-7/+9
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-301-0/+21
* string 16<->8 bits conversion: SIMD on arm32Nick Shaforostoff2021-03-081-2/+2
* 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-251-1/+1
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-081-2/+2
* QString: update documentationIvan Solovev2020-12-151-117/+212
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-101-0/+78
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-3/+9
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4