# -*- 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_CppunitTest_CppunitTest,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_external,filter_dxf_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,filter_dxf_test, \ filter/qa/cppunit/filters-dxf-test \ )) $(eval $(call gb_CppunitTest_use_libraries,filter_dxf_test, \ gie \ sal \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_ure,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_vcl,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_components,filter_dxf_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ )) $(eval $(call gb_CppunitTest_use_configuration,filter_dxf_test)) # vim: set noet sw=4 ts=4: ro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann
2019-04-02renamed ssl test to testsslShubham Goyal
2019-03-18tdf#124011 Add __ne__ method to UNO typesShubham Goyal
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-01fix pyuno compile on Fedora29Noel Grandin