| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503. | ||||
| * | Add multithreaded hashing functions | Linus Jahn | 2022-09-16 | 1 | -0/+78 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -23/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | utils: Generate UUIDs for stanza hashes by default | Linus Jahn | 2020-02-11 | 1 | -0/+17 |
| | | | | | | | | | | | The QXmppUtils::generateStanzaHash() generates UUIDs by default now. UUIDs are not generated, if the default parameter is changed to a different value (!= 36). The behaviour is not changed for other values than 36. This way all users of QXmpp will automatically start to use UUIDs, if they use the generateStanzaHash() method. | ||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -1/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Drop the version string test | Niels Ole Salscheider | 2017-09-04 | 1 | -6/+0 |
| | | | | | It is just stupid to adjust this... | ||||
| * | bump version to 0.9.3 | Jeremy Lainé | 2015-12-03 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.9.2 | Jeremy Lainé | 2015-09-02 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.9.1 | Jeremy Lainé | 2015-08-30 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.9.0 | Jeremy Lainé | 2015-08-28 | 1 | -1/+1 |
| | | |||||
| * | fix pedantic GCC error about char overflow | Jeremy Lainé | 2015-03-13 | 1 | -2/+2 |
| | | |||||
| * | Upgraded library version to 0.8.3. | 0xd34df00d | 2015-01-28 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.8.2 | Jeremy Lainé | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | Updated Utils test. | 0xd34df00d | 2014-04-23 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.8.0 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2013-03-09 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.7.5 | Jeremy Lainé | 2013-01-11 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.7.4 | Jeremy Lainé | 2012-10-01 | 1 | -1/+1 |
| | | |||||
| * | move sasl test code | Jeremy Lainé | 2012-09-27 | 1 | -0/+136 |
