Page MenuHome GnuPG
Feed Advanced Search

Feb 4 2019

sberg added a comment to T4356: Declaration of _gpgrt_functions_w32_pollable in src/gpgrt-int.h should be extern.

This is not about a function, but about the variable _gpgrt_functions_w32_pollable. And this is not about exporting the variable from the library, but about declaring it as extern in gpgrt-int.h, so that gpgrt-int.h can be included in multiple translation units without defining the variable in each.

Feb 4 2019, 8:35 AM · gpgrt, Bug Report

Feb 1 2019

sberg created T4356: Declaration of _gpgrt_functions_w32_pollable in src/gpgrt-int.h should be extern.
Feb 1 2019, 3:52 PM · gpgrt, Bug Report

Oct 5 2018

sberg added a comment to T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.

C++2a will have a <version> header, so some trunk libc++ headers now (indirectly) #include <version>, and on a case-insensitive file-system, when compiling a gpgme source file with "unlucky" -I../../.. switches against such trunk libc++, that can mean that such an #include <version> picks up gpgme's VERSION file.

Oct 5 2018, 1:28 PM · gpgme, Bug Report
sberg created T4168: gpgme: `make dist` introduced VERSION can clash with new C++ <version>.
Oct 5 2018, 10:31 AM · gpgme, Bug Report