# -*- 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_CppunitScreenShot,starmath_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,starmath_dialogs_test, \ starmath/qa/unit/starmath-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,starmath_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\ -I$(SRCDIR)/starmath/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,starmath_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,starmath_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,starmath_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,starmath_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,starmath_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,starmath_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,starmath_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,starmath_dialogs_test,\ modules/smath \ )) # vim: set noet sw=4 ts=4: ce-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/binaryurp/source
AgeCommit message (Expand)Author
2021-10-29Prepare for removal of non-const operator[] from Sequence in binaryurpMike Kaganski
2021-10-08loplugin:moveparam in binaryurpNoel Grandin
2021-09-10clang:optin.performance.Padding in binaryurpNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-18binaryurp : use std::mutex in outgoingrequestsArnaud Versini
2021-06-07Revert "improve logging message"Noel Grandin
2021-06-07improve logging messageNoel Grandin
2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet
2021-05-17small perf improvement in readMemberValuesNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-13tdf#123936 Formatting files in module binaryurp with clang-formatPhilipp Hofer
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-09-04tdf#124176 Use #pragma once in binaryurpGeorge Bateman