# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (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.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Matúš Kukan (C) 2011, All Rights Reserved. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,merged)) $(eval $(call gb_Library_use_libraries,merged,\ basegfx \ comphelper \ cppu \ cppuhelper \ i18nisolang1 \ i18nutil \ jvmfwk \ sal \ salhelper \ sax \ sot \ svl \ tl \ ucbhelper \ utl \ vcl \ xmlreader \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,merged,\ icuuc \ jpeg \ libxml2 \ telepathy \ zlib \ )) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Library_use_externals,merged,\ berkeleydb \ )) endif # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,merged,\ $(gb_MERGEDLIBS) \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_libraries,merged,\ advapi32 \ gdi32 \ ole32 \ oleaut32 \ shell32 \ user32 \ uuid \ winmm \ )) endif ifeq ($(OS),ANDROID) $(eval $(call gb_Library_use_libraries,merged,\ libotouch \ )) endif ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_libraries,merged,\ objc \ Cocoa \ )) endif # vim: set noet sw=4 ts=4: llabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libcmis
AgeCommit message (Expand)Author
2018-05-04Removed executable permission on data filesAndrea Gelmini
2018-02-24tdf#115968: make libcmis work better with CIB doximaAndreas Brandner
2018-01-22boost: upgrade to release 1.66.0Michael Stahl
2017-11-28external/libcmis: Falling back to C++03 is too drasticStephan Bergmann
2017-11-26Build as C++17 when GCC/Clang supports itStephan Bergmann
2017-11-01-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann
2017-09-15consistent naming of externals: cmis -> libcmisMichael Stahl
2017-08-09Revert "libcmis: configure curl to only allow redirects to HTTP/HTTPS"Michael Stahl
2017-08-09libcmis: configure curl to only allow redirects to HTTP/HTTPSMichael Stahl
2017-03-30tdf#98416 libcmis: Google Drive 2FA fixSzymon Kłos
2017-02-16external/libcmis: Silence -Wdynamic-exception-spec errorsStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2016-12-11libcmis: error handling for datetime string parserThorsten Behrens
2016-11-17chmod -xTor Lillqvist
2016-08-10tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski
2016-06-09tdf#87938 google 2FA fix, new pin code pageSzymon Kłos
2016-05-16tdf#87938 libcmis: Google 2FA implementationSzymon Kłos
2016-05-02Related tdf#98416 Libcmis: add a patch to fix Google Drive loginGiuseppe Castagno
2016-03-05upload libmis 0.5.1David Tardon
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-07-15cmis: allow http authentication even when password is emptyVasily Melenchuk
2015-07-08tdf#90351: server response does not always contain cmis:baseTypeIdThorsten Behrens
2015-07-08tdf#90351 libcmis: prevent crashAndras Timar