summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-12593/+0
* Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-0/+18
|\
| * Document OOM conditions in the QArrayData-based containersThiago Macieira2019-06-281-0/+18
* | QString: fix comments for qsizetypeAnton Kudryavtsev2019-06-271-22/+22
* | QString: towards QStringView::arg() pt.4: port QString::arg() to QStringView:...Marc Mutz2019-06-041-0/+2
* | QString: towards QStringView::arg() pt.3: Long live QStringView/QLatin1String...Marc Mutz2019-06-201-23/+85
* | QStringView, QLatin1String: add lastIndexOf methodsAnton Kudryavtsev2019-06-181-125/+215
* | QString: towards QStringView::arg() pt.2: port internal machinery to QStringViewMarc Mutz2019-06-061-24/+24
* | QString: towards QStringView::arg() pt.1: modernize some codeMarc Mutz2019-06-061-14/+13
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-5/+5
* | Fix a minor grammar glitch in new string / byte-array doc noteEdward Welbourne2019-06-041-1/+1
* | QLatin1String, QStringView: add containsAnton Kudryavtsev2019-06-041-2/+49
* | QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-191-2/+5
* | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-3/+3
* | QCharRef/QByteRef: warn when triggering the resizing operator= behaviorGiuseppe D'Angelo2019-05-191-0/+6
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-13/+12
|\|
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-13/+12
* | QStringView, QLatin1String: add indexOf methodsAnton Kudryavtsev2019-05-101-9/+93
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-0/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-0/+4
| |\
| | * Make qt_is_ascii work properly on big endian systemsDmitry Shachnev2019-04-051-0/+4
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-2/+2
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-6/+6
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-50/+50
* | | qstringalgorithms: add find methodsAnton Kudryavtsev2019-03-221-182/+183
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-15/+11
|\| |
| * | Doc: Unify terminology for '\0'-terminated stringsChristian Ehrlicher2019-03-131-15/+11
* | | Add QStringView::toWCharArray() to match QStringEdward Welbourne2019-03-081-1/+1
* | | QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-041-0/+4
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-0/+2
|\|
| * Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-22/+22
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-46/+160
|\|
| * Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-221-7/+89
| * Add an AVX2 code path to qustrchrThiago Macieira2018-12-181-0/+23
| * Merge some code to simplify maintenanceThiago Macieira2018-12-181-40/+49
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-4/+17
|\|
| * Optimize further the loading of 8 Latin 1 charactersThiago Macieira2018-12-081-4/+17
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-4/+8
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-4/+8
| |\
| | * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-231-2/+4
| | * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-231-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-1/+1
| |\ \
| | * | Doc: Fix various documentation warningsTopi Reinio2018-11-061-1/+1
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-5/+5
|\| | |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-5/+5
| |\ \ \ | | |/ / | |/| / | | |/
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-5/+5