summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_extensions.mk
blob: a6022a7c5b33d7b8d0a424f40c6cc92a146e06c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- 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_InstallModule_InstallModule,scp2/extensions))

$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_bsh))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_ct2n))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_rhino))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/extensions,extensions_numbertext))

$(eval $(call gb_InstallModule_add_templates,scp2/extensions,\
    scp2/source/templates/module_langpack_extensions_templates \
))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/extensions,\
    scp2/source/extensions/file_extensions \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/extensions,\
    scp2/source/extensions/module_extensions \
    scp2/source/extensions/module_extensions_sun_templates \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
sc/qa/perf?id=b1fe17f280b24e78e7ee55d4762dc64a98d6f302'>Simplify Sequences initializations (sc)Julien Nabet 2019-05-13fix uno::Reference flags in sc/perfcheckNoel Grandin 2019-02-13remove unused methods from calc's perf testsMarkus Mohrhard 2018-11-20tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*Gabor Kelemen 2018-08-09remove Calc's software interpreterLuboš Luňák 2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin 2018-06-05loplugin:includeform (`make perfcheck`)Stephan Bergmann 2017-10-25loplugin:unnecessaryoverrideNoel Grandin 2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M 2017-06-12cleanup unused css/frame/* includesJochen Nitschke 2016-07-11calc - perf test for formula group S/W interpreterMarco Cecchetti 2016-07-05sc: re-factor perf-tests.Michael Meeks 2016-05-07these static vars are cargo cult copy&pasteMarkus Mohrhard 2016-04-16fix crash in perfcheckMarkus Mohrhard 2016-04-16make the test case smaller to limit runtimeMarkus Mohrhard 2016-04-16add test case for smaller MatConcat case, related tdf#88849Markus Mohrhard 2016-04-16add missing test fileMarkus Mohrhard 2016-04-15add test for tdf#88849Markus Mohrhard 2016-04-15fix calc perfcheck buildMarkus Mohrhard 2016-03-23sc - added fixed and variable array formula range perf testsMarco Cecchetti 2015-12-05add performance test for subtotal insertionWilliam Bonnet 2015-11-10loplugin:stringconstantStephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-05Performance test for PEARSONŁukasz Hryniuk 2015-10-05Performance test for GCDŁukasz Hryniuk 2015-10-05Performance test for LCMŁukasz Hryniuk 2015-10-05Performance test for TTESTŁukasz Hryniuk 2015-10-05Performance test for SUMX2PY2Łukasz Hryniuk 2015-09-25Performance test for ChiTestŁukasz Hryniuk 2015-09-20Performance test for FTestŁukasz Hryniuk 2015-09-20Performance test for SumŁukasz Hryniuk 2015-09-02percheck: produce similar stats than off-tree callgrindNorbert Thiebaud 2014-11-13calc performance testLaurent Godard