Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify spelling of the name of the C++ bindings for GpgME | Ingo Klöcker | 2024-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * lang/cpp/README, lang/cpp/src/GpgmeppConfig-w32.cmake.in.in, lang/cpp/src/GpgmeppConfig.cmake.in.in, lang/cpp/src/GpgmeppConfigVersion.cmake.in, lang/cpp/src/Makefile.am, lang/cpp/tests/run-getkey.cpp, lang/cpp/tests/run-keylist.cpp, lang/cpp/tests/run-verify.cpp, lang/cpp/tests/run-wkdlookup.cpp, lang/qt/README: Replace GpgMEpp with GpgME++. * lang/cpp/src/GpgmeppConfig-w32.cmake.in.in, lang/cpp/src/GpgmeppConfig.cmake.in.in, lang/cpp/src/GpgmeppConfigVersion.cmake.in, lang/cpp/src/Makefile.am: Replace GPGME-CL (c&p error) with GpgME++. * lang/cpp/tests/Makefile.am: Replace GPGME with GPGME++. * lang/cpp/tests/run-getkey.cpp, lang/cpp/tests/run-keylist.cpp, lang/cpp/tests/run-verify.cpp: Replace QGpgME (c&p error) with GpgME++. -- | ||||
* | cpp: Don't include config.h | Ingo Klöcker | 2024-06-11 | 1 | -4/+0 |
| | | | | | | | | | * lang/cpp/src/*.cpp, lang/cpp/tests/*.cpp: Remove config.h include. -- The C++ binding sources don't need anything from config.h. GnuPG-bug-id: 7110 | ||||
* | cpp,tests: Launch dirmngr with gpg-conf | Ingo Klöcker | 2024-01-09 | 1 | -8/+11 |
| | | | | | | | | | | | | | * lang/cpp/tests/run-wkdlookup.cpp (main): Replace backslashes with forward slashes in homedir returned by GpgME::dirInfo. Use "gpgconf --launch dirmngr" to start dirmngr. -- With this change the same code as by QGpgMEWKDLookupJob is again used to launch dirmngr. It also fixes the bad example of starting dirmngr without the help of gpgconf. GnuPG-bug-id: 6833 | ||||
* | cpp,doc: Fix typos in API documentation and source code comments | Ingo Klöcker | 2023-10-13 | 1 | -1/+1 |
| | | | | | | | | -- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]> | ||||
* | cpp: Remove unused include | Ingo Klöcker | 2023-08-15 | 1 | -1/+0 |
| | | | | -- | ||||
* | cpp,tests: Add test runner for doing a WKD lookup without import | Ingo Klöcker | 2021-12-10 | 1 | -0/+156 |
* lang/cpp/tests/Makefile.am (run_wkdlookup_SOURCES, programs_unix): New. (noinst_PROGRAMS): Add $(programs_unix). * lang/cpp/tests/run-wkdlookup.cpp: New. -- This test runner is a prototype for doing a WKD lookup without implicit import of the found key(s). Building this test runner is disabled on Windows because it may not work there. Feel free to enable it on Windows if the test runner works there. GnuPG-bug-id: 5728 |