summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Add AllocationOption::GrowJoão Abecasis2012-02-292-4/+36
* | Test setSharable with "raw data"João Abecasis2012-02-291-0/+3
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-298-54/+183
|\|
| * Skip QLocale test on Windows, improve process handling.Friedemann Kleint2012-02-283-34/+92
| * Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-271-0/+16
| * QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+29
| * Remove custom text codec for C strings.Robin Burchell2012-02-222-20/+14
| * QEasingCurve: implement move constructorMarc Mutz2012-02-211-0/+6
| * QEasingCurve: implement move-assignment operatorMarc Mutz2012-02-211-0/+19
| * QEasingCurve: add member-swapMarc Mutz2012-02-211-0/+7
* | SimpleVector: don't assert when reserving on emptyJoão Abecasis2012-02-222-2/+65
* | Change meaning of offset in QStringDataJoão Abecasis2012-02-221-1/+1
* | Workaround compiler issueJoão Abecasis2012-02-221-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-2114-148/+151
|\|
| * Make QLocale autotest pass for shadow builds.Jason McDonald2012-02-201-7/+1
| * Changed qcryptographichash unittest to work from installation directoryKurt Korbatits2012-02-172-12/+4
| * Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-1410-115/+115
| * Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-131-5/+0
| * Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-101-8/+25
| * Fixed qsharedpointer unittest to run from installation directoryKurt Korbatits2012-02-101-1/+1
| * Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-092-0/+5
* | Change meaning of offset in QByteArrayDataJoão Abecasis2012-02-211-1/+1
* | qAllocMore: Always grow exponentiallyJoão Abecasis2012-02-171-12/+19
* | Fix and simplify QString::midJoão Abecasis2012-02-141-0/+70
* | Add support for rvalue-references in QArrayDataPointerJoão Abecasis2012-02-131-0/+46
* | Update license headersJoão Abecasis2012-02-062-6/+6
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-0555-411/+844
|\|
| * SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-051-40/+0
| * QString: Make convert to number methods only use C localeJohn Layt2012-02-051-149/+88
| * Add movability tests for QByteArray.Jędrzej Nowacki2012-02-051-1/+81
| * QDateTime: Remove Julian CalendarJohn Layt2012-02-052-51/+22
| * QDateTime: Store Julian Day as qint64John Layt2012-02-052-75/+216