summaryrefslogtreecommitdiff
path: root/cli_ure/Package_cli_basetypes_copy.mk
blob: 75abab150888ba36b073cf231a2e5e3fb20eec26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# -*- 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_Package_Package,cli_basetypes_copy,$(INSTROOT)))

# duplicate copy to work around CLR DLL finding brain damage
$(eval $(call gb_Package_add_files,cli_basetypes_copy,$(SDKDIRNAME)/bin,\
	$(LIBO_URE_LIB_FOLDER)/cli_basetypes.dll \
))

# vim: set noet sw=4 ts=4:
n cppuhelperJochen Nitschke 2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann 2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann 2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann 2015-11-18Clean upStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2014-12-19Remove unused */qa/checkapi/Stephan Bergmann 2014-10-31Removed duplicated includesAndrea Gelmini 2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet 2014-04-24add missing modelines to idl filesThomas Arnhold 2014-04-09Clean up function declarationsStephan Bergmann 2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-27std::exception retrofit sequelStephan Bergmann 2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann 2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa 2013-11-14-Werror,-Wunused-member-functionStephan Bergmann 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist 2013-09-19Unlike idlc, unoidl doesn't support out-of-range byte constsStephan Bergmann