summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-221-7/+13
|\
| * qstrncpy(): document that we don't implement strncpy() fill-all-[dst,len)Marc Mutz2023-03-041-0/+4
| * qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-7/+9
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-113/+224
|\|
| * QByteArray: in/deflate: compare different types as size_tMÃ¥rten Nordheim2022-10-311-1/+2
| * Port qCompress() to zstream/deflate()Marc Mutz2022-10-251-33/+32
| * Port qUncompress() to zstream/inflate()Marc Mutz2022-10-251-50/+118
| * qUncompress: make a narrowing conversion explicitMarc Mutz2022-10-251-1/+2
| * qCompress: use saturation, not truncation, for the size headerMarc Mutz2022-10-251-1/+1
| * qCompress: return null, not empty, for OOMMarc Mutz2022-10-251-3/+2
| * qUn/Compress: reject negative lengthsMarc Mutz2022-10-241-0/+12
| * qUncompress(): introduce more functions a la invalidCompressedData()Marc Mutz2022-10-241-23/+49
| * DRY qCompress/qUncompress: introduce CompressedSizeHint_tMarc Mutz2022-10-241-11/+23
| * qCompress: use qToBigEndian() to write the length prefixMarc Mutz2022-10-241-4/+1
| * Fix qUncompress for BE LLP64 platformsMarc Mutz2022-10-241-10/+8
| * qUncompress: limit MaxDecompressedSize to what zlib can handleMarc Mutz2022-10-241-1/+2
| * qUncompress: use existing MaxByteArraySizeMarc Mutz2022-10-241-13/+9
| * qUncompress: mark invalidCompressedData() Q_DECL_COLD_FUNCTIONMarc Mutz2022-10-241-4/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-011-4/+28
|\|
| * qUncompress: statically assert that arithmetic overflow cannot occurMarc Mutz2022-09-111-1/+3
| * [docs] qCompress/qUncompress: document size limitsMarc Mutz2022-09-091-0/+22
| * QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-08-061-2/+2
| * QByteArray: fix count(ch) for more than 2Gi occurrencesMarc Mutz2022-07-211-1/+1
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2022-06-211-20/+20
* QByteArray: more GCC 12 -Werror=array-bound whack-a-moleMarc Mutz2022-06-141-4/+6
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-03-171-34/+24
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-161-2/+2
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* QByteArray: fix UB (precondition violation) in replace()Marc Mutz2021-12-171-1/+3
* QByteArray: optimize replace() a bitMarc Mutz2021-12-171-1/+1
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-4/+4
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-261-0/+2
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-201-4/+32
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-041-85/+52
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-021-2/+3
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* Resurrect data moves in QListAndrei Golubev2021-04-271-14/+5
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-271-10/+4
* Fix qdoc warning, \function is not a commandVolker Hilsheimer2021-04-131-7/+9
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-301-0/+21
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-1/+1
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* QByteArray: update documentationIvan Solovev2020-12-051-69/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-041-0/+7
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+31
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-261-0/+15
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-191-4/+7
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-171-1/+3
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-121-5/+4