summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove references to to/fromAscii in QString and QByteArray main docsThiago Macieira2012-05-031-64/+50
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-3/+3
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-201-10/+11
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-49/+49
* Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-161-13/+13
* Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
* Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-161-53/+24
* Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
* Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-161-22/+24
* Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-111-15/+15
* Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-051-1/+1
* Simplify conditionalsJoão Abecasis2012-04-051-1/+1
* Rename realloc -> reallocDataJoão Abecasis2012-04-051-9/+9
* Move growth computation to re-allocation functionJoão Abecasis2012-04-051-8/+11
* Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-4/+2
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-13/+17
* Don't use qstrlen if string is not nullJoão Abecasis2012-04-031-5/+5
* 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