summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-1/+1
* Make QByteArray comparison operators hidden friendsVolker Hilsheimer2020-10-291-58/+20
* Doc: Scrub QByteArray/QByteArrayView documentationKarsten Heimrich2020-10-291-16/+16
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMårten Nordheim2020-10-281-1/+7
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-2/+2
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-301-1/+1
* Fix some qdoc warnings from QByteArrayVolker Hilsheimer2020-09-231-17/+0
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-221-1/+1
* Update QByteArray documentation relevant to prepend optimizationAndrei Golubev2020-09-181-7/+39
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-101-6/+6
* Remove '\0' space reservation logic in QByteArrayAndrei Golubev2020-09-101-19/+34
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* QList/QString/QByteArray: no prepend optimized allocation when emptyAndrei Golubev2020-09-071-1/+1
* Add QByteArrayView overloads for push_back and push_frontLars Knoll2020-09-031-0/+14
* Clean up the QByteArray API and implementationLars Knoll2020-09-031-234/+89
* QList/QByteArray/QString: Base GrowsBackwards heuristic on old sizeMårten Nordheim2020-09-031-2/+2
* Support GrowsBackwards in QByteArrayAndrei Golubev2020-08-291-57/+91
* Use qsizetype for the size of QByteArray's raw data methodsEdward Welbourne2020-08-281-7/+2
* Pass QByteArrayView by valueLars Knoll2020-08-271-2/+2
* Inline the equality operatorLars Knoll2020-08-271-4/+0
* Change QByteArray to handle large arraysLars Knoll2020-08-271-126/+120
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+84
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-1/+1
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-041-0/+8
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-311-4/+7
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-1/+1
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-2/+2
* Introduce QByteArrayViewSona Kurazyan2020-07-081-251/+137
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-061-0/+4
* Rename from() to sliced()Lars Knoll2020-07-061-4/+5
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-061-1/+1
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-061-2/+2
* Avoid allocating a d-pointer for empty stringsLars Knoll2020-07-061-10/+6
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-16/+24
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-021-1/+1
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0
* QByteArray::operator[] no longer resizesAlbert Astals Cid2020-06-291-3/+2
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-196/+0
* Use qsizetype instead of int in QByteArray's helper methodsSona Kurazyan2020-06-161-11/+12
* Rename new slice() method sliced()Marc Mutz2020-06-111-7/+7
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-6/+17
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-0/+47
* Clean up docs of qbytearray.cpp's C-string functionsEdward Welbourne2020-06-051-20/+12
* Clean out string/character mentions from QByteArray docsEdward Welbourne2020-06-051-290/+276
* Fix references to section in QByteArray class doc after title changeEdward Welbourne2020-06-051-10/+6
* Prune two un-needed #include files from qbytearray.cppEdward Welbourne2020-06-051-2/+0
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-041-153/+88
* Overhaul documentation of QByteArray numeric conversionsEdward Welbourne2020-06-041-74/+96
* QByteArray: clean up docs of trimmed() and simplified()Edward Welbourne2020-06-041-15/+17