# -*- 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_GeneratedPackage_GeneratedPackage,odk_javadoc,$(gb_CustomTarget_workdir)/odk/docs/java/ref)) $(eval $(call gb_GeneratedPackage_add_dir,odk_javadoc,$(INSTDIR)/$(SDKDIRNAME)/docs/java/ref,.)) $(eval $(call gb_GeneratedPackage_use_customtarget,odk_javadoc,odk/docs/java/ref)) # vim: set noet sw=4 ts=4: put type='hidden' name='id' value='f351faa3f71f3a1f6225b3d3c015b4d3a1373e38'/> 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