aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Qt: Fix library name in Copyright headersAndre Heinecke2016-05-0678-156/+156
| * | Add maybe mode for langs and default to itAndre Heinecke2016-05-061-20/+58
| * | Cpp: Handle PINENTRY_LAUNCHED status lineAndre Heinecke2016-05-061-0/+1
| * | Cpp: Add support for pubkey_algo_nameAndre Heinecke2016-04-122-0/+30
| * | Cpp: Add support for gpgme_data_identifyAndre Heinecke2016-04-122-0/+34
| * | Fix configuration without Qt languageAndre Heinecke2016-04-121-3/+3
| * | Qt/Cpp: Bump so version to 6.Andre Heinecke2016-04-111-2/+2
| * | Qt / Cpp: Mention coding style in READMESAndre Heinecke2016-04-112-4/+16
| * | Qt: Add doc generation with doxygenAndre Heinecke2016-04-115-6/+2396
| * | Qt: Fix unit test by adding initial.test depAndre Heinecke2016-04-113-4/+18
| * | Qt: Remove remaining boost usageAndre Heinecke2016-04-1131-121/+81
| * | Qt: Remove predicates.h and stl_util.hAndre Heinecke2016-04-112-836/+0
| * | Qt: Remove usage of stl_util.h and predicates.hAndre Heinecke2016-04-111-12/+9
| * | Cpp: Add string comparators for keysAndre Heinecke2016-04-112-0/+56
| * | Cpp: Remove last usages of boostAndre Heinecke2016-04-113-23/+24
| * | Add pthread in gpgmepp configAndre Heinecke2016-04-041-2/+2
| * | Cpp / Qt: Reduce boost usage (memory and tuple)Andre Heinecke2016-04-0369-264/+232
| * | Cpp: Require c++ 11 if cpp binding requestedAndre Heinecke2016-04-032-0/+568
| * | Qt: Add static factor methods for protocolAndre Heinecke2016-04-033-2/+33
| * | Qt: Add a unit test for qgpgmeAndre Heinecke2016-04-035-1/+104
| * | Qt: Add missing MOC includesAndre Heinecke2016-04-0322-0/+24
| * | Qt: Declare pure virtuals as suchAndre Heinecke2016-04-031-5/+5
| * | Qt: Don't declare showErrorDialog anymoreAndre Heinecke2016-04-031-2/+0
| * | Qt: Only use GpgME based config classAndre Heinecke2016-04-033-1200/+1
| * | Add additional include path in config filesAndre Heinecke2016-04-022-2/+2
| * | Qt: Fix library name in nodist variableAndre Heinecke2016-04-021-1/+1
| * | Add missing files to QGpgMEAndre Heinecke2016-04-024-0/+857
| * | Add QGpgME code from libkleoAndre Heinecke2016-04-0283-3/+10802
| * | Add qgpgme as qt language bindingAndre Heinecke2016-03-0813-16/+790
| * | Remove obsolete w32-qt codeAndre Heinecke2016-03-086-1952/+4
| * | Add version info for gpgmeppAndre Heinecke2016-03-021-0/+2
| * | Add cmake configuration filesAndre Heinecke2016-03-024-0/+176
| * | Fix export header and windows export macrosAndre Heinecke2016-03-021-4/+16
| * | Add header installationAndre Heinecke2016-03-021-2/+22
| * | Add enable-languages build optionAndre Heinecke2016-03-023-6/+44
| * | Add README for gpgmeppAndre Heinecke2016-02-222-0/+55
| * | Add buildsystem for GpgmeppAndre Heinecke2016-02-224-1/+64
| * | Remove feature check ifdefsAndre Heinecke2016-02-2227-692/+12
| * | Initial checkin of gpgmepp sourcesAndre Heinecke2016-02-2269-0/+12197
* | | Allow cc to detect missing cases in a switch.Werner Koch2016-05-101-2/+2
|/ /
* | Fix possible _SC_OPEN_MAX max problem on AIX.Werner Koch2016-01-151-0/+13
* | w32: Avoid conflict with Mingw-w64 version 4.0.4-1Werner Koch2015-12-091-2/+2
* | Return on user cancellation of delete operationDaiki Ueno2015-12-041-0/+32
* | doc: Fix minor errorsDaiki Ueno2015-12-041-15/+15
* | Fix typos found by codespell.Justus Winter2015-12-028-13/+13
* | Make use of user passphrase handler during passwd.Ben Kibbey2015-10-291-0/+8
* | w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch2015-10-281-2/+7
* | w32: Improve locating gpgconf on 64 bit systems.Werner Koch2015-10-281-2/+7
* | w32: Add new global flag "w32-inst-dir".Werner Koch2015-10-285-1/+51
* | cleanup: Fix type mismatch around gpgme_error_t.NIIBE Yutaka2015-10-162-2/+2