summaryrefslogtreecommitdiff
path: root/desktop/Package_sbase_sh.mk
blob: ada63e2d5ffd7b2bb5e9747726fc32af38f524a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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_Package_Package,desktop_sbase_sh,$(SRCDIR)/desktop/scripts))

$(eval $(call gb_Package_add_file,desktop_sbase_sh,$(LIBO_BIN_FOLDER)/sbase,sbase.sh))

# vim: set ts=4 sw=4 noet:
ppcheck redundantConditionJochen Nitschke 2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke 2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin 2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-12loplugin:constantparam in package..stocNoel Grandin 2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)Stephan Bergmann 2016-08-18coverity#1371440 Uncaught exceptionCaolán McNamara 2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin 2016-08-08OFFICE-3708: package: recognize correct SHA256 URLMichael Stahl 2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin 2016-07-29Fix typo: completelly -> completelyTakeshi Abe 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-06-28loplugin:singlevalfields in variousNoel Grandin 2016-06-23sfx2: exception on storage commit is an error (related: tdf#91807)Michael Stahl 2016-06-23package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl 2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko 2016-05-25Fix typosAndrea Gelmini 2016-05-19loplugin:unusedmethods in package to rscNoel Grandin 2016-05-16Fix typosAndrea Gelmini 2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann 2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin 2016-05-04use Any constructor instead of temporariesNoel Grandin 2016-04-21Fix typosAndrea Gelmini 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-18clean-up: unused using declarations and includesJochen Nitschke 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-04-05Missing includeStephan Bergmann 2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand 2016-03-18loplugin:constantparam in packageNoel Grandin 2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann 2016-03-07improve defaultparams lopluginNoel Grandin 2016-02-23Use passed-in context instead of comphelper::getProcessComponentContext()Stephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2016-02-05Fix typosAndrea Gelmini 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin