| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace some while loops over QDomElements | Linus Jahn | 2023-05-13 | 1 | -3/+3 |
| | | |||||
| * | BitsOfBinaryData: Add fromByteArray() utility function | Linus Jahn | 2022-09-14 | 1 | -0/+23 |
| | | | | | It automatically hashes the data and creates a content ID. | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -1/+2 |
| | | |||||
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -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 REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | BitsBinaryDataList: Merge into QXmppBitsOfBinaryData compilation unit | Linus Jahn | 2021-03-28 | 1 | -2/+1 |
| | | | | | This should speed up compilation a bit. | ||||
| * | doc: Fix warnings for BitsOfBinary* classes | Linus Jahn | 2021-03-28 | 1 | -10/+78 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Expand QSL and QBL | Jonah BrĂ¼chert | 2020-03-29 | 1 | -8/+8 |
| | | | | | So they don't leak into the public API | ||||
| * | base: Convert to QStringLiteral | Jonah BrĂ¼chert | 2020-03-28 | 1 | -8/+8 |
| | | | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral) | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -1/+1 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -4/+3 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -6/+6 |
| | | |||||
| * | Replace manual xmlns writing by writeDefaultNamespace() | Linus Jahn | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h") | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Implement XEP-0231: Bits of Binary: IQ | Linus Jahn | 2019-12-06 | 1 | -0/+168 |
| This implements parsing and serialization of the BoB IQ from XEP-0231: Bits of Binary in version 1.0. | |||||
