summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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