aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-03python: Remove Python bindingsIngo Klöcker141-29235/+2
2025-02-03cpp,qt: Remove C++ and Qt bindingsIngo Klöcker320-49625/+8
2024-12-04build,python: Fix uninstalling in distcheckIngo Klöcker1-1/+1
2024-12-04build,python: Add Python 3.13 and remove Python 3.8Ingo Klöcker1-1/+1
2024-11-14cpp: Add Kyber algorithmIngo Klöcker1-0/+1
2024-10-23qt: Fix typoIngo Klöcker1-1/+1
2024-10-23qt: Put attributes before declarationsIngo Klöcker1-1/+1
2024-10-23cpp: Put attributes before declarationsIngo Klöcker2-2/+2
2024-10-23cpp: Add/change some includesIngo Klöcker3-4/+6
2024-10-21cpp: Add support for new flag fields beta_complianceIngo Klöcker6-6/+38
2024-09-02build,python: Fix build with setuptools 72.2.0+Ingo Klöcker1-3/+3
2024-08-29cpp: Add pkgconfig file for gpgmeppIngo Klöcker2-1/+18
2024-08-28cpp: Go with default answer on unknown question by key edit interfaceIngo Klöcker1-0/+14
2024-08-26qt: Add support for new context flag "proc-all-sigs"Ingo Klöcker20-8/+180
2024-08-07qt,tests: Add make target to clean the keyringIngo Klöcker1-0/+5
2024-08-07qt: Use --quick-set-ownertrust if availableIngo Klöcker2-1/+19
2024-08-07qt: Support disabling and enabling of keysIngo Klöcker8-7/+297
2024-08-06cpp: Add support for setting owner trust and for disabling keysIngo Klöcker2-0/+67
2024-07-22build,qt: Fix include path in CMake filesIngo Klöcker1-4/+4
2024-07-18build,qt: Don't put generated camel-case headers in tarballIngo Klöcker1-2/+2
2024-07-18build,qt: Allow building Qt 5 bindings and Qt 6 bindingsIngo Klöcker1-4/+5
2024-07-18build,qt: Decouple generation of moc filesIngo Klöcker2-95/+385
2024-07-18build,qt: Remove include directories on uninstallIngo Klöcker1-1/+14
2024-07-18build,qt: Decouple handling of include headersIngo Klöcker1-7/+12
2024-07-18build,qt: Decouple (un)install of CMake filesIngo Klöcker1-6/+10
2024-07-10build,cpp: Fix include paths in forwarding headers in gpgme++ folderIngo Klöcker1-1/+1
2024-07-05qt: Replace usage of deprecated Error::asStringIngo Klöcker25-59/+91
2024-07-05cpp: Deprecate Error::asString and update usersIngo Klöcker6-13/+16
2024-07-05cpp: Add safer member function returning text describing an errorIngo Klöcker2-0/+8
2024-07-05qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker131-415/+239
2024-07-05build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker1-1/+12
2024-06-28cpp: Remove obsolete filesIngo Klöcker2-82/+0
2024-06-18qt: Allow appending a detached signature to an existing fileIngo Klöcker5-9/+74
2024-06-17qt,build: Install headers for Qt 5 and Qt 6 in different locationsIngo Klöcker1-6/+12
2024-06-13qt,tests: Fix deprecation warnings (in Qt 6 build)Ingo Klöcker1-2/+2
2024-06-13qt: Specify import options as list of strings instead of as stringIngo Klöcker5-9/+9
2024-06-12qt: Allow specifying import options when importing keysIngo Klöcker5-4/+66
2024-06-12qt,doc: Fix typosIngo Klöcker1-2/+2
2024-06-10qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker2-24/+26
2024-06-10qt: Fix license headers of MakefilesIngo Klöcker2-15/+15
2024-06-10qt: Fix license headers of CMake config filesIngo Klöcker6-18/+18
2024-06-10qt: Fix license headers of dataprovider.*Ingo Klöcker2-30/+30
2024-06-10cpp: Remove commented out and disabled codeIngo Klöcker2-156/+0
2024-05-29build,python: Fix make distcheck for Python 3.9+Ingo Klöcker1-2/+6
2024-05-29build,python: Build Python bindings without distutilsBen Greiner4-10/+15
2024-05-24cpp: Fix includes in public headersIngo Klöcker13-14/+14
2024-05-22qt,cpp: Implement adding ADSKs to existing keysTobias Fella5-0/+28
2024-05-21cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker4-1/+163
2024-05-21qt: Avoid bogus stringop-overread warningIngo Klöcker1-2/+1
2024-05-21qt: Fix warning about missing returnIngo Klöcker1-1/+2