summaryrefslogtreecommitdiff
path: root/ucb/Library_cached1.mk
blob: 279c3dd81c9299fb49587e746abb4720c42c6e04 (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
# -*- 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,cached1))

$(eval $(call gb_Library_set_componentfile,cached1,ucb/source/cacher/cached1,services))

$(eval $(call gb_Library_use_external,cached1,boost_headers))

$(eval $(call gb_Library_use_sdk_api,cached1))

$(eval $(call gb_Library_use_libraries,cached1,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	ucbhelper \
))

$(eval $(call gb_Library_add_exception_objects,cached1,\
	ucb/source/cacher/cachedcontentresultset \
	ucb/source/cacher/cachedcontentresultsetstub \
	ucb/source/cacher/cacheddynamicresultset \
	ucb/source/cacher/cacheddynamicresultsetstub \
	ucb/source/cacher/contentresultsetwrapper \
	ucb/source/cacher/dynamicresultsetwrapper \
))

# vim: set noet sw=4 ts=4:
or getToken and trimNoel Grandin 2022-04-09add a more complete o3tl::getTokenNoel Grandin 2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin 2022-03-04cid#1500511 silence Resource leakCaolán McNamara 2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann 2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik4187 2022-01-23Improve DBG_UNHANDLED_EXCEPTION output a bitStephan Bergmann 2021-12-21loplugin:flatten in canvas..cuiNoel Grandin 2021-10-29Prepare for removal of non-const operator[] from Sequence in codemakerMike Kaganski 2021-10-14Use more appropriate type for OString-length related variableStephan Bergmann 2021-06-26codemaker : remove useless includesArnaud Versini 2021-05-18Use implicit conversion from OStringBuffer to std::string_viewStephan Bergmann 2021-05-14Improve loplugin:stringviewStephan Bergmann 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann 2021-04-30throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann 2021-04-29cid#1473812 Untrusted value as argumentCaolán McNamara 2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-02-12fix fuzzer buildCaolán McNamara 2021-01-29loplugin:stringviewparam extend to new..Noel 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann