summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
| * Remove QBool and use bool instead.David Faure2012-01-201-9/+9
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-5/+6
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-1/+1
|\|
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Ensure shared_null(s) are statically initialized on VS 2010João Abecasis2012-01-051-14/+14
* | Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-2/+2
|/
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-231-2/+18
* QByteArray's shared_null and shared_empty should be constBradley T. Hughes2011-09-231-3/+3
* Don't call ref() in QByteArray::QByteArray()Bradley T. Hughes2011-09-231-1/+1
* Fix QString/QByteArray literals for MSVC2010 (compilation of tests).Friedemann Kleint2011-08-021-1/+1
* Get rid of compiler warnings with MSVCOlivier Goffart2011-07-281-2/+2