# -*- Mode: makefile; 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_StaticLibrary_StaticLibrary,codemaker)) $(eval $(call gb_StaticLibrary_use_external,codemaker,boost_headers)) $(eval $(call gb_StaticLibrary_add_exception_objects,codemaker,\ codemaker/source/codemaker/exceptiontree \ codemaker/source/codemaker/global \ codemaker/source/codemaker/options \ codemaker/source/codemaker/typemanager \ codemaker/source/codemaker/unotype \ codemaker/source/codemaker/codemaker \ )) # vim: set noet sw=4 ts=4: n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libcmis
d>
AgeCommit message (Expand)Author
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
sorted_vector: rename nonconst methods to be more obviousMichael Stahl
2012-07-17sorted_vector: fix silly problems with gcc:Michael Stahl
2012-07-17Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin
2012-07-17Improvements to sorted_vectorNoel Grandin
2012-07-12sorted_vector should not inherit public std::vectorMichael Stahl
2012-07-12Create a template container class for sorted vectorNoel Grandin
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-20callcatcher update listCaolán McNamara
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann