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 | -10/+11 |
| | | | | | | | | | | | | | | | | | | * 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++. -- | ||||
* | spelling: fix misspellings | Daniel Kahn Gillmor | 2018-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kahn Gillmor <[email protected]> | ||||
* | Spelling fixes for comments and doc | Andre Heinecke | 2017-12-08 | 1 | -1/+1 |
| | | | | | | | -- Patch provided by ka7 in dev.gnupg.org Differential D423 | ||||
* | cpp: Improve README | Andre Heinecke | 2016-09-19 | 1 | -22/+63 |
| | | | | * lang/cpp/README: Add more content, move license to bottom. | ||||
* | Qt / Cpp: Mention coding style in READMES | Andre Heinecke | 2016-04-11 | 1 | -3/+9 |
| | | | | * src/lang/cpp/README, src/lang/qt/README: Add hacking note. | ||||
* | Add README for gpgmepp | Andre Heinecke | 2016-02-22 | 1 | -0/+54 |
* lang/README: Note down cpp. * cpp/README: Add README based on original repo version. |