aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppGlobal.h
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Use generate_export_header() instead of doing manuallyLinus Jahn2022-12-291-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 namespaceLinus Jahn2022-09-291-1/+1
| | | | | There's QXmpp::Private::Encryption. This renames QXmpp::Encryption to QXmpp::EncryptionMethod to avoid conflicts.
* EncryptedFileSource: Move Cipher enum into QXmppGlobalLinus Jahn2022-09-241-0/+11
|
* Make move ctor and move assign noexcept in rule of six macroLinus Jahn2022-09-141-4/+4
|
* Global: Add comments for rule of six macrosMelvin Keskin2022-09-131-0/+4
|
* Fix rule of six macroMelvin Keskin2022-09-131-1/+1
|
* Add global Cancelled unit structLinus Jahn2022-09-131-0/+9
| | | | | The Cancelled struct from HttpUpload is going to be used in other places.
* Add macros for defining all the different default constructorsJonah Brüchert2022-09-061-0/+14
|
* Rename Encryption::Omemo to Omemo0 to allow namespace OmemoLinus Jahn2022-07-101-3/+3
| | | | Allows it to create a namespace QXmpp::Omemo.
* Adapt clang-formatLinus Jahn2022-06-171-1/+1
|
* Message: Move encryption namespace parsing into Global privateLinus Jahn2022-04-061-0/+3
|
* E2eeMetadata: Add enum and attribute for the used encryptionMelvin Keskin2022-04-061-0/+45
|
* BuildConstants: Move non-build dependant constants into Global.hLinus Jahn2022-04-051-0/+76
| | | | Co-authored-by: Melvin Keskin <melvo@olomono.de>
* Rename QXmppGlobal to QXmppBuildConstantsLinus Jahn2022-04-051-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 systemNiels Ole Salscheider2017-09-041-59/+0
|
* 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
|
* Upgraded library version to 0.8.3.0xd34df00d2015-01-281-1/+1
|
* bump version to 0.8.2Jeremy Lainé2015-01-071-1/+1
|
* Incremented version in QXmppGlobal.h.0xd34df00d2014-04-231-1/+1
| | | | So that we can now in the calling code that we can use newer features.
* 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
|
* bump version to 0.7.3Jeremy Lainé2012-09-071-1/+1
|
* bump version to 0.7.2Jeremy Lainé2012-09-061-1/+1
|
* bump version to 0.7.1Jeremy Lainé2012-09-031-1/+1
|
* bump version to 0.7.0Jeremy Lainé2012-09-031-1/+1
|
* bump versionJeremy Lainé2012-07-241-1/+1
|
* bump version, make internal auto-tests optionalJeremy Lainé2012-07-211-2/+2
|
* bump versionJeremy Lainé2012-07-201-1/+1
|
* hide QXmppCodecJeremy Lainé2012-07-201-0/+6
|
* bump version to 0.6.0Jeremy Lainé2012-07-201-1/+1
|
* bump versionJeremy Lainé2012-07-201-1/+1
|
* bump version to 0.5.0Jeremy Lainé2012-07-181-1/+1
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* bump version to 0.4.94Jeremy Lainé2012-07-171-1/+1
|
* bump versionJeremy Lainé2012-07-161-1/+1
|
* in the absence of QXMPP_STATIC, use shared library importJeremy Lainé2012-06-071-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.92Jeremy Lainé2012-06-071-1/+1
|
* bump versionJeremy Lainé2012-05-311-1/+1
|
* bump versionJeremy Lainé2012-04-241-1/+1
|
* add proper import/export for shared libraryJeremy Lainé2012-04-201-1/+9
|
* make QXmppVersion as QXMPP_EXPORTJeremy Lainé2012-04-201-1/+1
|
* add an empty QXMPP_EXPORT macroJeremy Lainé2012-04-201-0/+2
|