summaryrefslogtreecommitdiff
path: root/sal/Library_lo-bootstrap.mk
blob: 3dc4bf9dfeaa7f76098922530c78146a528297b3 (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
31
# -*- 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,lo-bootstrap))

# We explicitly *don't* want gb_STDLIBS to be linked here
$(eval $(call gb_Library_disable_standard_system_libs,lo-bootstrap))

$(eval $(call gb_Library_add_libs,lo-bootstrap,\
	-llog \
	-landroid \
))

$(eval $(call gb_Library_add_cobjects,lo-bootstrap,\
	sal/android/libreofficekit-jni \
	sal/android/lo-bootstrap \
))

$(eval $(call gb_Library_set_include,lo-bootstrap,\
	$$(INCLUDE) \
	-I$(SRCDIR)/sal/inc \
))

# vim: set noet sw=4 ts=4:
-10-01don't call back into the SvtBroadcaster when dyingNoel Grandin 2016-12-08convert SFX_HINT to scoped enumNoel Grandin 2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke 2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida 2014-11-18Make these non-inline and add the const version of the getter.Kohei Yoshida 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida 2013-12-23fix crash when erasing entry while iterating through vectorMarkus Mohrhard 2013-12-23iterators are not pointersEike Rathke 2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky 2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky 2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky 2013-11-15Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann 2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida 2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida 2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida 2013-07-17fdo#62475 removed pointless commentsJelle van der Waa