summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
* QString/QByteArray: add explicit constructors for Q{String,ByteArray}ViewThiago Macieira2024-03-121-1/+2
* QByteArray: use comparison helper macrosIvan Solovev2024-03-021-51/+36
* QString: use comparison helper macros - comparison with byte arrays [2/3]Ivan Solovev2024-03-021-1/+3
* QString/QByteArray: add slice() methodsAhmad Samir2024-02-291-0/+11
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-0/+5
* Add QByteArray vs QByteArrayView relational operatorsIvan Solovev2024-02-201-0/+11
* QByteArray/QString: add resizeForOverwriteGiuseppe D'Angelo2024-02-161-0/+1
* QByteArray: allow begin() to return nullptr, like QStringThiago Macieira2023-12-211-1/+1
* QByteArray: inline QByteArray::indexOf() and use a char overloadThiago Macieira2023-12-211-0/+12
* QByteArray: bring end() into idiomatic formMarc Mutz2023-12-071-2/+2
* QString/QByteArray: add lvalue and rvalue overloads of left/mid/rightThiago Macieira2023-10-251-4/+30
* QString/QByteArray: make the sliced(pos) overload call the other slicedThiago Macieira2023-10-251-1/+1
* QString/QBA: add lvalue and rvalue overloads to first/last/sliced/choppedThiago Macieira2023-10-251-5/+30
* QByteArray: Remove unnecessary <stdarg.h> headerThiago Macieira2023-10-101-1/+0
* QString/QByteArray: avoid data() handling _empty in sliced()Thiago Macieira2023-10-091-1/+1
* String classes: make first/last/chopped() delegate to sliced()Ahmad Samir2023-09-301-3/+3
* Add a verify() method to all sequential containersAhmad Samir2023-09-281-8/+17
* Qt UDLs: avoid the deprecated form of UDL definitionsMarc Mutz2023-09-121-2/+2
* QByteArray: add STL-style assign()Dennis Oberst2023-06-021-0/+21
* Rename QBA::{to,from}Uint8Array() → {to,from}EcmaUint8Array()Marc Mutz2023-02-211-2/+2
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-091-3/+14
* QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHSMarc Mutz2022-12-071-0/+6
* wasm: add native QByteArray conversion functionsMorten Sørvig2022-12-051-0/+11
* QString/QByteArray: de-pessimize op+ [1/2]: non-const return typesMarc Mutz2022-12-011-5/+5
* QString, QByteArray: add removeAt/First/Last() convenience methodsAhmad Samir2022-11-161-0/+5
* QString, QByteArray: add erase(iterator) methodAhmad Samir2022-11-031-0/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* QByteArray: delegate more of operator== & !+ to QByteArrayViewThiago Macieira2022-08-041-4/+4
* QByteArray: inline QByteArray::isNull()Thiago Macieira2022-07-271-0/+8
* QByteArray: de-inline to/fromStdString()Marc Mutz2022-06-071-8/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Deprecate _qs and _qba literal operators in favor of _s and _baSona Kurazyan2022-05-021-0/+5
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-071-1/+14
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-061-0/+1
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-181-0/+1
* Get rid of QByteArray::nulTerminated()Edward Welbourne2022-03-181-2/+1
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-161-1/+1
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-0/+3
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-3/+3
* QString::toLatin1_helper_inplace: simplify the codeThiago Macieira2022-01-171-4/+4
* QByteArray: fix append() with a negative lengthThiago Macieira2022-01-111-2/+2
* QByteArray: sprinkle API with noexceptMarc Mutz2021-12-141-41/+21
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+5
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-1/+3
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-031-5/+5
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-021-3/+3
* QByteArray: Move some free-functions aroundMårten Nordheim2021-05-201-57/+0
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-301-0/+7
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-1/+1
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10