aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBitsOfBinaryData.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace some while loops over QDomElementsLinus Jahn2023-05-131-3/+3
|
* BitsOfBinaryData: Add fromByteArray() utility functionLinus Jahn2022-09-141-0/+23
| | | | It automatically hashes the data and creates a content ID.
* Reformat codeLinus Jahn2022-09-061-1/+2
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-2/+4
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* BitsBinaryDataList: Merge into QXmppBitsOfBinaryData compilation unitLinus Jahn2021-03-281-2/+1
| | | | This should speed up compilation a bit.
* doc: Fix warnings for BitsOfBinary* classesLinus Jahn2021-03-281-10/+78
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Expand QSL and QBLJonah BrĂ¼chert2020-03-291-8/+8
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah BrĂ¼chert2020-03-281-8/+8
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* doc: Use XEP links everywhereLinus Jahn2020-02-111-1/+1
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-4/+3
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-6/+6
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-1/+1
| | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h")
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Implement XEP-0231: Bits of Binary: IQLinus Jahn2019-12-061-0/+168
This implements parsing and serialization of the BoB IQ from XEP-0231: Bits of Binary in version 1.0.