summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-292-6/+13
* Make qsimd.cpp also complain if required features are missingThiago Macieira2012-03-281-2/+58
* Ensure QTypedArrayData is just a shim over QArrayDataJoão Abecasis2012-03-281-0/+4
* Merge master into api_changesKent Hansen2012-03-276-31/+41
|\
| * Fix measurement system for the UKLars Knoll2012-03-264-9/+18
| * Remove support for Mac OS X compilers without the -Xarch flagThiago Macieira2012-03-241-16/+0
| * Fix loading of the ICU dynamic libraries on Windows.Friedemann Kleint2012-03-241-6/+23
* | Add support for detecting SSE2 and SSE3 on WinCEThiago Macieira2012-03-261-0/+4
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-242-3385/+3404
* | Remove detection for MMX support and related technologyThiago Macieira2012-03-232-56/+13
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-233-13/+0
* | Merge master into api_changesKent Hansen2012-03-236-41/+63
|\|
| * Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
| * Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
| * Make QLocalePrivate::updateSystemLocale() reset the locale data on UnixLars Knoll2012-03-221-21/+49
| * Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-222-9/+8
| * Add qpair.h to the HEADERS listThiago Macieira2012-03-221-0/+1
| * Remove the false information that IA-64 supports SSE2Thiago Macieira2012-03-221-6/+0
* | Rewrite QMap to use a RB treeLars Knoll2012-03-232-552/+715
* | QLatin1String: Suppress MSVC warnning.Debao Zhang2012-03-211-1/+1
* | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-212-0/+161
* | Generate a forwarding header for QStringBuilder.Stephen Kelly2012-03-201-0/+1
* | Add a base class with specialization to QStringBuilder.Stephen Kelly2012-03-191-12/+38
* | Merge master into api_changesKent Hansen2012-03-1919-13/+212
|\|
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-1718-2/+184
| * QRegularExpression: various documentation improvements/fixesGiuseppe D'Angelo2012-03-161-11/+28
* | Compile QLatin1String with C++11Olivier Goffart2012-03-171-1/+1
* | Don't treat QByteArray(0, char) as nullJoão Abecasis2012-03-161-1/+1
* | QSharedPointer: add reset() member functionsMarc Mutz2012-03-163-0/+41
* | Merge master into api_changesKent Hansen2012-03-162-5/+5
|\|
| * Explicit use of null namespace breaks namespaced buildDonald Carr2012-03-141-3/+3
| * QRegExp: remove docs about RegExp2 being default in Qt5Giuseppe D'Angelo2012-03-141-2/+2
* | Undeprecate operator casts on QByteArray.Stephen Kelly2012-03-161-4/+8
* | QSharedPointer: remove two emtpy functions.Debao Zhang2012-03-152-40/+7
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-152-33/+422
* | Add QByteArray overload for the QLatin1String ctor.Stephen Kelly2012-03-142-0/+12
* | QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-141-2/+0
* | Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...João Abecasis2012-03-122-12/+203
|\ \
| * | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-122-12/+203
| |\|
| | * QRegularExpression: add error strings for translationGiuseppe D'Angelo2012-03-121-0/+115
| | * Restore some source compatibilityLars Knoll2012-03-121-0/+1
| | * QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-081-0/+3
| | * QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-081-12/+84
* | | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-4/+16
|/ /
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-0838-632/+3045
|\|
| * QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-071-5/+9
| * QRegularExpression: fix optimizePattern, document the issueGiuseppe D'Angelo2012-03-071-7/+24
| * QRegularExpression: fix documentation due to qdoc changesGiuseppe D'Angelo2012-03-071-16/+16
| * Fixed warning from gcc with -Wundef for some values of WCHAR_MAXRohan McGovern2012-03-071-1/+3
| * Support legacy QDataStream serialization of QDate.Aaron McCarthy2012-03-071-4/+14