# -*- 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_Module_Module,solenv)) $(eval $(call gb_Module_add_targets_for_build,solenv,\ Executable_concat-deps \ Executable_gbuildtojson \ )) ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,solenv,\ StaticLibrary_wrapper \ Executable_gcc-wrapper \ Executable_g++-wrapper \ )) endif ifneq ($(DISABLE_PYTHON),TRUE) ifneq ($(MAKE_VERSION),3.81) # gbuildtojson requires 3.82+ ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures ifneq ($(OS),MACOSX) # disable on macOS too, fails at least for me and would be pointless anyway surely $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\ CustomTarget_gbuildtesttools \ PythonTest_solenv_python \ )) endif endif endif endif ifneq ($(COMPILER_PLUGINS),) ifeq ($(COMPILER_EXTERNAL_TOOL)$(COMPILER_PLUGIN_TOOL),) $(eval $(call gb_Module_add_check_targets,solenv, \ CompilerTest_compilerplugins_clang \ )) endif endif # vim: set shiftwidth=4 tabstop=4 noexpandtab: fice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/source/uielement/statusbarmanager.cxx
AgeCommit message (Expand)Author
2020-10-02loplugin:reducevarscope in frameworkNoel
2020-05-29loplugin:simplifybool in dbaccess..frameworkNoel Grandin
2020-05-21use for-range on Sequence in f*Noel Grandin
2020-04-20effectively unused mnStyle memberCaolán McNamara
2020-04-08loplugin:flatten in frameworkNoel Grandin
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-07-20loplugin:referencecasting in frameworkNoel Grandin
2019-04-13loplugin:sequentialassign in frameworkNoel Grandin
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara
2018-07-02loplugin:constantparamNoel Grandin
2018-06-28tdf#86612: statusbar: hide some elements if width is not sufficientVasily Melenchuk