summaryrefslogtreecommitdiff
path: root/desktop/Library_active_native.mk
blob: ef4815f1e9478e48b9004dc5cd7f372fa8d2ea36 (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_Library_Library,active_native))

$(eval $(call gb_Library_add_exception_objects,active_native, \
    desktop/test/deployment/active/active_native \
))

$(eval $(call gb_Library_set_external_code,active_native))

$(eval $(call gb_Library_use_externals,active_native, \
    boost_headers \
))

$(eval $(call gb_Library_use_libraries,active_native, \
    cppu \
    cppuhelper \
    sal \
))

$(eval $(call gb_Library_use_sdk_api,active_native))

# vim: set noet sw=4 ts=4:
2021-02-09 10:07:26 +0100'>2021-02-09ofz#30330 recursion too deepCaolán McNamara 2021-02-08Simplified addition of color palettesdante 2021-02-08Let depthGuard handle everythingdante 2021-02-06Use multichar operatorsdante 2021-02-06Modifications on starmath smparse error handledante 2021-02-06Optimize starmath color searchdante 2021-02-04Fix typo in codeAndrea Gelmini 2021-02-02Addition of hex commanddante 2021-02-02SmToken use u16string_view pIdentdante 2021-01-31Increase node parser mathematical abstractiondante 2021-01-18Mathml gets it's own directorydante 2020-11-30ofz#27892 recursion too deepCaolán McNamara 2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel 2020-11-17Starmath has now full support of HTML colors.dante 2020-11-11Improved starmath colordante 2020-11-10Evaluate command: tdf#109338dante 2020-11-05Added frac command. Sould solve tdf#137234.dante 2020-11-03Reordered token.hxx.dante 2020-11-03Added hexadecimal number and color support for starmath.Dante DM 2020-10-22long->tools::Long in slideshow..starmathNoel 2020-09-22tdf#38885 Remove createTextFromNodedante 2020-07-18Added fourier transform symboldante 2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: starmathStephan Bergmann 2020-06-24tdf#40436 tdf#47914 RGB personalized color for math and laplace symbol 2dante 2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin 2020-04-09tdf#129372: PPTX: error at SfxBaseModel::storeToStorage: 0x20d(row,col)Julien Nabet 2019-12-22sal_Char->char in sot..storeNoel Grandin 2019-10-02Resolves: tdf#127873 accept ',' comma group separator in number entities againEike Rathke 2019-08-16Fix typosAndrea Gelmini 2019-06-25improve loplugin:simplifyconstructNoel Grandin 2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe 2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen 2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen 2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-12-07HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann