# -*- 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/. # # 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_Library_Library,pdffilter)) $(eval $(call gb_Library_set_componentfile,pdffilter,filter/source/pdf/pdffilter)) $(eval $(call gb_Library_use_external,pdffilter,boost_headers)) $(eval $(call gb_Library_use_sdk_api,pdffilter)) $(eval $(call gb_Library_set_include,pdffilter,\ -I$(SRCDIR)/filter/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_libraries,pdffilter,\ svt \ sfx \ tk \ vcl \ utl \ tl \ svl \ i18nisolang1 \ comphelper \ basegfx \ cppuhelper \ cppu \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,pdffilter,\ filter/source/pdf/impdialog \ filter/source/pdf/pdfdialog \ filter/source/pdf/pdfexport \ filter/source/pdf/pdffilter \ filter/source/pdf/pdfinteract \ filter/source/pdf/pdfuno \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libxmlsec
AgeCommit message (Expand)Author
2016-03-10Upgrade libxmlsec to 1.2.15Miklos Vajna
2016-03-07libxmlsec: move new files back to xmlsec1-customkeymanage.patchMiklos Vajna
2016-03-02libxmlsec: start tracking patch upstreaming effortMiklos Vajna
2016-02-25libxmlsec: remove no longer needed xmlsec1-olderlibxml2.patchMiklos Vajna
2016-02-15libxmlsec: fix failing CryptCreateHash() with CALG_SHA_256Miklos Vajna
2016-02-03tdf#76142 libxmlsec: implement SHA-256 support in the mscrypto backendMiklos Vajna
2016-01-27tdf#76142 libxmlsec: fix xmlSecNssDigestVerify() for SHA-256Miklos Vajna
2016-01-27libxmlsec: sort elements in OOXML RelationshipTransformMiklos Vajna
2016-01-27libxmlsec: initial OOXML RelationshipTransformMiklos Vajna
2016-01-26tdf#76142 libxmlsec: extend SHA-256 support in the NSS backendMiklos Vajna
2016-01-25libxmlsec: canonize in the OOXML RelationshipTransformMiklos Vajna
2016-01-25tdf#76142 libxmlsec: implement SHA-256 support in the NSS backendMiklos Vajna
2016-01-25libxmlsec: recognize OOXML RelationshipTransformMiklos Vajna
2016-01-23Win build: Set default script engine for cscriptArmin Le Grand
2016-01-20libxmlsec: respect --enable-debug with GCCMiklos Vajna
2015-09-04Fix libxmlsec on MSVC 14.0David Ostrovsky
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl
2014-08-12Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon
2014-05-13update libxmlsec config.* to support ppc64leDavid Tardon
2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl
2014-01-10libxmlsec: openssl conditional was accidentally invertedMichael Stahl