| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Use generate_export_header() instead of doing manually | Linus Jahn | 2022-12-29 | 1 | -10/+22 |
| | | | | | | | | | | This is going to make it easier for us to maintain things. It's also consistent with the new QXmppOmemo module. This requires CMake 3.7 now. Closes #523. | ||||
| * | Rename Encryption to EncryptionMethod to avoid conflicts with namespace | Linus Jahn | 2022-09-29 | 1 | -1/+1 |
| | | | | | | There's QXmpp::Private::Encryption. This renames QXmpp::Encryption to QXmpp::EncryptionMethod to avoid conflicts. | ||||
| * | EncryptedFileSource: Move Cipher enum into QXmppGlobal | Linus Jahn | 2022-09-24 | 1 | -0/+11 |
| | | |||||
| * | Make move ctor and move assign noexcept in rule of six macro | Linus Jahn | 2022-09-14 | 1 | -4/+4 |
| | | |||||
| * | Global: Add comments for rule of six macros | Melvin Keskin | 2022-09-13 | 1 | -0/+4 |
| | | |||||
| * | Fix rule of six macro | Melvin Keskin | 2022-09-13 | 1 | -1/+1 |
| | | |||||
| * | Add global Cancelled unit struct | Linus Jahn | 2022-09-13 | 1 | -0/+9 |
| | | | | | | The Cancelled struct from HttpUpload is going to be used in other places. | ||||
| * | Add macros for defining all the different default constructors | Jonah Brüchert | 2022-09-06 | 1 | -0/+14 |
| | | |||||
| * | Rename Encryption::Omemo to Omemo0 to allow namespace Omemo | Linus Jahn | 2022-07-10 | 1 | -3/+3 |
| | | | | | Allows it to create a namespace QXmpp::Omemo. | ||||
| * | Adapt clang-format | Linus Jahn | 2022-06-17 | 1 | -1/+1 |
| | | |||||
| * | Message: Move encryption namespace parsing into Global private | Linus Jahn | 2022-04-06 | 1 | -0/+3 |
| | | |||||
| * | E2eeMetadata: Add enum and attribute for the used encryption | Melvin Keskin | 2022-04-06 | 1 | -0/+45 |
| | | |||||
| * | BuildConstants: Move non-build dependant constants into Global.h | Linus Jahn | 2022-04-05 | 1 | -0/+76 |
| | | | | | Co-authored-by: Melvin Keskin <melvo@olomono.de> | ||||
| * | Rename QXmppGlobal to QXmppBuildConstants | Linus Jahn | 2022-04-05 | 1 | -0/+12 |
| | | | | | | | | | Plan is to split up Global into build constants and other globals. This avoids hassle when editing QXmppGlobal. With IDEs it can easily happen that you edit the wrong file from the build dir instead the `.h.in`. Co-authored-by: Melvin Keskin <melvo@olomono.de> | ||||
| * | Generate QXmppGlobal from the build system | Niels Ole Salscheider | 2017-09-04 | 1 | -59/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Incremented version in QXmppGlobal.h. | 0xd34df00d | 2014-04-23 | 1 | -1/+1 |
| | | | | | So that we can now in the calling code that we can use newer features. | ||||
| * | 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 |
| | | |||||
| * | bump version to 0.7.3 | Jeremy Lainé | 2012-09-07 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.7.2 | Jeremy Lainé | 2012-09-06 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.7.1 | Jeremy Lainé | 2012-09-03 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.7.0 | Jeremy Lainé | 2012-09-03 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-07-24 | 1 | -1/+1 |
| | | |||||
| * | bump version, make internal auto-tests optional | Jeremy Lainé | 2012-07-21 | 1 | -2/+2 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | hide QXmppCodec | Jeremy Lainé | 2012-07-20 | 1 | -0/+6 |
| | | |||||
| * | bump version to 0.6.0 | Jeremy Lainé | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-07-20 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.5.0 | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.4.94 | Jeremy Lainé | 2012-07-17 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-07-16 | 1 | -1/+1 |
| | | |||||
| * | in the absence of QXMPP_STATIC, use shared library import | Jeremy Lainé | 2012-06-07 | 1 | -3/+3 |
| | | | | | | Since building a shared library is the default, handle the absence of QXMPP_STATIC as meaning QXMPP_SHARED. | ||||
| * | bump version to 0.4.92 | Jeremy Lainé | 2012-06-07 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-05-31 | 1 | -1/+1 |
| | | |||||
| * | bump version | Jeremy Lainé | 2012-04-24 | 1 | -1/+1 |
| | | |||||
| * | add proper import/export for shared library | Jeremy Lainé | 2012-04-20 | 1 | -1/+9 |
| | | |||||
| * | make QXmppVersion as QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | add an empty QXMPP_EXPORT macro | Jeremy Lainé | 2012-04-20 | 1 | -0/+2 |
| | | |||||
