summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* fix build with mingwKonstantin Ritt2012-04-271-17/+17
* get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-261-8/+8
* Fix C++11 compilationOlivier Goffart2012-04-261-6/+6
* Add detection code for AVX2, HLE, RTM and AES to qsimd.cppThiago Macieira2012-04-252-17/+39
* Replace the x86 XGETBV instruction with its opcode bytesThiago Macieira2012-04-251-1/+1
* Update the x86 feature-detection code, unifying x86 and x86-64Thiago Macieira2012-04-251-125/+113
* optimize QChar::decomposition()Konstantin Ritt2012-04-251-27/+32
* Fix locale issue on unix systemsStephen Röttger2012-04-241-0/+2
* qunicodetables generator: improve the output and the generated codeKonstantin Ritt2012-04-242-29/+33
* workaround issue where casing diff overflows signed shortKonstantin Ritt2012-04-243-11/+39
* QChar: reduce code duplication by inlining some methodsKonstantin Ritt2012-04-242-96/+80
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-246-322/+332
* Use the Q_PROCESSOR_* macros in qsimd.cppThiago Macieira2012-04-231-3/+3
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-203-12/+13
* mingw: fix a lot of annoying warningsKonstantin Ritt2012-04-204-166/+166
* Fixed QSimd WindowsCE buildBjoern Breitmeyer2012-04-191-1/+8
* optimize canonicalOrderHelper() for generic caseKonstantin Ritt2012-04-191-5/+21
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-1932-703/+677
* fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+2
* fix QChar::isPrint() returns an incorrect result.Konstantin Ritt2012-04-171-4/+12
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1743-5591/+6320
|\
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-177-823/+849
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-167-823/+849
| | |\
| * | | Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-162-24/+23
| * | | Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
| * | | Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-162-60/+40
| * | | Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
| * | | Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-164-46/+49
| |/ /
| * | QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
| * | QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
| * | qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2
| * | qHash: two arguments support for simple integer types (and QChar)Giuseppe D'Angelo2012-04-141-16/+16
| * | QSharedPointer: qHash two arguments supportGiuseppe D'Angelo2012-04-131-3/+3
| * | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-122-8/+19
| * | unite QString::normalized() overloadsKonstantin Ritt2012-04-112-26/+12
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-115-7/+7
| * | Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-114-38/+38
| * | Add early-clobbers to the output variables in CPUIDThiago Macieira2012-04-101-3/+3
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-27/+16
| |\ \
| * | | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-19/+23
| * | | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-082-0/+31
| * | | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-071-2/+2
| * | | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-079-43/+2
| * | | qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
| * | | Fix compilation with MinGW.Marcel Krems2012-04-052-2/+8
| * | | QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-052-0/+7
| * | | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-1/+1
| * | | Make QLocale::toULongLong return the proper type: qulonglongThiago Macieira2012-04-052-4/+2
| * | | Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-052-2/+2
| * | | Simplify conditionalsJoão Abecasis2012-04-052-2/+2