summaryrefslogtreecommitdiff
path: root/editeng/Module_editeng.mk
blob: 22f36027a56551d9ab8fd64c8438acfb9bcc5d3e (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
32
33
34
35
36
37
38
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Module_Module,editeng))

$(eval $(call gb_Module_add_targets,editeng,\
        CustomTarget_generated \
	Library_editeng \
))

$(eval $(call gb_Module_add_l10n_targets,editeng,\
	AllLangResTarget_editeng \
))

$(eval $(call gb_Module_add_check_targets,editeng,\
	$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
		CppunitTest_editeng_core) \
	CppunitTest_editeng_borderline \
	CppunitTest_editeng_lookuptree \
))

# vim: set noet sw=4 ts=4:
ation'>Eike Rathke 2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann 2016-11-18loplugin:datamembershadowNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2015-11-20loplugin:unusedfields i18npoolNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-19com::sun::star->css in i18npoolNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2014-10-15Remove unused BreakIterator_Unicode::wordRuleStephan Bergmann 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from i18npoolAlexander Wilms 2013-11-14i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl