# -*- 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_ExternalPackage_ExternalPackage,cairo,cairo)) $(eval $(call gb_ExternalPackage_use_external_project,cairo,cairo)) ifneq ($(DISABLE_DYNLOADING),TRUE) $(eval $(call gb_ExternalPackage_add_file,cairo,$(LIBO_LIB_FOLDER)/libcairo-lo.so.2,src/.libs/libcairo-lo.so.2.1170$(CAIRO_VERSION_MICRO).0)) endif # vim: set noet sw=4 ts=4: name='id' value='69c6f7bccec838b7288a25a29a83b7f782ba7586'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcetreeprovider.cxx
AgeCommit message (Expand)Author
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-05-18clang-tidy modernize-pass-by-value in unoidlNoel Grandin
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin
2022-04-21use more string_view in unoidl,codemakerNoel Grandin
2022-04-10use more string_viewNoel Grandin
2021-09-21Implement the SourceTreeProvider CursorStephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-12-13loplugin:stringview (macOS)Stephan Bergmann