summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge master into api_changesKent Hansen2012-03-191-0/+12
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+12
* | Don't treat QByteArray(0, char) as nullJoão Abecasis2012-03-161-1/+1
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-15/+17
|\|
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-2/+4
| |\
| | * QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-2/+4
| * | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-13/+13
| |/
* | Change meaning of offset in QByteArrayDataJoão Abecasis2012-02-211-17/+17
* | qAllocMore: Always grow exponentiallyJoão Abecasis2012-02-171-18/+19
* | Remove constructors taking implicit string sizesJoão Abecasis2012-02-141-37/+19
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-6/+6
|\|
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-241-1/+1
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
| * Remove QBool and use bool instead.David Faure2012-01-201-3/+3
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-11/+11
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-16/+16
|\|
| * Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-15/+15
| * 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-2/+2
* | Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-2/+2
* | Get rid of assignment operators in RefCountJoão Abecasis2012-01-041-8/+8
|/
* QByteArray: Fix MSVC warning.Friedemann Kleint2011-11-291-2/+2
* QByteArray's shared_null and shared_empty should be constBradley T. Hughes2011-09-231-4/+4
* Get rid of compiler warnings with MSVCOlivier Goffart2011-07-281-10/+11
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-129/+0
* Refactor QByteArray to allow for const dataLars Knoll2011-07-121-147/+164
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+4394