aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: Remove Python bindingsIngo Klöcker2025-02-03141-29235/+2
* cpp,qt: Remove C++ and Qt bindingsIngo Klöcker2025-02-03320-49625/+8
* build,python: Fix uninstalling in distcheckIngo Klöcker2024-12-041-1/+1
* build,python: Add Python 3.13 and remove Python 3.8Ingo Klöcker2024-12-041-1/+1
* cpp: Add Kyber algorithmIngo Klöcker2024-11-141-0/+1
* qt: Fix typoIngo Klöcker2024-10-231-1/+1
* qt: Put attributes before declarationsIngo Klöcker2024-10-231-1/+1
* cpp: Put attributes before declarationsIngo Klöcker2024-10-232-2/+2
* cpp: Add/change some includesIngo Klöcker2024-10-233-4/+6
* cpp: Add support for new flag fields beta_complianceIngo Klöcker2024-10-216-6/+38
* build,python: Fix build with setuptools 72.2.0+Ingo Klöcker2024-09-021-3/+3
* cpp: Add pkgconfig file for gpgmeppIngo Klöcker2024-08-292-1/+18
* cpp: Go with default answer on unknown question by key edit interfaceIngo Klöcker2024-08-281-0/+14
* qt: Add support for new context flag "proc-all-sigs"Ingo Klöcker2024-08-2620-8/+180
* qt,tests: Add make target to clean the keyringIngo Klöcker2024-08-071-0/+5
* qt: Use --quick-set-ownertrust if availableIngo Klöcker2024-08-072-1/+19
* qt: Support disabling and enabling of keysIngo Klöcker2024-08-078-7/+297
* cpp: Add support for setting owner trust and for disabling keysIngo Klöcker2024-08-062-0/+67
* build,qt: Fix include path in CMake filesIngo Klöcker2024-07-221-4/+4
* build,qt: Don't put generated camel-case headers in tarballIngo Klöcker2024-07-181-2/+2
* build,qt: Allow building Qt 5 bindings and Qt 6 bindingsIngo Klöcker2024-07-181-4/+5
* build,qt: Decouple generation of moc filesIngo Klöcker2024-07-182-95/+385
* build,qt: Remove include directories on uninstallIngo Klöcker2024-07-181-1/+14
* build,qt: Decouple handling of include headersIngo Klöcker2024-07-181-7/+12
* build,qt: Decouple (un)install of CMake filesIngo Klöcker2024-07-181-6/+10
* build,cpp: Fix include paths in forwarding headers in gpgme++ folderIngo Klöcker2024-07-101-1/+1
* qt: Replace usage of deprecated Error::asStringIngo Klöcker2024-07-0525-59/+91
* cpp: Deprecate Error::asString and update usersIngo Klöcker2024-07-056-13/+16
* cpp: Add safer member function returning text describing an errorIngo Klöcker2024-07-052-0/+8
* qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker2024-07-05131-415/+239
* build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker2024-07-051-1/+12
* cpp: Remove obsolete filesIngo Klöcker2024-06-282-82/+0
* qt: Allow appending a detached signature to an existing fileIngo Klöcker2024-06-185-9/+74
* qt,build: Install headers for Qt 5 and Qt 6 in different locationsIngo Klöcker2024-06-171-6/+12
* qt,tests: Fix deprecation warnings (in Qt 6 build)Ingo Klöcker2024-06-131-2/+2
* qt: Specify import options as list of strings instead of as stringIngo Klöcker2024-06-135-9/+9
* qt: Allow specifying import options when importing keysIngo Klöcker2024-06-125-4/+66
* qt,doc: Fix typosIngo Klöcker2024-06-121-2/+2
* 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
* build,python: Fix make distcheck for Python 3.9+Ingo Klöcker2024-05-291-2/+6
* build,python: Build Python bindings without distutilsBen Greiner2024-05-294-10/+15
* cpp: Fix includes in public headersIngo Klöcker2024-05-2413-14/+14
* Merge branch 'ikloecker/t7118-revkeys'Ingo Klöcker2024-05-244-1/+163
|\
| * cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker2024-05-214-1/+163
* | qt,cpp: Implement adding ADSKs to existing keysTobias Fella2024-05-225-0/+28
|/
* qt: Avoid bogus stringop-overread warningIngo Klöcker2024-05-211-2/+1