summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-1/+2
* | Merge master into api_changesKent Hansen2012-03-191-0/+6
|\|
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+6
* | Undeprecate operator casts on QByteArray.Stephen Kelly2012-03-161-4/+8
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-8/+4
|\|
| * QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-8/+4
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-211-1/+1
|\|
| * Fix typo in QByteArray(QConstByteArrayData) constructorKent Hansen2012-02-201-1/+1
* | Change meaning of offset in QByteArrayDataJoão Abecasis2012-02-211-9/+8
* | Remove constructors taking implicit string sizesJoão Abecasis2012-02-141-2/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-12/+11
|\|