summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
* Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-6/+6
* QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* 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
* Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-251-1/+1
* QString: Fix UBs (signed overflow) in hashed string searchMarc Mutz2016-04-261-6/+8
* QString: Avoid searching for a needle which is longer than the hayStephen Kelly2016-04-211-0/+3
* Doc: Make the replacement functions for obsoleted functions explicitAndy Shaw2016-04-071-3/+7
* QString::vasprintf(): Use quintptr when casting pointer for %p.Friedemann Kleint2016-03-091-5/+1
* QString, QJson, QHash: Fix UBs involving unaligned loadsMarc Mutz2016-03-091-1/+1
* QString: optimize case conversion codeKonstantin Ritt2016-01-211-24/+30
* QString: prevent resize() from shedding capacityMarc Mutz2016-01-061-14/+5
* Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
* QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-081-1/+21
* QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-181-4/+37
* Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-161-24/+0
* Mark qt_from_latin1() as nothrowMarc Mutz2015-11-051-1/+1
* Doc: Fix snippet tags for QString::[last]indexOf() overloadsTopi Reinio2015-11-021-2/+2
* [docs] QLatin1String: add some guidance as to when to use itMarc Mutz2015-10-201-0/+7
* QLatin1String: add default ctorMarc Mutz2015-10-201-0/+6
* QLatin1String: add testMarc Mutz2015-10-191-5/+1
* QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-111-1/+1
* Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-2/+7
* Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-0/+2
* Doc: Remove invalid uses of \relates commandTopi Reinio2015-08-191-2/+2
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-15/+15
|\
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-15/+15
* | Doc: Increase accuracy of QString documentation discussing size()Topi Reinio2015-07-291-13/+14
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-2/+2
|\|
| * Fix compilation with GCC 4.9.2 and up in debug modeThiago Macieira2015-07-151-2/+2
* | QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-071-0/+1
* | QString: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+62
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+19
|\|
| * Improve QString doc when using non-spaced numbered place markerSamuel Gaist2015-06-191-0/+19
* | doc: Fix qdoc errors in qstring.cppMartin Smith2015-06-221-3/+3
* | QStringRef: add truncate()Marc Mutz2015-06-191-1/+15
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-3/+109
|\|
| * Doc: added doc to undocumented functionsNico Vertriest2015-05-181-3/+109
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-6/+6
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-6/+6
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-6/+6
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-2/+2
|\| |
| * | docs: QString contains characters, not itemsMarc Mutz2015-04-071-2/+2
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-6/+0
|\| |
| * | Removed unused code on QT_STRING_UCS4 macroThiago Macieira2015-04-051-6/+0