# -*- 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 核心代码仓库 | 文档基金会 |
Age | Commit message (Expand) | Author |
2018-04-16 | loplugin:useuniqueptr in bridges | Noel Grandin |
2018-04-10 | Adapt remaining cpp_uno bridges to #i114635# | Stephan Bergmann |
2018-03-20 | iOS, simplified assembler | jan Iversen |
2018-03-17 | iOS, balanced return stack | jan Iversen |
2018-03-17 | iOS update unwind abi to v. 26 | jan Iversen |
2018-03-16 | iOS, solved call stack problem. | jan Iversen |
2018-03-16 | iOS, added description of __cxa_throw | jan Iversen |
2018-03-15 | iOS, move assembler constants to C++ | jan Iversen |
2018-03-15 | iOS, simplified bridge assembler code. | jan Iversen |
2018-03-15 | iOS, solved corrupted stack in cpp -> uno | jan Iversen |
2018-03-11 | iOS, calling cpp_vtable_call does not corrupt stack | jan Iversen |
2018-03-11 | iOS, moved privateSnippetExecutor from asm to C function. | jan Iversen |
2018-03-11 | iOS, removed unneeded #ifdef arm64 | jan Iversen |
2018-03-11 | iOS, revert bed135e02bf7db2ef8c29747bbf79f26da71e9ca | jan Iversen |
2018-03-11 | iOS, removed perl script in bridges | jan Iversen |
2018-03-11 | iOS, typo in function decl. | jan Iversen |
2018-03-11 | iOS, activate USE_DOUBLE_MMAP | jan Iversen |
2018-03-11 | bridges,iOS removed suport for x86 and arm. | jan Iversen |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper |
2018-02-21 | iOS, solved problem with -I for asm module | jan Iversen |
2018-02-20 | iOS, remove throw definition | jan Iversen |
2018-02-19 | Buildsystem changes to recognize Haiku. | Kacper Kasper |
2018-02-17 | iOS, add custom include for codesnippets.S | jan Iversen |
2018-02-17 | iOS, readded perl script to generate codesnippets | jan Iversen |
2018-02-15 | iOS, add old snippet script. | jan Iversen |
2018-02-15 | iOS, update to original files | jan Iversen |
2018-02-15 | iOS, reduce arm64 files to actually needed | jan Iversen |
2018-02-14 | iOS, add gcc3 helper for ARM64 | jan Iversen |
2018-02-14 | iOS, simulator == MACOSX | jan Iversen |
2018-02-14 | iOS, use gcc3 mac code for simulator | jan Iversen |
2018-01-31 | bridges: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-25 | Fix typos | Andrea Gelmini |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2018-01-20 | More loplugin:cstylecast on macOS | Stephan Bergmann |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-18 | enable c++17 for android again after boost auto_ptr has a workaround | Christian Lohmaier |
2018-01-18 | android: use unified headers and llvm-c++ STL (x86) with NDK 16 | Christian Lohmaier |
2018-01-16 | Fix typos | Andrea Gelmini |
2018-01-12 | More loplugin:cstylecast: bridges | Stephan Bergmann |