# -*- 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_Executable_Executable,svpclient)) $(eval $(call gb_Executable_use_api,svpclient,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_set_include,svpclient,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_add_defs,svpclient,\ -DVCL_INTERNALS \ )) $(eval $(call gb_Executable_use_libraries,svpclient,\ tl \ sal \ vcl \ cppu \ cppuhelper \ comphelper \ )) ifeq ($(OS),HAIKU) $(eval $(call gb_Executable_add_libs,svpclient,-lnetwork)) endif $(eval $(call gb_Executable_add_exception_objects,svpclient,\ vcl/workben/svpclient \ )) # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc/source/security/access_controller.cxx
AgeCommit message (Expand)Author
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-13loplugin:ostr in stocNoel Grandin
2024-01-12cid#1545535 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: stocStephan Bergmann
2023-06-18Use getXWeak in stocMike Kaganski
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-11-26loplugin:stringliteraldefine in stoc,svtoolsNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2019-12-03use scoped enumStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann