aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmpputils
Commit message (Collapse)AuthorAgeFilesLines
* Support installing QXmpp with Qt 5 and Qt 6 in parallelLinus Jahn2023-04-071-1/+1
| | | | Closes #540.
* Disable Qt keywords completelyLinus Jahn2022-12-261-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 functionsLinus Jahn2022-09-161-0/+78
|
* REUSE-ify whole projectLinus Jahn2022-01-159-0/+31
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-23/+4
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* cmake: Simplify Qt5/Qt6 handlingLinus Jahn2021-02-261-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Introduce Qt 6 compatibilityLinus Jahn2020-07-031-1/+1
|
* utils: Generate UUIDs for stanza hashes by defaultLinus Jahn2020-02-111-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 includesLinus Jahn2020-02-031-1/+2
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* CMake: Add binary paths for tests to the include pathsNiels Ole Salscheider2018-09-301-0/+1
| | | | This fixes #141.
* Drop the version string testNiels Ole Salscheider2017-09-041-6/+0
| | | | It is just stupid to adjust this...
* Port tests to the new build systemNiels Ole Salscheider2017-09-042-4/+3
|
* bump version to 0.9.3Jeremy Lainé2015-12-031-1/+1
|
* bump version to 0.9.2Jeremy Lainé2015-09-021-1/+1
|
* bump version to 0.9.1Jeremy Lainé2015-08-301-1/+1
|
* bump version to 0.9.0Jeremy Lainé2015-08-281-1/+1
|
* fix pedantic GCC error about char overflowJeremy Lainé2015-03-131-2/+2
|
* Upgraded library version to 0.8.3.0xd34df00d2015-01-281-1/+1
|
* bump version to 0.8.2Jeremy Lainé2015-01-071-1/+1
|
* Updated Utils test.0xd34df00d2014-04-231-1/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* bump version to 0.8.0Jeremy Lainé2014-03-261-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* bump versionJeremy Lainé2013-03-091-1/+1
|
* bump version to 0.7.5Jeremy Lainé2013-01-111-1/+1
|
* bump version to 0.7.4Jeremy Lainé2012-10-011-1/+1
|
* move sasl test codeJeremy Lainé2012-09-271-0/+136
|
* move resourcesJeremy Lainé2012-09-279-0/+110
|
* split QXmppUtils testsJeremy Lainé2012-09-271-0/+3