summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray
Commit message (Expand)AuthorAgeFilesLines
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-141-0/+35
* tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-4/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* Speed up and fix QByteArray::setNum()hjk2012-12-301-1/+18
* Add test for QByteArray::setNumhjk2012-12-281-0/+27
* test: Remove QSKIP from tst_QByteArray::literals()Sergio Ahumada2012-10-301-4/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix tst_qbytearray on QNXRafael Roquetto2012-08-151-3/+3
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-7/+7
* Use macro for QByteArrayData initialization.Jędrzej Nowacki2012-04-251-4/+4
* Prefer QCOMPARE to QVERIFY, as it gives better outputJoão Abecasis2012-04-121-1/+1
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-4/+4
* Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
* Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-0/+59
* Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-5/+5
* Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
* Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-0/+91
* Add test cases to tst_QByteArrayJędrzej Nowacki2012-03-231-0/+137
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-211-18/+21
|\
| * Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-18/+18
| * Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-091-0/+3
* | Change meaning of offset in QByteArrayDataJoão Abecasis2012-02-211-1/+1
* | qAllocMore: Always grow exponentiallyJoão Abecasis2012-02-171-12/+19
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-3/+83
|\|
| * Add movability tests for QByteArray.Jędrzej Nowacki2012-02-051-1/+81
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-1/+1
|/
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-012-9/+2
* Minor improvement to QByteArray autotestJason McDonald2011-12-011-28/+23
* Cleanup corelib autotestsJason McDonald2011-11-301-2/+0
* Restore commented-out code in QByteArray test.Jason McDonald2011-11-211-3/+3
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-5/+4
* Cleanup corelib autotestsJason McDonald2011-11-141-1/+0
* QByteArray autotest: Check for defines inside of slotOliver Wolff2011-11-111-4/+8
* Cleanup corelib autotestsJason McDonald2011-11-111-15/+8
* Cleanup corelib autotestsJason McDonald2011-11-101-14/+13
* Cleanup corelib autotestsJason McDonald2011-11-071-28/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-051-18/+11
* Remove Symbian-specific code from tests.Jason McDonald2011-09-292-7/+1
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-231-0/+6
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-015-0/+2491