summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | | 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-212-34/+24
* | 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
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* | 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
* 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