aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/callbacks.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-11Qt/Cpp: Bump so version to 6.Andre Heinecke1-2/+2
2016-04-11Qt / Cpp: Mention coding style in READMESAndre Heinecke2-4/+16
2016-04-11Qt: Add doc generation with doxygenAndre Heinecke5-6/+2396
2016-04-11Qt: Fix unit test by adding initial.test depAndre Heinecke3-4/+18
2016-04-11Qt: Remove remaining boost usageAndre Heinecke31-121/+81
2016-04-11Qt: Remove predicates.h and stl_util.hAndre Heinecke2-836/+0
2016-04-11Qt: Remove usage of stl_util.h and predicates.hAndre Heinecke1-12/+9
2016-04-11Cpp: Add string comparators for keysAndre Heinecke2-0/+56
2016-04-11Cpp: Remove last usages of boostAndre Heinecke3-23/+24
2016-04-04Add pthread in gpgmepp configAndre Heinecke1-2/+2
2016-04-03Cpp / Qt: Reduce boost usage (memory and tuple)Andre Heinecke69-264/+232
2016-04-03Cpp: Require c++ 11 if cpp binding requestedAndre Heinecke2-0/+568
2016-04-03Qt: Add static factor methods for protocolAndre Heinecke3-2/+33
2016-04-03Qt: Add a unit test for qgpgmeAndre Heinecke5-1/+104
2016-04-03Qt: Add missing MOC includesAndre Heinecke22-0/+24
2016-04-03Qt: Declare pure virtuals as suchAndre Heinecke1-5/+5
2016-04-03Qt: Don't declare showErrorDialog anymoreAndre Heinecke1-2/+0
2016-04-03Qt: Only use GpgME based config classAndre Heinecke3-1200/+1
2016-04-02Add additional include path in config filesAndre Heinecke2-2/+2
2016-04-02Qt: Fix library name in nodist variableAndre Heinecke1-1/+1
2016-04-02Add missing files to QGpgMEAndre Heinecke4-0/+857
2016-04-02Add QGpgME code from libkleoAndre Heinecke83-3/+10802
2016-03-08Add qgpgme as qt language bindingAndre Heinecke13-16/+790
2016-03-08Remove obsolete w32-qt codeAndre Heinecke6-1952/+4
2016-03-02Add version info for gpgmeppAndre Heinecke1-0/+2
2016-03-02Add cmake configuration filesAndre Heinecke4-0/+176
2016-03-02Fix export header and windows export macrosAndre Heinecke1-4/+16
2016-03-02Add header installationAndre Heinecke1-2/+22
2016-03-02Add enable-languages build optionAndre Heinecke3-6/+44
2016-02-22Add README for gpgmeppAndre Heinecke2-0/+55
2016-02-22Add buildsystem for GpgmeppAndre Heinecke4-1/+64
2016-02-22Remove feature check ifdefsAndre Heinecke27-692/+12
2016-02-22Initial checkin of gpgmepp sourcesAndre Heinecke69-0/+12197
2016-01-15Fix possible _SC_OPEN_MAX max problem on AIX.Werner Koch1-0/+13
2015-12-09w32: Avoid conflict with Mingw-w64 version 4.0.4-1Werner Koch1-2/+2
2015-12-04Return on user cancellation of delete operationDaiki Ueno1-0/+32
2015-12-04doc: Fix minor errorsDaiki Ueno1-15/+15
2015-12-02Fix typos found by codespell.Justus Winter8-13/+13
2015-10-29Make use of user passphrase handler during passwd.Ben Kibbey1-0/+8
2015-10-28w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch1-2/+7
2015-10-28w32: Improve locating gpgconf on 64 bit systems.Werner Koch1-2/+7
2015-10-28w32: Add new global flag "w32-inst-dir".Werner Koch5-1/+51
2015-10-16cleanup: Fix type mismatch around gpgme_error_t.NIIBE Yutaka2-2/+2
2015-08-31gpgme-tool: Switch to argparse.c for option parsing.Werner Koch4-491/+1862
2015-08-30Add gpgme_pubkey_algo_stringWerner Koch8-33/+94
2015-08-26Post release updatesWerner Koch2-1/+5
2015-08-26Release 1.6.0gpgme-1.6.0Werner Koch5-20/+90
2015-08-26Make use of GPGRT macros is available.Werner Koch1-12/+17
2015-08-25Avoid -Wundef warnings if gpgme.h is used by g++.Werner Koch1-20/+24
2015-08-25Add configure option --enable-build-timestamp.Werner Koch1-1/+11