summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray
Commit message (Expand)AuthorAgeFilesLines
* QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-8/+4
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-112-29/+21
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-0/+10
|\
| * Android: Fix QByteArray testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add rvalue-ref qualified overload of QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-0/+27
* | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-0/+2
|/
* Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-0/+27
* Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-251-0/+19
* Autotest: fix use of dangling pointerThiago Macieira2014-04-241-1/+1
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-0/+15
* Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-083-0/+131
* 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