summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Prepare QVector::contains() for sharing with QList::contains()Marc Mutz2014-10-031-6/+3
* Add a macro to disable only some 8 bit/16 bit string conversionshjk2014-10-023-15/+58
* QList: iterate forward in contains()Marc Mutz2014-10-011-4/+4
* QVector: iterate forward in operator==Marc Mutz2014-10-011-5/+5
* QList: iterate forward in count()/contains()Marc Mutz2014-10-011-6/+6
* QList: iterate forward in operator==Marc Mutz2014-10-011-5/+4
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29140-2878/+1785
|\
| * Update license headers and add new license filesMatti Paaso2014-09-24139-2617/+1505
| * Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-248-20/+20
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-247-9/+46
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-237-9/+46
| | |\
| | | * Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
| | | * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
| | | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-0/+6
| | | * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-2/+2
| | | * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-131-0/+4
| * | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-4/+4
| |/ /
| * | Fix Windows ICU build break in QCollator after commit c17563ec.Michael Brüning2014-09-161-1/+1
| * | Speed up QStringList::removeDuplicates by ~2xDaniel Teske2014-09-151-2/+4
| * | Fix several issues in QCollatorLars Knoll2014-09-107-227/+207
* | | QDateTimePrivate: Add a note about wasted spaceRobin Burchell2014-09-161-0/+3
* | | QDateTime: Micro-optimize by using QString::fromLatin1 instead of QString::fr...Robin Burchell2014-09-151-16/+16
* | | QDate: Micro-optimize for fromStringIso benchmark.Robin Burchell2014-09-151-2/+2
* | | Micro-optimize qt_section_chunk ctorMarc Mutz2014-09-121-1/+1
* | | QHash: remove unnecessary #ifdefMarc Mutz2014-09-121-3/+1
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-105-5/+23
|\| |
| * | QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
| * | Doc: QRect::isEmpty's documentation didn't match the code.David Faure2014-09-051-1/+1
| * | Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-033-2/+22
* | | QEasingCurve: The setting order of properties should not matter.Jan Arve Saether2014-09-021-1/+4
* | | Remove the enum for specifying {In|Out|InOut|OutIn} subtypes.Jan Arve Saether2014-09-021-52/+30
* | | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-022-0/+64
* | | QRegularExpression: take into account the subject's start position and offsetGiuseppe D'Angelo2014-09-021-24/+53
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-013-6/+96
|\| |
| * | Micro-optimize QVector::count()Marc Mutz2014-08-281-1/+3
| * | QList: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
| * | QVector: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
| * | Use std::vector range ctor in QVector::toStdVector()Marc Mutz2014-08-241-1/+1
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+88
| |\|
| | * Document missing QLatin1String methodsThiago Macieira2014-08-071-0/+88
* | | QString:add (last)indexOf overload with QRegularExpressionMatch outputSamuel Gaist2014-08-272-5/+55
* | | Refactor QString::contains(QRegularExpression)Giuseppe D'Angelo2014-08-241-8/+3
* | | QString: replace an inefficient QList with QVectorMarc Mutz2014-08-191-3/+5
* | | Simplify and unify Q{ByteArray,String{,Ref}}::{simplify,trimmed}Thiago Macieira2014-08-194-144/+151
* | | Add rvalue-ref qualified QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-193-13/+81
* | | Unify and refactor QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-192-158/+84
* | | Add rvalue-ref qualified overload of QByteArray::to{Upper,Lower}Thiago Macieira2014-08-193-7/+56
* | | Optimize qstricmp()/qstrnicmp()Marc Mutz2014-08-191-3/+3
* | | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-20/+99
* | | Optimize qdatetime string parsingJędrzej Nowacki2014-08-141-16/+16
|/ /