summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use strlen() inline whenever possibleHarald Fernengel2011-12-221-15/+10
* make QString::fromLatin1 partially inlineHarald Fernengel2011-12-201-5/+1
* replace 'const QChar &' with 'QChar ' for QChar and QStringRitt Konstantin2011-10-261-21/+21
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-1/+1
* make fromWCharArray() and toWCharArray() inlinedKonstantin Ritt2011-10-181-25/+8
* Rename Qt::escape to QString::toHtmlEscaped, add compat methodDavid Faure2011-09-291-13/+18
* Move Qt::escape to QtCoreDavid Faure2011-09-291-0/+33
* Add an SSE4.2 even simpler version of toLatin1Thiago Macieira2011-09-081-0/+23
* Create a function that merges the SSE common codeThiago Macieira2011-09-081-38/+35
* Improve toLatin1 x86 SIMD by using a new SSE4.1 instructionThiago Macieira2011-09-081-0/+9
* omit unassigned (and too recent) codepoints from the text Normalization processRitt Konstantin2011-09-011-1/+1
* Add QLocale::toUpper/LowerLars Knoll2011-08-311-22/+8
* Get rid of compiler warnings with MSVCOlivier Goffart2011-07-281-9/+9
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-276/+0
* Fix compilation on MSVCLars Knoll2011-07-131-13/+47
* Remove Qt 4.3 binary compatibility for MSVCThiago Macieira2011-07-111-4/+0
* Bugfix the QConstString implementation.Thiago Macieira2011-07-081-2/+2
* Unify QLatin1String and QLatin1LiteralLars Knoll2011-07-071-37/+43
* Support for compile time generated QStringsLars Knoll2011-07-071-240/+199
* Remove Qt3 support functionality from parts of QtCoreLars Knoll2011-06-291-82/+12
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-1/+20
* QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-181-7/+3
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+9129