summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Make clear() use the shared null inlineJoão Abecasis2012-02-011-2/+2
* | Fix some warnings with ClangJoão Abecasis2012-01-261-3/+3