# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlfieldexport)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlfieldexport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlfieldexport, \ sw/qa/extras/ooxmlexport/ooxmlfieldexport \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlfieldexport, \ $(sw_ooxmlexport_libraries) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlfieldexport,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_ooxmlfieldexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_ooxmlfieldexport,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlfieldexport)) $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlfieldexport)) $(eval $(call gb_CppunitTest_use_rdb,sw_ooxmlfieldexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlfieldexport)) $(eval $(call gb_CppunitTest_use_packages,sw_ooxmlfieldexport,\ oox_generated \ )) # vim: set noet sw=4 ts=4: b/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/gpgmepp
AgeCommit message (Expand)Author
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
2017-12-08Revert "gpg4libre: make gpgme-w32spawn available also for unit test"Thorsten Behrens
2017-12-08gpg4libre: make gpgme-w32spawn available also for unit testThorsten Behrens
2017-12-08gpg4libre: also pass proper dbgutil flags down to gpgmeppThorsten Behrens
2017-12-07gpg4libre: pass proper debug flags down to gpgmeppThorsten Behrens
2017-12-05tdf#114086: Fix macOS paths of external GPG librariesStephan Bergmann
2017-12-04gpg4libre: pass windows arch down to windresThorsten Behrens
2017-12-04gpg4libre: remove silly afxres.h / MFC dependency from gpgmeThorsten Behrens
2017-11-28Use Executable_cpp instead of default gcc as preprocessor for windresStephan Bergmann
2017-11-27Pass $(MAKE) into external/gpgmeppStephan Bergmann
2017-11-27Silence clang-cl -Werror,-Wc++11-narrowing in external/gpgmeppStephan Bergmann
2017-11-25gpgme: actually make use of the previous buildfixChristian Lohmaier
2017-11-24gpgme: fix buildThorsten Behrens
2017-11-24gpg4libre: call libgpg-error subsystem initThorsten Behrens
2017-11-22gpg4libre: cleanup gpgme & add gbuild lib for gpgmeppThorsten Behrens