summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend qChecksum calculationLars Schmertmann2016-12-251-4/+36
* QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-241-4/+33
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-151-3/+4
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-3/+4
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-3/+4
| | |\
| | | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* | | | QByteArray: Clean up qUncompressThiago Macieira2016-09-071-36/+37
* | | | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-071-12/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-10/+102
|\| |
| * | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-10/+102
* | | darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-031-85/+0
|/ /
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-2/+2
|\|
| * Doc: corrected statement about QByteArray::clearNico Vertriest2015-12-031-2/+2
* | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-2/+2
* | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-1/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+2
|\|
| * Fix sign-extensionThiago Macieira2015-09-281-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-2/+2
|\|
| * Fix qdoc warning by documenting function argumentLouai Al-Khanji2015-08-251-2/+2
* | QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-271-0/+46
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-4/+4
|\
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-4/+4
* | QByteArray: document {const_,}{reverse_,}iteratorMarc Mutz2015-07-181-2/+24
* | QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+46
* | Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-161-13/+4
* | Check the maximum size of a QByteArray more preciselyAlex Trotsenko2015-05-111-3/+4
|/
* QByteArray: begin()/end() are not \internalMarc Mutz2015-04-071-8/+26
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-2/+2
|\
| * Fix links in plural words.Florian Bruhin2015-02-161-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Centralize use of __attribute__((noinline))Marc Mutz2015-01-291-6/+2
* | QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-211-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+2
|\|
| * Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| * fix error when cross-compiling with --system-zlibAshish Kulkarni2015-01-081-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+10
|\|
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-201-1/+10
* | Merge the multiple implementations of fromHex tooThiago Macieira2014-12-131-9/+3
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-131-18/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-3/+4
|\|
| * Fix size miscalculation in QByteArray::toBase64Benjamin Lutz2014-11-271-3/+4
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-4/+5
|\|
| * Doc: correct autolink issues corelib/mimetypeNico Vertriest2014-11-191-4/+5
* | Add rvalue-ref qualified {QString,QByteArray}::{simplified,trimmed}Thiago Macieira2014-11-021-4/+19
* | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-171-2/+5
* | 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
* | Simplify and unify Q{ByteArray,String{,Ref}}::{simplify,trimmed}Thiago Macieira2014-08-191-40/+4