summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-141-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-241-5/+4
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-8/+2
|\
| * Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+88
|\|
| * Document missing QLatin1String methodsThiago Macieira2014-08-071-0/+88
* | QStringRef: add missing \since 5.4Marc Mutz2014-08-091-0/+4
* | Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-081-0/+50
* | Implement QStringRef::splitJędrzej Nowacki2014-08-061-2/+33
* | Doc: normalize the {to,from}WCharArray text about encodingsThiago Macieira2014-08-051-4/+4
* | Add QString::splitRef functions.Jędrzej Nowacki2014-07-311-0/+69
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-1/+1
|\|
| * Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1
* | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73
* | Don't look up a QChar's digit value more than necessaryThiago Macieira2014-07-071-5/+8
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-3/+1
|\|
| * Fix documentation about QStringLiteralKai Koehne2014-06-061-3/+1
* | Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-251-2/+2
* | Improve a few string operations with AVX2Thiago Macieira2014-05-211-2/+23
* | Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-36/+37
|/
* Document QString's UTF-8 conversion behaviorsThiago Macieira2014-04-241-20/+4
* Don't read before the beginning of the stringThiago Macieira2014-04-041-5/+11
* Fix unused variable warningKonstantin Ritt2014-04-011-1/+1
* Fix typosFrederik Gladhorn2014-03-291-1/+9
* Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-2/+8
* Fix some documentation errors.Friedemann Kleint2014-03-241-2/+2
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-57/+77
* Fix link to argument formats in QString::setNum documentationKai Koehne2014-02-251-2/+2
* Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-241-0/+9
* Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-221-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-1/+1
|\
| * doc: fix grammarFrederik Gladhorn2014-02-171-1/+1
* | Centralize the merging toFloat conversionsThiago Macieira2014-02-161-36/+2
* | Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-141-103/+28
* | QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-12/+6
* | QLocalePrivate: move the xxxToString functions to QLocaleDataThiago Macieira2014-02-141-51/+46
* | Merge the pairs of stringTo{Double,LongLong,UnsLongLong}Thiago Macieira2014-02-141-6/+6
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-111-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+1
| |\|
| | * Doc: Fix broken linksSze Howe Koh2014-02-041-1/+1
* | | Improve the code generation for the Latin1 codecThiago Macieira2014-02-101-59/+74
* | | Make QStringBuilder use our qt_from_latin1 code (out-of-line)Thiago Macieira2014-02-081-0/+10
* | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-19/+20
|/ /
* | Move the code that converts from UTF-16 to Latin1 to the topThiago Macieira2014-01-311-122/+118
* | Merge all conversions from Latin-1 in qstring.cpp into a single functionThiago Macieira2014-01-311-62/+60
* | Unroll the tail loops of the SSE2-improved codeThiago Macieira2014-01-311-0/+53
* | Improve the QString/QLatin1String ucstrncmp with SSE2Thiago Macieira2014-01-311-0/+51
* | Centralize the UTF16-Latin1 comparisons in one placeThiago Macieira2014-01-311-63/+29
* | Improve qstring.cpp:findChar with SSE2Thiago Macieira2014-01-311-1/+19