summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix several issues in QCollatorLars Knoll2014-09-107-227/+207
* 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
* 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
* | 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
* | | Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-2/+4
|/ /
* | Don't track the sharable bit upon detachJoão Abecasis2014-07-281-4/+0
* | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73
* | Ensure mutating operations are NOT performed on immutable dataJoão Abecasis2014-07-281-0/+16
* | Remove non-existing function.Thiago Macieira2014-07-251-1/+0
* | Use simd.prf for building MIPS DSP codeThiago Macieira2014-07-251-0/+1
* | Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21
* | Re-implement QVector::countJoão Abecasis2014-07-251-7/+1
* | QRegularExpression: make optimize() constGiuseppe D'Angelo2014-07-252-2/+2
* | Rewrite QRingBufferAlex Trotsenko2014-07-241-191/+88
* | Document that qHash(T) must be in T's namespace, due to ADLThiago Macieira2014-07-231-4/+4
* | Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-231-3/+7
* | QRingBuffer: purge unused part of the apiAlex Trotsenko2014-07-181-33/+0
* | Speedup qDebug() << QDate(...)Jędrzej Nowacki2014-07-141-1/+1
* | Revert "QRegularExpression: lock a mutex only if there's actual work to do"Giuseppe D'Angelo2014-07-131-2/+2
* | Make QExplicitlySharedDataPointer<T> copy-ctor from QESDP<X> more safeKevin Funk2014-07-092-5/+34
* | Remove QHashDummyNode and avoid undifined behaviorOlivier Goffart2014-07-081-25/+16
* | Don't look up a QChar's digit value more than necessaryThiago Macieira2014-07-071-5/+8
* | Mark all QChar static functions as [[gnu::const]]Thiago Macieira2014-07-073-40/+40