# -*- 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_Library_Library,deploymentgui)) $(eval $(call gb_Library_set_include,deploymentgui,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/inc \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_Library_use_external,deploymentgui,boost_headers)) $(eval $(call gb_Library_set_precompiled_header,deploymentgui,desktop/inc/pch/precompiled_deploymentgui)) $(eval $(call gb_Library_use_custom_headers,deploymentgui,\ officecfg/registry \ )) $(eval $(call gb_Library_use_sdk_api,deploymentgui)) $(eval $(call gb_Library_use_libraries,deploymentgui,\ comphelper \ cppu \ cppuhelper \ deploymentmisc \ i18nlangtag \ sal \ salhelper \ sfx \ svl \ svt \ svxcore \ tk \ tl \ ucbhelper \ utl \ vcl \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,deploymentgui,\ ole32 \ )) endif $(eval $(call gb_Library_set_componentfile,deploymentgui,desktop/source/deployment/gui/deploymentgui)) $(eval $(call gb_Library_add_exception_objects,deploymentgui,\ desktop/source/deployment/gui/dp_gui_dependencydialog \ desktop/source/deployment/gui/dp_gui_dialog2 \ desktop/source/deployment/gui/dp_gui_extensioncmdqueue \ desktop/source/deployment/gui/dp_gui_extlistbox \ desktop/source/deployment/gui/dp_gui_service \ desktop/source/deployment/gui/dp_gui_theextmgr \ desktop/source/deployment/gui/dp_gui_updatedialog \ desktop/source/deployment/gui/dp_gui_updateinstalldialog \ desktop/source/deployment/gui/license_dialog \ )) # vim: set ts=4 sw=4 et: o/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)Author
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-07-28tdf#135211: fix crash Swarm Non Linear Solver with blank inputJulien Nabet
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: sccompStephan Bergmann
2020-03-12Revert "loplugin:constfields in scaddins,sccomp"Noel Grandin
2020-01-28remove some unused local varsNoel Grandin
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-20loplugin:constvars in sccomp..sdNoel Grandin
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sccompStephan Bergmann
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2019-05-28tdf#42949 Fix IWYU warnings in sccomp/Gabor Kelemen
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen
2019-01-24Fix order of CPPUNIT_ASSERT_EQUAL expected vs. actual argumentsStephan Bergmann
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-10-29loplugin:oncevarNoel Grandin
2018-10-09loplugin:constfields in scaddins,sccompNoel Grandin
2018-09-07loplugin:useuniqueptr in CoinMPSolverNoel Grandin
2018-06-23sccomp: Reserve enough space at once for micro-optimizationTakeshi Abe
2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-02-28swarm: don't assert the result in testUnconstrainedTomaž Vajngerl
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann