# -*- 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_Library_Library,scqahelper)) $(eval $(call gb_Library_set_include,scqahelper,\ -I$(SRCDIR)/sc/inc \ -I$(SRCDIR)/sc/source/ui/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_externals,scqahelper, \ boost_headers \ mdds_headers \ cppunit \ libxml2 \ )) ifneq ($(SYSTEM_LIBORCUS),) $(eval $(call gb_Library_use_externals,scqahelper,orcus)) else $(eval $(call gb_Library_use_externals,scqahelper,orcus-parser)) endif $(eval $(call gb_Library_use_common_precompiled_header,scqahelper)) $(eval $(call gb_Library_add_defs,scqahelper,\ -DSCQAHELPER_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_api,scqahelper,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_Library_use_libraries,scqahelper,\ comphelper \ cppu \ cppuhelper \ editeng \ for \ sal \ sc \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ unotest \ utl \ ucbhelper \ unotest \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,scqahelper,\ sc/qa/unit/helper/qahelper \ sc/qa/unit/helper/xpath \ sc/qa/unit/functions_test \ )) # vim: set noet sw=4 ts=4: ice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2018-04-16loplugin:useuniqueptr in bridgesNoel Grandin
2018-04-10Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann
2018-03-20iOS, simplified assemblerjan Iversen
2018-03-17iOS, balanced return stackjan Iversen
2018-03-17iOS update unwind abi to v. 26jan Iversen
2018-03-16iOS, solved call stack problem.jan Iversen
2018-03-16iOS, added description of __cxa_throwjan Iversen
2018-03-15iOS, move assembler constants to C++jan Iversen
2018-03-15iOS, simplified bridge assembler code.jan Iversen
2018-03-15iOS, solved corrupted stack in cpp -> unojan Iversen
2018-03-11iOS, calling cpp_vtable_call does not corrupt stackjan Iversen
2018-03-11iOS, moved privateSnippetExecutor from asm to C function.jan Iversen
2018-03-11iOS, removed unneeded #ifdef arm64jan Iversen
2018-03-11iOS, revert bed135e02bf7db2ef8c29747bbf79f26da71e9cajan Iversen
2018-03-11iOS, removed perl script in bridgesjan Iversen
2018-03-11iOS, typo in function decl.jan Iversen
2018-03-11iOS, activate USE_DOUBLE_MMAPjan Iversen
2018-03-11bridges,iOS removed suport for x86 and arm.jan Iversen
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-02-21iOS, solved problem with -I for asm modulejan Iversen
2018-02-20iOS, remove throw definitionjan Iversen
2018-02-19Buildsystem changes to recognize Haiku.Kacper Kasper
2018-02-17iOS, add custom include for codesnippets.Sjan Iversen
2018-02-17iOS, readded perl script to generate codesnippetsjan Iversen
2018-02-15iOS, add old snippet script.jan Iversen
2018-02-15iOS, update to original filesjan Iversen
2018-02-15iOS, reduce arm64 files to actually neededjan Iversen
2018-02-14iOS, add gcc3 helper for ARM64jan Iversen
2018-02-14iOS, simulator == MACOSXjan Iversen
2018-02-14iOS, use gcc3 mac code for simulatorjan Iversen
2018-01-31bridges: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-25Fix typosAndrea Gelmini
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-18enable c++17 for android again after boost auto_ptr has a workaroundChristian Lohmaier
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2018-01-16Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: bridgesStephan Bergmann