summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-081-0/+33
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-0/+33
| | |\
| | | * doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
* | | | Aarch64: Vectorize ucstrncmp of QChar arraysErik Verbruggen2016-11-111-0/+24
* | | | Nitpick: fix style in QtCore codeAnton Kudryavtsev2016-11-071-2/+2
* | | | Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-051-14/+21
|\| | |
| * | | QString: optimize replace(QChar, QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-011-14/+21
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-26/+35
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-25/+23
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-25/+23
| | |\|
| | | * Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
| * | | Add optimize-for-size case to ucstrncmpErik Verbruggen2016-10-141-1/+12
* | | | QStringRef: add isRightToLeft()Anton Kudryavtsev2016-10-251-24/+38
* | | | QStringRef: add constBegin() and constEnd()Anton Kudryavtsev2016-10-241-4/+21
* | | | QLocale: Add option to pad numbers with trailing zeroesUlf Hermann2016-09-151-4/+10
* | | | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-071-12/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-6/+6
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-6/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-1/+1
| |\|
| | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-1/+1
* | | QString: de-duplicate code of variants of lastIndexOf()Anton Kudryavtsev2016-08-041-69/+4
* | | Optimize QString::compare_helper(QChar*, int, char*, int, cs)Marc Mutz2016-08-041-3/+9
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-39/+72
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-28/+57
| |\|
| | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
| | * QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
| | * QString: fix incomplete doc of chop()Anton Kudryavtsev2016-07-081-1/+1
| * | Remove (private) QString::expand(), port to (new) QString::resize(int, QChar)Marc Mutz2016-07-141-11/+6
| * | Optimize QString::insert()Marc Mutz2016-07-131-3/+12
* | | QStringRef: add chop()Anton Kudryavtsev2016-07-071-1/+13
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-281-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+1
| |\|
| | * Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-7/+9
|\| |
| * | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-4/+7
| * | QString: remove unnecessary copy in replace()Anton Kudryavtsev2016-06-081-2/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+1
| |\|
| | * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-251-1/+1
* | | QString: use new QL1S::at() in lastIndexOf()Anton Kudryavtsev2016-06-091-2/+2
* | | QStringRef: add missing relational operators against QByteArrayMarc Mutz2016-06-081-0/+18
* | | Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-311-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-6/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-6/+8
| |\|
| | * QString: Fix UBs (signed overflow) in hashed string searchMarc Mutz2016-04-261-6/+8
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+3
| |\|
| | * QString: Avoid searching for a needle which is longer than the hayStephen Kelly2016-04-211-0/+3