# -*- 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,sc_scenariosobj)) $(eval $(call gb_CppunitTest_use_external,sc_scenariosobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_scenariosobj, \ sc/qa/extras/scscenariosobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_scenariosobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_scenariosobj,\ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_scenariosobj)) $(eval $(call gb_CppunitTest_use_ure,sc_scenariosobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_scenariosobj)) $(eval $(call gb_CppunitTest_use_components,sc_scenariosobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_scenariosobj)) # vim: set noet sw=4 ts=4: ue='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/wasm-qt
td>Stephan Bergmann
AgeCommit message (Expand)Author
2021-10-12Move README.wasm -> wasm-qt/README.mdHossein
2021-05-05WASM: add Emscripten demo applicationJan-Marek Glogowski
2021-12-03Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski
2021-10-30Prepare for removal of non-const operator[] from Sequence in sccompMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-08-06use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-20cid#1486008 Explicit null dereferencedCaolán McNamara
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-09Simplify Sequences initializations (sccomp)Julien Nabet
2021-06-04fix leak in solver testNoel Grandin
2021-05-17don't leak on error path in Coin solverNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-07-28tdf#135211: fix crash Swarm Non Linear Solver with blank inputJulien Nabet
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: sccompStephan Bergmann