summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Use #define before including SHA-2 3rdparty codeBradley T. Hughes2012-03-071-17/+15
| * QRegularExpression: const correctness fixesGiuseppe D'Angelo2012-03-061-9/+9
| * QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-062-0/+15
| * QRegularExpression: do not use JIT in debug buildsGiuseppe D'Angelo2012-03-061-1/+41
| * QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-1/+2
| * QRegularExpression: QDebug support for pattern optionsGiuseppe D'Angelo2012-03-062-0/+38
| * QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-063-0/+2275
| * Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-062-1/+7
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-0412-48/+75
| |\
| | * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+16
| | * QCryptographicHash: make constructor explicitMarc Mutz2012-02-291-1/+1
| | * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+10
| | * Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-292-2/+1
| | * QScopedValueRollback: make constructor explicitMarc Mutz2012-02-291-1/+1
| | * Remove include for no-longer-supported compiler.Stephen Kelly2012-02-291-6/+0
| | * Merge master -> api_changesRohan McGovern2012-02-2913-207/+154
| | |\
| | * | Move the QString comparison operator as non member functionOlivier Goffart2012-02-272-25/+31
| | * | QStringMatcher: make constructor explicitMarc Mutz2012-02-261-1/+1
| | * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-264-12/+10
| | * | QString: add from{Ascii,Latin1,Utf8,Local8Bit() overloads for QByteArrayMarc Mutz2012-02-231-0/+4
| * | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0219-507/+507
| * | | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-012-44/+4
| * | | QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-13/+26
| * | | SHA-2 code does not compile on FreeBSDHolger Hans Peter Freyther2012-03-011-0/+9
| * | | QRingBuffer: make constructor explicitMarc Mutz2012-02-291-1/+1
| * | | QPair: don't copy-initialise 'first'/'second' in the default ctorMarc Mutz2012-02-291-1/+1
| * | | QPair: remove user-defined copy assignment operatorMarc Mutz2012-02-291-3/+1
| | |/ | |/|
* | | Base QList::setSharable on RefCount::setSharableJoão Abecasis2012-03-052-6/+33
* | | QList: have operator= defer to copy-ctor and swapJoão Abecasis2012-02-291-7/+2