summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+18
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-261-0/+1
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-111-0/+4
* Clean up out allocation handlingLars Knoll2020-11-041-10/+8
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-041-1/+1
* Make QByteArray comparison operators hidden friendsVolker Hilsheimer2020-10-291-50/+66
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMårten Nordheim2020-10-281-2/+1
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-6/+6
* make {QString,QByteArray}::squeeze() work without prior reserve()Oswald Buddenhagen2020-09-281-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-41/+41
* Remove ### comment on QT5_NULL_STRINGSEdward Welbourne2020-09-231-1/+1
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-101-5/+5
* Remove '\0' space reservation logic in QByteArrayAndrei Golubev2020-09-101-6/+5
* Add QByteArrayView overloads for push_back and push_frontLars Knoll2020-09-031-18/+16
* Clean up the QByteArray API and implementationLars Knoll2020-09-031-37/+50
* QByteArray: Disregard space at front during ::reserve(...)Mårten Nordheim2020-09-021-1/+1
* Support GrowsBackwards in QByteArrayAndrei Golubev2020-08-291-0/+1
* Pass QByteArrayView by valueLars Knoll2020-08-271-3/+3
* Inline the equality operatorLars Knoll2020-08-271-9/+8
* Change QByteArray to handle large arraysLars Knoll2020-08-271-81/+80
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+9
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-191-11/+1
* Introduce QByteArrayViewSona Kurazyan2020-07-081-41/+41
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-061-2/+1
* Rename from() to sliced()Lars Knoll2020-07-061-1/+1
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-061-1/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-18/+28
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-20/+0
* Rename new slice() method sliced()Marc Mutz2020-06-111-1/+1
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-1/+10
* Add missing number/setNum() overloadsLars Knoll2020-05-281-0/+8
* QByteArrayLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-05-081-2/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-4/+4
|\
| * QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-051-4/+4
* | MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
| |\
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-3/+60
|\| |
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-1/+59
| |/
* | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-32/+26
* | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-5/+6
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-82/+7
* | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-1/+1
* | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-78/+61
* | Get rid of the operator[](uint) overloadsLars Knoll2019-12-081-6/+0
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-4/+4