| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -2/+8 |
| | | | | | | 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 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -2/+2 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 1 | -1/+1 |
| | | |||||
| * | Replace emails in copyright headers by entries in the AUTHORS file | Linus Jahn | 2019-12-08 | 1 | -1/+1 |
| | | | | | Mostly this was a mistake by me in earlier contributions. | ||||
| * | Add \since QXmpp 1.1 to all new methods and classes | Linus Jahn | 2019-10-23 | 1 | -2/+6 |
| | | | | | Methods of new classes have no \since tag. | ||||
| * | Use QSharedData for QXmppHttpUploadIq private classes | Linus Jahn | 2019-10-15 | 1 | -5/+12 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah BrĂ¼chert | 2019-09-08 | 1 | -6/+6 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Implement XEP-0363: HTTP File Upload: Request/Slot IQs | Linus Jahn | 2019-05-04 | 1 | -0/+100 |
| This implements the IQs for requesting and receiving upload slots as defined by XEP-0363: HTTP File Upload in version 0.9.0. | |||||
