# -*- 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_CppunitTest_CppunitTest,io_textinputstream)) $(eval $(call gb_CppunitTest_add_exception_objects,io_textinputstream, \ io/qa/textinputstream \ )) $(eval $(call gb_CppunitTest_use_libraries,io_textinputstream, \ cppu \ cppuhelper \ sal \ unotest \ )) $(eval $(call gb_CppunitTest_use_udk_api,io_textinputstream)) $(eval $(call gb_CppunitTest_use_ure,io_textinputstream)) # vim: set noet sw=4 ts=4: 'aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-lru_map.cxx
AgeCommit message (Expand)Author
2022-05-03remove the o3tl::lru_map "unlimited" hackLuboš Luňák
2022-05-02support custom item size (cost) for o3tl::lru_mapLuboš Luňák
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2021-06-09allow altering the max size of o3tl::lru_cacheLuboš Luňák
2021-05-11add o3tl version of hash_combine to not depend on boost for thisTomaž Vajngerl
2020-11-18tdf#123936 Formatting files in module o3tl with clang-formatPhilipp Hofer