# -*- 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_Module_Module,sc)) $(eval $(call gb_Module_add_targets,sc,\ Library_sc \ Library_scd \ Library_scfilt \ $(call gb_Helper_optional,DESKTOP,Library_scui) \ )) $(eval $(call gb_Module_add_l10n_targets,sc,\ AllLangResTarget_sc \ UIConfig_scalc \ )) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,sc,\ Library_scqahelper \ )) endif ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_Module_add_targets,sc,\ CustomTarget_uiconfig \ )) endif ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_targets,sc,\ Library_vbaobj \ )) endif $(eval $(call gb_Module_add_check_targets,sc,\ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ CppunitTest_sc_ucalc) \ CppunitTest_sc_filters_test \ CppunitTest_sc_rangelst_test \ )) $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_condformats \ CppunitTest_sc_new_cond_format_api \ CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_subsequent_export_test \ CppunitTest_sc_bugfix_test \ CppunitTest_sc_html_export_test \ CppunitTest_sc_opencl_test \ CppunitTest_sc_copypaste \ )) # Disabled to allow the check tinderbox execute the sd tests # CppunitTest_sc_chart_regression_test \ # FIXME_REMOVE_WHEN_RE_BASE_COMPLETE # CppunitTest_sc_annotationshapeobj \ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_complex \ JunitTest_sc_unoapi \ CppunitTest_sc_outlineobj \ CppunitTest_sc_styleloaderobj \ CppunitTest_sc_recordchanges \ CppunitTest_sc_annotationobj \ CppunitTest_sc_annotationsobj \ CppunitTest_sc_cellrangeobj \ $(if $(filter-out $(OS),IOS), \ CppunitTest_sc_databaserangeobj) \ CppunitTest_sc_datapilottableobj \ CppunitTest_sc_datapilotfieldobj \ CppunitTest_sc_macros_test \ CppunitTest_sc_namedrangeobj \ CppunitTest_sc_namedrangesobj \ CppunitTest_sc_tablesheetobj \ CppunitTest_sc_tablesheetsobj \ CppunitTest_sc_editfieldobj_cell \ CppunitTest_sc_editfieldobj_header \ CppunitTest_sc_modelobj \ )) $(eval $(call gb_Module_add_perfcheck_targets,sc,\ CppunitTest_sc_perfobj \ CppunitTest_sc_tablesheetobj \ )) # vim: set noet sw=4 ts=4: ollabora/co-22.05-testflight LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
AgeCommit message (Expand)Author
2018-07-06xmlsecurity: convert last non-uno-consturctor based serviceMiklos Vajna
2018-04-27xmlsecurity: remove duplicated Windows-specific component fileMiklos Vajna
2018-04-26xmlsecurity mscrypto: create SEInitializer instances with a constructorMiklos Vajna
2018-04-13xmlsecurity nss: create SEInitializer instances with a constructorMiklos Vajna
2018-04-07xmlsecurity mscrypt: create SecurityEnvironment instances with a constructorMiklos Vajna
2018-03-29xmlsecurity nss: create SecurityEnvironment instances with a constructorMiklos Vajna
2018-03-22xmlsecurity: create XMLDocumentWrapper instances with a constructorMiklos Vajna
2018-03-02xmlsecurity: create XMLElementWrapper instances with a constructorMiklos Vajna
2018-03-01xmlsecurity mscrypt: create XMLSecurityContext instances with a constructorMiklos Vajna
2018-02-26xmlsecurity nss: create XMLSecurityContext instances with a constructorMiklos Vajna
2018-02-23tdf#115374: add GPG SEInitializer service for WindowsThorsten Behrens
2018-02-23xmlsecurity mscrypt: create XMLSignature instances with a constructorMiklos Vajna
2018-02-14xmlsecurity nss: create XMLSignature instances with a constructorMiklos Vajna
2018-02-07xmlsecurity: create CertificateContainer instances with a constructorMiklos Vajna
2018-02-04xmlsecurity: create DocumentDigitalSignatures instances with a constructorMiklos Vajna
2017-12-14[API CHANGE] offapi: remove unused css.security.SerialNumberAdapterMiklos Vajna
2017-12-06Restore GPG SEInitializer serviceKatarina Behrens
2017-07-19[API CHANGE] offapi: remove unused css.xml.crypto.XMLEncryptionMiklos Vajna
2017-06-21gpg4libre: Make signature dialog work with two signing servicesSamuel Mehrbrodt
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens
2017-05-18gpg4libre: fix windows buildThorsten Behrens
2017-05-18gpg4libre: initial GPG signature generationThorsten Behrens
2017-03-16gpg4libre: No need to create separate idl files for gpg servicesSamuel Mehrbrodt
2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2012-12-07Clean up SerialNumberAdapter implementationStephan Bergmann
2012-07-17re-base on ALv2 code. Includes:Michael Meeks
2011-08-22remove old makefilesMatúš Kukan
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli
2011-08-18Add prefixes for some component_getFactory functionsMatúš Kukan
2011-08-09convert xmlsecurity to gbuildMatúš Kukan
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-03-27mav60: #164341# introduce nss initialization for the case when mscrypto is usedMikhail Voytenko
2011-03-17mav60: #164341# fix problems with the new implementationMikhail Voytenko
2011-03-17mav60: #164341# support AES encryptionMikhail Voytenko
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-02-01Clean up makefilesThomas Arnhold
2010-11-06If passed in MOZ_NSS_LIBS, use them.Thomas Klausner