# -*- 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_CustomTarget_CustomTarget,setup_native/mac)) $(eval $(call gb_CustomTarget_register_target,setup_native/mac,macinstall.ulf)) $(eval $(call gb_CustomTarget_ulfex_rule,\ $(call gb_CustomTarget_get_workdir,setup_native/mac)/macinstall.ulf,\ $(SRCDIR)/setup_native/source/mac/macinstall.ulf,\ $(foreach lang,$(gb_TRANS_LANGS),\ $(gb_POLOCATION)/$(lang)/setup_native/source/mac.po))) # vim: set noet sw=4 ts=4: oo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store
a href='/cgit/lo/core/commit/o3tl?id=b46894e7d063cc96609c8aaea76f4a7ffc5f170f'>Some more o3tl::starts/ends_with overloads
AgeCommit message (Expand)Author
2024-05-20loplugin:ostr in variousNoel Grandin
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-03-06Use less boost_headers in low level librariesGabor Kelemen
2023-06-08Add cstdlib include necessary to build with gcc14 libstdc++ (tdf#155715)Martin Jambor
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-07-03tdf#143148 store: Use pragma once instead of include guardsChris Sherlock
2022-06-20store: remove useless comments from storeChris Sherlock
2022-05-16store: add unit testsChris Sherlock
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10tdf#143148:Use pragma once in storeEmircan Agac
Stephan Bergmann