summaryrefslogtreecommitdiff
path: root/i18nutil/Library_i18nutil.mk
blob: 84f33c0451b9b77debb172f40985616e50025c10 (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
39
40
41
42
43
44
45
#
# 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_Library_Library,i18nutil))

$(eval $(call gb_Library_use_package,i18nutil,i18nutil_inc))

$(eval $(call gb_Library_use_sdk_api,i18nutil))

$(eval $(call gb_Library_add_defs,i18nutil,\
	-DI18NUTIL_DLLIMPLEMENTATION \
))

$(eval $(call gb_Library_use_libraries,i18nutil,\
	comphelper \
	cppu \
	sal \
	$(gb_STDLIBS) \
))

$(eval $(call gb_Library_add_exception_objects,i18nutil,\
	i18nutil/source/utility/casefolding \
	i18nutil/source/utility/oneToOneMapping \
	i18nutil/source/utility/paper \
	i18nutil/source/utility/scripttypedetector \
	i18nutil/source/utility/unicode \
	i18nutil/source/utility/widthfolding \
))

# vim: set noet sw=4:
rity#1338263 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338262 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338259 Uncaught exceptionCaolán McNamara 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-08-21Use sal_uInt16, as required, and use < in for loop conditionMatteo Casalin 2015-06-02cppcheck: noExplicitConstructorCaolán McNamara 2015-05-28new clang plugin: loopvartoosmallNoel Grandin 2015-05-26cppcheck: noExplicitConstructorCaolán McNamara 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-04-09convert RTReferenceType to scoped enumNoel Grandin 2015-04-09convert RTMethodMode to scoped enumNoel Grandin 2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin 2015-04-09convert RegError to scoped enumNoel Grandin 2015-04-09convert RegValueType to scoped enumNoel Grandin 2015-04-09convert REG_ constants to scoped enumNoel Grandin 2015-03-09V801: Decreased performanceCaolán McNamara 2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl 2014-12-19unoidl: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-21Silence unhelpful cid#1213376 untrusted loop bound warningsStephan Bergmann 2014-11-20This should ideally be consistency-checked in UnoidlProviderStephan Bergmann 2014-11-19Guard against cyclic entity dependenciesStephan Bergmann 2014-11-19Check entity and type name syntaxStephan Bergmann 2014-11-19Check for recursive mapsStephan Bergmann 2014-11-19Revert "cosmetic 'en-passant'...."Stephan Bergmann 2014-11-18Avoid overflowStephan Bergmann 2014-11-18Check that UNOIDL enum has membersStephan Bergmann 2014-11-18Avoid overflowStephan Bergmann 2014-11-05coverity#1103678 Unchecked dynamic_castCaolán McNamara 2014-10-24coverity#1242422 Unchecked dynamic_castCaolán McNamara