summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-8/+0
* Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
* Add test for qHash(QString) / qHash(QStringRef)Giuseppe D'Angelo2012-04-061-0/+8
* Fix unittest for QStandardPaths::enableTestModeDavid Faure2012-04-051-5/+5
* Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-052-0/+118
* Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
* 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
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-033-0/+19
* 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
* Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-2/+2
* Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
* Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-3/+3
* Move the #include "tst_qurlinternal.moc" up to workaround a bugThiago Macieira2012-03-301-2/+1
* Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-0/+1
* Fix QUrl operator== and operator<Thiago Macieira2012-03-301-0/+51
* Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-3/+1
* Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-20/+55
* Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-5/+4
* QUrl: Always lowercase the schemeThiago Macieira2012-03-301-6/+14
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-164/+155
* Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-302-101/+120
* Long live QUrlQueryThiago Macieira2012-03-302-0/+700
* Refactor the URL recoder a littleThiago Macieira2012-03-301-13/+25
* Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-6/+12
* Add the code that recodes URLs.Thiago Macieira2012-03-301-0/+215
* Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-304-710/+756
* 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
* Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-281-0/+285
* Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-1/+225
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-2/+55
* Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
* Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-282-6/+114
* Make QTranslator testcase independent of WidgetsJoão Abecasis2012-03-282-9/+7
* Merge master into api_changesKent Hansen2012-03-274-4/+25
|\
| * Fix measurement system for the UKLars Knoll2012-03-261-0/+17
| * Fixed qthreadstorage unittest to work from install directoryKurt Korbatits2012-03-261-0/+4
| * Work around what apparently is a GCC 4.6.0 bugThiago Macieira2012-03-251-1/+1
| * Remove #if 0 sections from QRegExp autotestGiuseppe D'Angelo2012-03-231-3/+3
* | Enable endianness conversions on q(u)int8João Abecasis2012-03-253-1/+152
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-241-1/+1
* | Add the Q_CORE_EXPORT macros to unit-test-exported codeThiago Macieira2012-03-231-2/+2
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-232-30/+115
* | Add test cases to tst_QByteArrayJędrzej Nowacki2012-03-231-0/+137
* | Merge master into api_changesKent Hansen2012-03-234-33/+106
|\|