summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-58/+58
* Fix a typo and an odd phrasingEdward Welbourne2020-05-291-7/+6
* Add missing number/setNum() overloadsLars Knoll2020-05-281-0/+38
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-211-17/+5
* Cleanup qUncompressLars Knoll2020-05-171-21/+8
* Don't access QArrayData::sharedNull() from QByteArray anymoreLars Knoll2020-05-171-4/+2
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-141-0/+3
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-4/+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-031-1/+1
|\
| * Doc: Replace 'In alternative' with 'Alternatively'Kai Koehne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-6/+7
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-031-6/+7
* | 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-36/+233
|\| |
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-49/+251
* | | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-135/+84
* | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-3/+3
* | | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-55/+3
* | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-245/+251
* | | Get rid of the operator[](uint) overloadsLars Knoll2019-12-081-10/+0
* | | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-081-14/+15
* | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-11/+11
* | | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-12/+12
* | | Fix a use-after-free problem in QByteArray::replaceLars Knoll2019-12-071-3/+3
* | | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-9/+6
* | | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-13/+13
* | | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-071-8/+8
* | | Remove redundant overloads in QByteArrayFrederik Gladhorn2019-11-061-67/+5
|/ /