summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_sdkoo.mk
blob: 4c2881f351287243b876d03f6dac1035baad5a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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_InstallModule_InstallModule,scp2/sdkoo))

$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/sdkoo,sdk))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/sdkoo,\
    scp2/source/sdkoo/sdkoo \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
>Stephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-09-18boost->stdCaolán McNamara 2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-06-23Revert "Typo: iff->if"Julien Nabet 2015-06-23Typo: iff->ifJulien Nabet 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-03-31Use OUString::unacquiredStephan Bergmann 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann 2015-01-07Just use WeakImplHelper1 instead of ImplHelper1Stephan Bergmann 2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann 2014-06-05stoc: remove SAL_THROW macroNoel Grandin 2014-05-22stoc: make use of css aliasThomas Arnhold 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from stocAlexander Wilms 2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky 2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky 2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann 2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky 2014-01-18Unify ctor functions for component implementations.Matúš Kukan 2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan 2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan 2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann 2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan 2013-12-16Clean-up uno/lbnames.hStephan Bergmann 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin 2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza 2013-10-02-Werror,-Wunused-functionStephan Bergmann