summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
* Mark some QByteArray relational operators nothrowMarc Mutz2016-04-131-18/+18
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-1/+1
|\
| * Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Mark ref-qualified members as always inlineThiago Macieira2015-10-071-8/+8
* | QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-271-0/+7
|/
* QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-8/+17
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-10/+10
* Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-161-3/+0
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-151-11/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-211-5/+5
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-3/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+3
|\
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-201-0/+3
* | Add rvalue-ref qualified {QString,QByteArray}::{simplified,trimmed}Thiago Macieira2014-11-021-2/+15
* | 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/+25
|/
* Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-081-0/+4
* Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-251-0/+10
* QtCore: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-04-111-20/+20
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-1/+1
* Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-081-0/+18
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-141-2/+15
* QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-301-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Speed up and fix QByteArray::setNum()hjk2012-12-301-2/+2
* Prevent an overflow warning in assertions.Christian Kandeler2012-09-291-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+0
* Compile.Morten Sorvig2012-06-141-1/+1
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-16/+0
* Implement the move constructor for containers.Olivier Goffart2012-05-111-0/+1
* Reuse QArray initializer macro in QByteArrayJędrzej Nowacki2012-05-041-1/+1
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-041-20/+1
* Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-231-6/+7
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-171-1/+1
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+1
| |\
| | * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-101-1/+1
* | | Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-161-11/+10
* | | Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-161-7/+16
* | | Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-161-3/+3
|/ /
* | Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-111-4/+4
* | Rename realloc -> reallocDataJoão Abecasis2012-04-051-4/+4
* | Move growth computation to re-allocation functionJoão Abecasis2012-04-051-1/+1
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-4/+13
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-15/+22