aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBitsOfBinaryData.h
Commit message (Collapse)AuthorAgeFilesLines
* BitsOfBinaryData: Add fromByteArray() utility functionLinus Jahn2022-09-141-0/+2
| | | | It automatically hashes the data and creates a content ID.
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+2
| | | | | 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
|
* doc: Fix warnings for BitsOfBinary* classesLinus Jahn2021-03-281-7/+0
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-1/+1
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-2/+2
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-2/+2
|
* Implement XEP-0231: Bits of Binary: IQLinus Jahn2019-12-061-0/+78
This implements parsing and serialization of the BoB IQ from XEP-0231: Bits of Binary in version 1.0.