summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* QDateTime: Deprecate setYMD()John Layt2012-01-311-0/+2
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-0/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3055-55/+55
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-0/+12
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-261-1/+3
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-241-0/+8
* Update contact information in license headers.Jason McDonald2012-01-2355-55/+55
* Minor style fixups.Robin Burchell2012-01-211-17/+12
* Changed qsharedpointer unittest to use build qmake over system one.Kurt Korbatits2012-01-171-1/+12
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-1/+1
* Avoid using 'check' in QSharedPointer test.Stephen Kelly2012-01-091-42/+42
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-1/+1
* Remove redundant class from QStringMatcher test.Jason McDonald2012-01-061-10/+4
* Update copyright year in license headers.Jason McDonald2012-01-0555-55/+55
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-021-0/+46
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+12