summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-2343/+0
* QByteArray autotest: code tidiesGiuseppe D'Angelo2019-06-231-6/+6
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-4/+0
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-8/+8
* Avoid copying QByteArray created via fromRawData in toDoubleVolker Hilsheimer2019-03-091-0/+3
* QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-0/+44
* QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-0/+6
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-3/+29
* QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-171-0/+47
* Remove references to obsolete platformsJake Petroules2017-11-051-6/+0
* Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-1/+1
* Extend qChecksum calculationLars Schmertmann2016-12-251-0/+30
* QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-241-2/+45
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-3/+11
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-3/+11
| |\
| | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+11
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-18/+70
|\| |
| * | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-18/+70
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-13/+1
|/ /
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-4/+4
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-4/+4
* | QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-271-10/+25
|/
* QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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-081-0/+12
* 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
* 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