summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Doc: normalize the {to,from}WCharArray text about encodingsThiago Macieira2014-08-051-4/+4
* | Add a few missing Neon constructsThiago Macieira2014-08-051-7/+6
* | QList: Fix MSVC 64bit warning about loss of data.Friedemann Kleint2014-08-051-1/+1
* | QList: add missing reserve() call in the initializer_list ctorMarc Mutz2014-08-031-1/+1
* | QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* | Add ascii_isspace to replace the locale-dependent isspace(3)Thiago Macieira2014-07-313-10/+37
* | Add QString::splitRef functions.Jędrzej Nowacki2014-07-312-0/+75
* | Use an enum to check that the OS is saving the register stateThiago Macieira2014-07-311-1/+18
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-301-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-1/+1
| |\|
| | * Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1