summaryrefslogtreecommitdiff
path: root/external/gpgmepp
AgeCommit message (Expand)Author
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier
2024-04-26run autoconf/autoreconf via wsl in wsl-as-helper caseChristian Lohmaier
2024-03-22Clean up path in diff header linePatrick Luby
2024-03-21tdf#152524 fix crash by skipping second fork()Patrick Luby
2024-02-27GPGME: upgrade to release 1.23.2Taichi Haradaguchi
2024-02-23Revert "tdf#152524 use dispatch_async() instead of dispatch_sync()"Patrick Luby
2024-02-08tdf#152524 use dispatch_async() instead of dispatch_sync()Patrick Luby
2024-02-07tdf#152524 fork() and exec() in a separate libdispatch queuePatrick Luby
2023-07-15Related tdf#155125: add MacPorts to GPG's fallback search on macOSPatrick Luby
2023-06-27Fix gpgme build on WindowsMike Kaganski
2023-06-26Update gpgme to 1.20.0Taichi Haradaguchi
2022-12-15gpgme: upgrade to release 1.18.0Taichi Haradaguchi
2022-09-17external/gpgmepp: Fix various -Wincompatible-function-pointer-typesStephan Bergmann
2022-04-22external/gpgmepp: Missing includes (Windows)Stephan Bergmann
2022-04-12use gb_DEBUGINFO_FLAGS consistently in gbuild ExternalProject'sLuboš Luňák
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2022-01-05Update gpgme to 1.16.0Thorsten Behrens
2021-11-04Consolidate -D_GLIBCXX_DEBUG for --enable-dbgutil builds against libstdc++Stephan Bergmann
2021-10-11Fix gpgmepp build with glibcMike Kaganski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-12-03pass verbose down to gpgme buildNoel Grandin
2020-11-10external/gpgmepp: Adapt to _AC_UNDECLARED_WARNING in autoconf 2.70betaStephan Bergmann
2020-09-11WIN cross: fix gpg-related library buildsJan-Marek Glogowski
2020-08-05gpgpmepp: fix creative abuse of gbuildMichael Stahl
2020-08-04external/gpgmepp: Avoid overloaded utf8_to_wchar in C codeStephan Bergmann
2020-07-20external/gpgmepp: Deprecated std::shared_pointer::unique has been removed...Stephan Bergmann
2020-06-20gpg4libre: fix build for Linux x86Thorsten Behrens
2020-06-15tdf#133987: initialize dbg_help to avoid dereferencing stack garbageMike Kaganski
2020-06-15gpg4libre: fix build for CentOS baselineThorsten Behrens
2020-06-13gpg4libre: update gpgme, libassuan and libgpg-errorThorsten Behrens
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-09-03Silence -fsanitize=object-size in --enable-optimized buildsStephan Bergmann
2019-08-28Record patch as upstreamedMike Kaganski
2019-05-24disable warnings in external libsLuboš Luňák
2019-05-05Fix remaining uses of gb_SYMBOLStephan Bergmann
2019-04-21Properly initialize gpgme-w32spawn.exe path on WindowsMike Kaganski
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann
2018-10-21Copy gpgme-w32spawn.exe to workdir/LinkTarget/ExecutableMike Kaganski
2018-10-05Record external/gpgmepp/version.patch as sent upstreamStephan Bergmann
2018-10-04external/gpgmepp: Clash between VERSION and trunk libc++ <version>Stephan Bergmann
2018-07-26external/gpgmepp: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-27Clarify name and location of external/gpgmepp's upstreamStephan Bergmann
2018-03-08Fix external/gpgmepp Linux RPATHStephan Bergmann
2018-03-08Improve gpgmepp -> libassuan/libgpg-error lib dependenciesStephan Bergmann
2018-02-20gpgmepp,xmlsecurity: fix testODFEncryptedGPG() failure caused...Michael Stahl
2017-12-12Make --disable-runtime-optimizations not fail when LIBO_LD_PATH is unsetStephan Bergmann
2017-12-12CppunitTest_xmlsecurity_signing failed in sanitizer buildsStephan Bergmann
2017-12-11external: fix host setup for gpgme and libassuanThorsten Behrens
2017-12-08fix fuzzer buildCaolán McNamara