summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
* Doc: Remove reference to Unicode 4.0Kai Koehne2018-07-131-1/+1
* QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-221-40/+42
* QString: Harmonize the toFloat() and toDouble() documentationAndre Hartmann2018-06-221-3/+12
* Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-8/+6
* qt_is_ascii: improve isAscii a little further (QUrl, QLatin1String)Thiago Macieira2018-05-201-5/+12
* ucstrncmp: refactor with 32- and 8-byte loadsThiago Macieira2018-05-151-16/+56
* QString: fix off-by-one errorThiago Macieira2018-05-101-4/+4
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-18/+12
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-9/+0
|\
| * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-9/+0
* | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+26
|\ \
| * | QString: Add whitespace handling note to number conversion functionsAndre Hartmann2018-02-051-0/+22
| * | QString: Wrap extra-long comment lineAndre Hartmann2018-02-051-1/+4
| |/
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+5
| |\
* | \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-5/+9
|\ \ \
| * | | Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
| | |/ | |/|
| * | Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
* | | QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-021-10/+36
* | | QString: optimize remove()Anton Kudryavtsev2018-02-021-4/+9
* | | Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-271-1/+146
* | | doc: Correct remaining qdoc warnings in qstring.cppMartin Smith2018-01-051-13/+17
* | | Update QString::isRightToLeft() to take directional hints into accountLars Knoll2018-01-031-3/+31
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-41/+45
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-12/+20
| |\|
| | * QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-131-12/+20
| * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-2/+2
| |\ \
| | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-16/+16
| |\ \ \ | | | |/ | | |/|
| | * | [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-291-16/+16
| * | | Fix qdoc warnings for 5.10Friedemann Kleint2017-12-041-11/+7
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-70/+49
|\| |
| * | Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-291-70/+49
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-10/+19
|\| |
| * | Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-10/+19
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-0/+38
|\| |
| * | QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-131-0/+38
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-30/+25
|\|
| * QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-011-30/+25
* | QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-161-0/+48
* | QLatin1String: add constructor from pointer pairMarc Mutz2017-05-161-0/+18
* | QLatin1String: add startsWith()/endsWith()Marc Mutz2017-04-281-0/+40
* | QString/Ref: add startsWith/endsWith(QStringView) overloadsMarc Mutz2017-04-281-0/+46
* | Long live qStartsWith()/qEndsWith()!Marc Mutz2017-04-281-0/+80
* | QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-271-2/+0
* | Port internal qt_starts/ends_with to QStringViewMarc Mutz2017-04-261-102/+61
* | QString: add internal qt_compare_strings(QL1S, QSV)Marc Mutz2017-04-261-1/+6
* | QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+2
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-2/+2