summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-272-2/+149
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-13/+2
* | Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-254-3/+34
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-054-15/+10
|\|
| * qfreelist: fix data race on v[at].nextDavid Faure2014-06-051-5/+5
| * remove HSTRING instancesMaurice Kalinowski2014-06-031-3/+3
| * Remove unused QMapNode{,Base}::minimumNodeThiago Macieira2014-05-281-6/+0
| * Fix typos in comments (qfreelist and qmutex)David Faure2014-05-261-1/+1
| * WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+1
* | Make QWeakPointer's ctor constexprGiuseppe D'Angelo2014-05-291-1/+1
* | Add support for single-file multi-target intrinsics in QtThiago Macieira2014-05-272-19/+105
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-224-7/+12
|\|
| * Disable hash seeding for bootstrapped toolsThiago Macieira2014-05-211-4/+4
| * Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-192-2/+4
| * Call tzset() before localtime_r() as the docs say.Gunnar Sletta2014-05-161-0/+3
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-141-1/+1
| |\
| | * Fix an off-by-4 error in qHash with CRC32Thiago Macieira2014-05-131-1/+1
* | | Improve a few string operations with AVX2Thiago Macieira2014-05-211-2/+23
* | | qscopedvaluerollback: add convenience constructorRichard Moe Gustavsen2014-05-212-2/+18
* | | Stop using setSharable in the Java-style mutable iteratorsThiago Macieira2014-05-183-34/+6
* | | Optimize QVector::midJędrzej Nowacki2014-05-161-5/+7