| Commit message (Expand) | Author | Age | Files | Lines |
* | qt,doc: Fix typosikloecker/t7110-nested-bindings-packages | Ingo Klöcker | 2024-06-11 | 1 | -2/+2 |
* | Unify spelling of the name of the C++ bindings for GpgME | Ingo Klöcker | 2024-06-11 | 11 | -43/+44 |
* | build,python: Support building Python bindings as nested package | Ingo Klöcker | 2024-06-11 | 4 | -23/+50 |
* | build,qt: Support building Qt bindings as nested package of gpgme | Ingo Klöcker | 2024-06-11 | 3 | -9/+44 |
* | build,cpp: Support building C++ bindings as nested package of gpgme | Ingo Klöcker | 2024-06-11 | 4 | -7/+164 |
* | build,python: Separate Python bindings from gpgme | Ingo Klöcker | 2024-06-11 | 50 | -139/+28005 |
* | build,cpp: Separate C++ bindings from gpgme | Ingo Klöcker | 2024-06-11 | 35 | -90/+27328 |
* | cpp: Don't include config.h | Ingo Klöcker | 2024-06-11 | 39 | -156/+0 |
* | build,qt: Separate Qt bindings from gpgme | Ingo Klöcker | 2024-06-11 | 40 | -235/+28603 |
* | build: Allow autoheader to be skipped | Ingo Klöcker | 2024-06-10 | 1 | -2/+5 |
* | build: Make autogen.sh --find-version work for nested packages | Ingo Klöcker | 2024-06-10 | 1 | -3/+17 |
* | qt: Don't include config.h | Ingo Klöcker | 2024-06-10 | 96 | -384/+0 |
* | cpp: Add pkgconfig file for gpgmepp | Ingo Klöcker | 2024-06-10 | 3 | -3/+43 |
* | qt: Always include C++ binding headers with gpgme++/ prefix | Ingo Klöcker | 2024-06-10 | 131 | -415/+239 |
* | build,cpp: Create forwarding headers in a gpgme++ folder | Ingo Klöcker | 2024-06-10 | 1 | -1/+12 |
* | qt: Align license of some Makefiles with license of other Makefiles | Ingo Klöcker | 2024-06-10 | 2 | -24/+26 |
* | qt: Fix license headers of Makefiles | Ingo Klöcker | 2024-06-10 | 2 | -15/+15 |
* | qt: Fix license headers of CMake config files | Ingo Klöcker | 2024-06-10 | 6 | -18/+18 |
* | qt: Fix license headers of dataprovider.* | Ingo Klöcker | 2024-06-10 | 2 | -30/+30 |
* | cpp: Remove commented out and disabled code | Ingo Klöcker | 2024-06-10 | 2 | -156/+0 |
* | doc: Extend description for GPGME_CREATE_ADSK | Werner Koch | 2024-06-05 | 1 | -1/+4 |
* | core,w32: Pass file names with forward slashes to gpg and gpgtar | Ingo Klöcker | 2024-06-04 | 3 | -29/+77 |
* | build,python: Fix make distcheck for Python 3.9+ | Ingo Klöcker | 2024-05-29 | 1 | -2/+6 |
* | build,python: Remove support for Python 3.4, 3.5, 3.7 | Ingo Klöcker | 2024-05-29 | 1 | -2/+1 |
* | build,python: Build Python bindings without distutils | Ben Greiner | 2024-05-29 | 5 | -13/+18 |
* | tests: Add new files to distribution | Ingo Klöcker | 2024-05-24 | 1 | -0/+2 |
* | cpp: Fix includes in public headers | Ingo Klöcker | 2024-05-24 | 13 | -14/+14 |
* | Merge branch 'ikloecker/t7118-revkeys' | Ingo Klöcker | 2024-05-24 | 17 | -3/+476 |
|\ |
|
| * | cpp: Add information about revocation keys to Keyikloecker/t7118-revkeys | Ingo Klöcker | 2024-05-21 | 5 | -1/+170 |
| * | json: Add information about revocation keys to key list result | Ingo Klöcker | 2024-05-21 | 6 | -1/+155 |
| * | core: Add information about revocation keys to keys | Ingo Klöcker | 2024-05-21 | 7 | -1/+151 |
* | | qt,cpp: Implement adding ADSKs to existing keys | Tobias Fella | 2024-05-22 | 5 | -0/+28 |
* | | core: Implement adding ADSKs through gpgme_createsubkey | Tobias Fella | 2024-05-22 | 5 | -4/+88 |
|/ |
|
* | tests: Fix segv in t-json.c | Werner Koch | 2024-05-21 | 1 | -1/+1 |
* | tests: Avoid some compiler warnings. | Werner Koch | 2024-05-21 | 2 | -3/+25 |
* | qt: Avoid bogus stringop-overread warning | Ingo Klöcker | 2024-05-21 | 1 | -2/+1 |
* | qt: Fix warning about missing return | Ingo Klöcker | 2024-05-21 | 1 | -1/+2 |
* | core: speedup gpgme_get_key | Werner Koch | 2024-05-21 | 3 | -4/+11 |
* | m4: Update libassuan.m4 from master. | NIIBE Yutaka | 2024-05-17 | 1 | -2/+89 |
* | Require at least libgpg-error 1.47 | Ingo Klöcker | 2024-05-16 | 1 | -1/+1 |
* | gpgme.m4: Set $host correctly always. | NIIBE Yutaka | 2024-05-16 | 1 | -2/+3 |
* | tests: Fix test after changed behavior of gpgme_op_verify | Ingo Klöcker | 2024-05-15 | 1 | -6/+7 |
* | doc: Update use of Autoconf with PKG_CHECK_MODULES. | NIIBE Yutaka | 2024-05-14 | 1 | -4/+10 |
* | gpgme.m4: Update _AM_PATH_GPGRT_CONFIG macro from gpg-error.m4. | NIIBE Yutaka | 2024-05-14 | 1 | -7/+5 |
* | cpp: Handle smart card op failure status messages | Ingo Klöcker | 2024-04-05 | 1 | -0/+36 |
* | Qt: Fix windows build of new jobs | Andre Heinecke | 2024-03-13 | 6 | -7/+7 |
* | core: Check STATUS_FAILURE in import operations. | Ingo Klöcker | 2024-03-11 | 1 | -0/+14 |
* | qt: Add function for synchronously executing ExportJob | Tobias Fella | 2024-01-22 | 3 | -0/+21 |
* | qt: Remove superfluous virtual overrides and member variables | Ingo Klöcker | 2024-01-19 | 29 | -145/+13 |
* | qt: Remove left-over mentions of showErrorDialog | Ingo Klöcker | 2024-01-19 | 5 | -32/+1 |