summaryrefslogtreecommitdiff
path: root/i18nutil/Package_inc.mk
blob: 82b64e782b7fe9ee4b0274a3b387c1de3da0dca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# 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_Package_Package,i18nutil_inc,$(SRCDIR)/i18nutil/inc))

$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/i18nutildllapi.h,i18nutil/i18nutildllapi.h))
$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/casefolding.hxx,i18nutil/casefolding.hxx))
$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/oneToOneMapping.hxx,i18nutil/oneToOneMapping.hxx))
$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/paper.hxx,i18nutil/paper.hxx))
$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/scripttypedetector.hxx,i18nutil/scripttypedetector.hxx))
$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/unicode.hxx,i18nutil/unicode.hxx))
$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/widthfolding.hxx,i18nutil/widthfolding.hxx))

# vim: set noet sw=4:
in cpputype.cxxNoel Grandin 2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin 2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann 2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin 2014-05-11coverity#1213117 Unchecked dynamic_castCaolán McNamara 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-04-14Reduce the amount of strings in the release builds.Jan Holesovsky 2014-04-04codemaker: sal_Bool->boolNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin 2014-02-27Remove visual noise from codemakerAlexander Wilms 2014-02-17codemaker: sal_Bool -> boolStephan Bergmann 2014-02-01coverity#707676 : Uninitialized scalar fieldNorbert Thiebaud 2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann 2014-01-28copy&paste typoMatúš Kukan 2014-01-28Support direct ctor calls for singletons too.Matúš Kukan 2014-01-28coverity#440030 Logically dead codeCaolán McNamara 2014-01-28coverity#440029 Logically dead codeCaolán McNamara 2014-01-27coverity#1019407 Uninitialized scalar fieldCaolán McNamara 2014-01-27coverity#1019406 Uninitialized scalar fieldCaolán McNamara 2014-01-27codemaker: Allow compiler to share these generated strings.Jan Holesovsky 2014-01-23Do not acquire again in direct constructor function calls.Matúš Kukan 2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky 2014-01-20Fix declaration for ctor functions in generated headers.Matúš Kukan 2014-01-18Initialize also implementations created directly by generated function.Matúš Kukan 2014-01-10Be explicit when using bool as integral valueStephan Bergmann 2014-01-10codemaker: fix^2 invalid string index accessStephan Bergmann 2014-01-08sal_textenc is a runtime dep of cppumakerDavid Tardon 2013-12-30Add sal_textenc dependency to cppumakerIsamu Mogi 2013-12-19...and support direct calls of non-default ctors, tooStephan Bergmann 2013-12-19WIP: Direct service ctor calls at least on Android/iOSStephan Bergmann 2013-12-17if there is one typo, its guaranteed to duplicated somewhereCaolán McNamara