summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
|/ /
* | QPair: add constexpr liberallyMarc Mutz2014-08-091-11/+11
* | QStringRef: add missing \since 5.4Marc Mutz2014-08-091-0/+4
* | Move the special QByteArrayList methods into QListThiago Macieira2014-08-094-267/+33
* | Long live QByteArrayList!Glen Mabey2014-08-093-0/+482
* | Long live QVersionNumber!Keith Gardner2014-08-093-2/+689
* | Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-084-0/+80
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-074-0/+4
* | QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-064-2/+74
* | Implement QStringRef::splitJędrzej Nowacki2014-08-062-2/+38
* | Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-052-39/+7