# -*- 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,sccomp_solver)) $(eval $(call gb_CppunitTest_add_exception_objects,sccomp_solver,\ sccomp/qa/unit/solver \ )) $(eval $(call gb_CppunitTest_use_externals,sccomp_solver,\ boost_headers \ )) $(eval $(call gb_CppunitTest_add_defs,sccomp_solver,\ $(if $(ENABLE_COINMP), -DENABLE_COINMP) \ $(if $(ENABLE_LPSOLVE), -DENABLE_LPSOLVE) \ )) $(eval $(call gb_CppunitTest_use_libraries,sccomp_solver,\ cppu \ sal \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sccomp_solver,\ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sccomp_solver)) $(eval $(call gb_CppunitTest_use_ure,sccomp_solver)) $(eval $(call gb_CppunitTest_use_vcl,sccomp_solver)) $(eval $(call gb_CppunitTest_use_rdb,sccomp_solver,services)) $(eval $(call gb_CppunitTest_use_configuration,sccomp_solver)) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.fetch
AgeCommit message (Expand)Author
2023-09-26tdf#124591: Rename *noto.mk to *noto_kufi_arabic.mkKhaled Hosny
2023-09-26tdf#124591: Update Noto Naskh Arabic to v2.016Khaled Hosny
2023-09-26tdf#124591: Update Noto Sans Lisu to v2.102Khaled Hosny
2023-09-26tdf#124591: Update Noto Serif Lao to v2.003Khaled Hosny
2023-09-26tdf#124591: Update Noto Sans Lao to v2.003Khaled Hosny
2023-09-26tdf#124591: Update Noto Serif Georgian to v2.003Khaled Hosny
2023-09-26tdf#124591: Update Noto Sans Georgian to v2.003Khaled Hosny
2023-09-26tdf#124591: Update Noto Serif Armenian to v2.008Khaled Hosny
2023-09-26tdf#124591: Update Noto Sans Armenian to v2.008Khaled Hosny
2023-09-26tdf#124591: Update Noto Serif Hebrew to v2.003Khaled Hosny
2023-09-26tdf#124591: Update Noto Sans Hebrew to v2.003Khaled Hosny
2023-09-26tdf#124591: Update Noto Sans Arabic to v2.010Khaled Hosny
2023-09-26tdf#124591: Update Noto Serif to v2.012Khaled Hosny
2023-09-26tdf#124591: Update Noto Sans to v2.012Khaled Hosny
2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey
2023-06-17Add frozen library support - for compile-time dict, set supportTomaž Vajngerl
2022-12-31tdf#136604: Remove Source Sans Pro fontsKhaled Hosny
2022-12-05tdf#152376: Remove Kacst Book and Kacst Office fontsKhaled Hosny
2022-12-05tdf#136604: Remove Source Serif Pro and Source Code Pro fontsKhaled Hosny
2022-09-27tdf#144348: Remove EmojiOne Color fontKhaled Hosny
2022-08-17tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann
2022-05-20build libtiffJulien Nabet
2022-04-26Drop unused LanguageTool extensionGabor Kelemen
2022-04-26Drop unused CT2N extensionGabor Kelemen
2022-02-22add system-dragonboxRene Engelhard
2022-02-17Use Dragonbox to implement doubleTo*String*Mike Kaganski
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák
2021-12-15ucb: remove --with-webdav=neonMichael Stahl
2021-12-15ucb: remove --with-webdav=serfMichael Stahl
2021-09-09tdf#130795 use concurrent hashmap in SharedStringPoolNoel Grandin
2021-06-23tdf#141709: Use poppler_dataMichael Warner
2021-04-11Get rid of apache-commons-loggingStephan Bergmann
2021-03-22Drop external owncloud-android-libMichael Weghorn
2021-03-20tdf#139778 qrcodegen library removal.homeboy445
2021-03-20tdf#139778 bundle external:zxing libhomeboy445