summaryrefslogtreecommitdiff
path: root/cppu/Library_affine_uno_uno.mk
blob: aeae6ed7f2c230cd356f5544aa557b96cddc199d (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
# -*- 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,affine_uno_uno))

$(eval $(call gb_Library_use_udk_api,affine_uno_uno))

$(eval $(call gb_Library_use_libraries,affine_uno_uno,\
	purpenvhelper \
	sal \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,affine_uno_uno,\
	cppu/source/AffineBridge/AffineBridge \
))

# vim: set noet sw=4 ts=4:
Mark move ctors/assignments noexceptMike Kaganski 2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen 2019-01-13array_view was changed to span in upcoming C++20Stephan Bergmann 2019-01-11Drop o3tl/string_view.hxxStephan Bergmann 2018-12-16Fix o3tl::string_view streaming operator <<Stephan Bergmann 2018-10-07-Werror=catch-value=Julien Nabet 2018-10-06Convert ImplFontCache to use o3tl::lru_mapJan-Marek Glogowski 2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski 2018-09-19implement find(T*) for o3tl::sorted_vector when it contains unique_ptr<T>Noel Grandin 2018-09-08clang-tidy bugprone-use-after-moveNoel Grandin 2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin 2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann 2018-05-14Fix typoAndrea Gelmini 2018-05-13o3tl: add some comments to sorted_vector testTomaž Vajngerl 2017-10-26Add test for o3tl::saturating_addStephan Bergmann 2017-10-25improve o3tl::enumarray const-nessNoel Grandin 2017-10-23loplugin:includeform: o3tlStephan Bergmann 2017-09-06const correctness in o3tl::array_viewNoel Grandin 2017-07-31loplugin:oncevarNoel Grandin 2017-06-17create o3tl::array_viewNoel Grandin