aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cpp: Don't include config.hIngo Klöcker2024-06-111-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: Add internal adapter for passing a vector of strings to gpgmeIngo Klöcker2022-02-031-0/+47
* lang/cpp/src/util.h (class StringsToCStrings): New. * lang/cpp/src/util.cpp: New. * lang/cpp/src/Makefile.am: Add new file. -- This adapter simplifies passing a vector of strings as NULL-terminated array of const char* to the C-interface of gpgme. GnuPG-bug-id: 5808