summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-211-6/+6
* Refactor QByteArray to allow for const dataLars Knoll2011-07-121-39/+93
* Remove Qt 4.3 binary compatibility for MSVCThiago Macieira2011-07-111-20/+0
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-291-47/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-181-7/+6
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+622