# # 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,emfio)) $(eval $(call gb_Module_add_targets,emfio,\ Library_emfio \ )) $(eval $(call gb_Module_add_check_targets,emfio,\ CppunitTest_emfio_emf \ CppunitTest_emfio_wmf \ )) # vim: set noet ts=4 sw=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/Library_xsec_xmlsec.mk
AgeCommit message (Expand)Author
2024-01-15Update libxmlsec to 1.3.3Miklos Vajna
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-22loplugin:unocast (xmlsecurity::Certificate)Stephan Bergmann
2022-01-03Split xmlsecurity components based on the configJan-Marek Glogowski
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2018-12-31NSS: create a temporary database instead of in-memoryTomaž Vajngerl
2018-12-13Library_xsec_xmlsec: one dll implementation macro is enoughMiklos Vajna
2018-07-19xmlsecurity: stop linking to libxmlsec's mscrypto backendMiklos Vajna
2018-07-06xmlsecurity: convert last non-uno-consturctor based serviceMiklos Vajna
2018-06-25xmlsecurity windows: implement ODF sign/verify with ECDSA keysMiklos Vajna
2018-05-30xmlsecurity windows: let cert picker and PDF sign find ECDSA keysMiklos Vajna
2018-04-27xmlsecurity: remove duplicated Windows-specific component fileMiklos Vajna
2018-04-26xmlsecurity mscrypto: create SEInitializer instances with a constructorMiklos Vajna
2018-01-05xmlsecurity: remove unused xml_security::serial_number_adapterMiklos Vajna
2017-11-26move conditional stuff to RepositoryExternal.mkDavid Tardon
2017-11-24fix build with system gpgmeppDavid Tardon
2017-11-22fix buildThorsten Behrens
2017-11-22gpg4libre: enable gpgme support for Windows and OSXThorsten Behrens
2017-11-22gpg4libre: fix warningsThorsten Behrens
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati
2017-08-03xmlsecurity: remove unused XMLEncryption_MSCryptImplMiklos Vajna
2017-07-26xmlsecurity: remove unused XMLEncryption_NssImplMiklos Vajna
2017-07-20xmlsecurity mscrypt: turn akmngr patch into plain codeMiklos Vajna
2017-06-22xmlsecurity: implement support for building against system-xmlsecMiklos Vajna
2017-06-21gpg4libre: Init xmlsec in one place before creating the gpg/x509 servicesSamuel Mehrbrodt
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens
2017-05-31xmlsecurity: try to appease --as-needed default ldMichael Stahl
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-02-10Remove MinGW supportStephan Bergmann
2016-12-15xmlsecurity: hold XMLDocumentWrapper by rtl::Reference in XSecControllerMiklos Vajna
2016-07-28Related: tdf#95144 now merge common code into a shared CertExtn structCaolán McNamara
2015-10-02loplugin:unusedmethodsNoel Grandin
2014-08-12Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec")Tor Lillqvist