summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-141-12/+83
* Whitespace: re-indent the {to,from}Base64 functionsThiago Macieira2013-09-141-44/+52
* Remove redundant checks in some tools classesJędrzej Nowacki2013-09-131-1/+1
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-2/+0
|\
| * Remove the size limit of QByteArray information.Leonard Lee2013-09-021-2/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-0/+2
|\|
| * Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-3/+3
|\|
| * QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-301-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-10/+10
|\|
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-171-10/+10
* | Initialize variable to quiet valgrind.Sérgio Martins2013-06-051-0/+1
|/
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-16/+16
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Speed up and fix QByteArray::setNum()hjk2012-12-301-12/+34
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix QByteArray documentation errors.Mitch Curtis2012-09-131-0/+7
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Clarify QByteArray::size() documentation.Mitch Curtis2012-05-261-1/+6
* 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