aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qt,doc: Fix typosikloecker/t7110-nested-bindings-packagesIngo Klöcker2024-06-111-2/+2
* Unify spelling of the name of the C++ bindings for GpgMEIngo Klöcker2024-06-1111-43/+44
* build,python: Support building Python bindings as nested packageIngo Klöcker2024-06-114-23/+50
* build,qt: Support building Qt bindings as nested package of gpgmeIngo Klöcker2024-06-113-9/+44
* build,cpp: Support building C++ bindings as nested package of gpgmeIngo Klöcker2024-06-114-7/+164
* build,python: Separate Python bindings from gpgmeIngo Klöcker2024-06-1150-139/+28005
* build,cpp: Separate C++ bindings from gpgmeIngo Klöcker2024-06-1135-90/+27328
* cpp: Don't include config.hIngo Klöcker2024-06-1139-156/+0
* build,qt: Separate Qt bindings from gpgmeIngo Klöcker2024-06-1140-235/+28603
* build: Allow autoheader to be skippedIngo Klöcker2024-06-101-2/+5
* build: Make autogen.sh --find-version work for nested packagesIngo Klöcker2024-06-101-3/+17
* qt: Don't include config.hIngo Klöcker2024-06-1096-384/+0
* cpp: Add pkgconfig file for gpgmeppIngo Klöcker2024-06-103-3/+43
* qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker2024-06-10131-415/+239
* build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker2024-06-101-1/+12
* qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker2024-06-102-24/+26
* qt: Fix license headers of MakefilesIngo Klöcker2024-06-102-15/+15
* qt: Fix license headers of CMake config filesIngo Klöcker2024-06-106-18/+18
* qt: Fix license headers of dataprovider.*Ingo Klöcker2024-06-102-30/+30
* cpp: Remove commented out and disabled codeIngo Klöcker2024-06-102-156/+0
* doc: Extend description for GPGME_CREATE_ADSKWerner Koch2024-06-051-1/+4
* core,w32: Pass file names with forward slashes to gpg and gpgtarIngo Klöcker2024-06-043-29/+77
* build,python: Fix make distcheck for Python 3.9+Ingo Klöcker2024-05-291-2/+6
* build,python: Remove support for Python 3.4, 3.5, 3.7Ingo Klöcker2024-05-291-2/+1
* build,python: Build Python bindings without distutilsBen Greiner2024-05-295-13/+18
* tests: Add new files to distributionIngo Klöcker2024-05-241-0/+2
* cpp: Fix includes in public headersIngo Klöcker2024-05-2413-14/+14
* Merge branch 'ikloecker/t7118-revkeys'Ingo Klöcker2024-05-2417-3/+476
|\
| * cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker2024-05-215-1/+170
| * json: Add information about revocation keys to key list resultIngo Klöcker2024-05-216-1/+155
| * core: Add information about revocation keys to keysIngo Klöcker2024-05-217-1/+151
* | qt,cpp: Implement adding ADSKs to existing keysTobias Fella2024-05-225-0/+28
* | core: Implement adding ADSKs through gpgme_createsubkeyTobias Fella2024-05-225-4/+88
|/
* tests: Fix segv in t-json.cWerner Koch2024-05-211-1/+1
* tests: Avoid some compiler warnings.Werner Koch2024-05-212-3/+25
* qt: Avoid bogus stringop-overread warningIngo Klöcker2024-05-211-2/+1
* qt: Fix warning about missing returnIngo Klöcker2024-05-211-1/+2
* core: speedup gpgme_get_keyWerner Koch2024-05-213-4/+11
* m4: Update libassuan.m4 from master.NIIBE Yutaka2024-05-171-2/+89
* Require at least libgpg-error 1.47Ingo Klöcker2024-05-161-1/+1
* gpgme.m4: Set $host correctly always.NIIBE Yutaka2024-05-161-2/+3
* tests: Fix test after changed behavior of gpgme_op_verifyIngo Klöcker2024-05-151-6/+7
* doc: Update use of Autoconf with PKG_CHECK_MODULES.NIIBE Yutaka2024-05-141-4/+10
* gpgme.m4: Update _AM_PATH_GPGRT_CONFIG macro from gpg-error.m4.NIIBE Yutaka2024-05-141-7/+5
* cpp: Handle smart card op failure status messagesIngo Klöcker2024-04-051-0/+36
* Qt: Fix windows build of new jobsAndre Heinecke2024-03-136-7/+7
* core: Check STATUS_FAILURE in import operations.Ingo Klöcker2024-03-111-0/+14
* qt: Add function for synchronously executing ExportJobTobias Fella2024-01-223-0/+21
* qt: Remove superfluous virtual overrides and member variablesIngo Klöcker2024-01-1929-145/+13
* qt: Remove left-over mentions of showErrorDialogIngo Klöcker2024-01-195-32/+1