summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-111-10/+8
* fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-0/+3
* Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-0/+9
* Fix measurement system for the UKLars Knoll2012-03-261-0/+17
* Remove #if 0 sections from QRegExp autotestGiuseppe D'Angelo2012-03-231-3/+3
* containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-172-12/+14
* 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
* 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
* 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
|/
* 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
* 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
* 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
* Fixed qsharedpointer unittest on windowsKurt Korbatits2012-02-031-1/+5
* Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-021-0/+23
* Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-021-0/+9
* Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-021-0/+83
* Remove many deprecated methodsLars Knoll2012-01-311-1/+1
* QDateTime: Add validity checksJohn Layt2012-01-312-2/+51
* QDateTime: Add missing QDate Unit TestsJohn Layt2012-01-311-0/+137