summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Tidy up and expand QSharedPointer documentation.Mitch Curtis2014-07-031-3/+24
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-016-11/+21
|\|
| * Doc: Fix typo in QScopedValueRollbackKevin Funk2014-06-301-1/+1
| * Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-1/+1
| * Fix compilation with the Intel compiler on certain systemsThiago Macieira2014-06-191-1/+3
| * Fix case insensitive comparisons using QCollatorLars Knoll2014-06-122-5/+15
| * Fix documentation about QStringLiteralKai Koehne2014-06-061-3/+1
* | Make QFreeList constexprThiago Macieira2014-06-301-2/+2
* | qHash overload for Q{Explicitly,}SharedDataPointerKevin Funk2014-06-301-0/+12
* | Add QEnableSharedFromThis classRoman Pasechnik2014-06-293-0/+103