summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-2/+2
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-042-5/+35
* QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-0/+97
* Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-4/+4
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-022-2/+95
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-022-7/+13
* Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-022-1/+80
* Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
* Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-0/+91
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-291-4/+4
* Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
* Merge master into api_changesKent Hansen2012-03-272-3/+20
|\
| * Fix measurement system for the UKLars Knoll2012-03-261-0/+17
| * Remove #if 0 sections from QRegExp autotestGiuseppe D'Angelo2012-03-231-3/+3
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-241-1/+1
* | Add test cases to tst_QByteArrayJędrzej Nowacki2012-03-231-0/+137
* | tst_qsharedpointer: don't inherit from QSharedPointerMarc Mutz2012-03-231-8/+12
* | Rewrite QMap to use a RB treeLars Knoll2012-03-231-4/+162
* | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-211-18/+78
* | Merge master into api_changesKent Hansen2012-03-192-12/+14
|\|
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-172-12/+14
* | Merge master into api_changesKent Hansen2012-03-163-5/+13
|\|
| * tst_qsharedpointer: Fix auto test fail under Windows 7Debao Zhang2012-03-152-3/+12
| * Mark tst_qtimeline as insignificant on WindowsRohan McGovern2012-03-151-0/+1
* | Fix invalid read, detected by valgrindJoão Abecasis2012-03-151-10/+10
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-151-27/+83
* | Silence 'narrowing conversion' warning in testJoão Abecasis2012-03-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...João Abecasis2012-03-123-7/+88
|\ \
| * | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-123-7/+88
| |\|
| | * Remove redundant and incorrect comment from QList autotest.Jason McDonald2012-03-121-6/+0
| | * QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-082-1/+59
| | * QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-082-0/+29
* | | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-8/+44
|/ /
* | Mark tst_qtimeline as insignificant on WindowsSergio Ahumada2012-03-091-0/+2
* | Skip test when implicit move operators not availableJoão Abecasis2012-03-081-0/+43
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-0818-152/+1688
|\|
| * QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-078-44/+213
| * QRegularExpression: fix autotestGiuseppe D'Angelo2012-03-071-2/+3
| * QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-061-0/+31
| * QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-5/+59
| * QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-064-0/+1156
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-044-0/+113
| |\
| | * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-013-0/+110
| | * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+3
| * | Fix tst_qregexp with QStringBuilderOlivier Goffart2012-03-011-133/+133
| * | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-012-14/+1
| * | Changed qchar unittest to check return from QFINDTESTDATAKurt Korbatits2012-03-011-1/+3
| * | Fixed qlocale unittest to install subprogram syslocaleapp correctlyKurt Korbatits2012-03-012-4/+3
| * | QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-0/+24
| |/
* | Base QList::setSharable on RefCount::setSharableJoão Abecasis2012-03-051-0/+172