summaryrefslogtreecommitdiff
path: root/scripting/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
Stephan Bergmann 2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin 2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-28com::sun::star->css in scNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-05-05loplugin:staticmethodsNoel Grandin 2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl 2015-02-03callcatcher: shave off some moreCaolán McNamara 2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann 2014-02-14sal_Bool->boolNoel Grandin 2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann 2013-11-08warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl 2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam 2013-08-31fdo#62475 removed pointless commentsJelle van der Waa 2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-04-17Have operators of ScViewOptions and ScPrintOptions return bool instead of intAlbert Thuswaldner 2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida 2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko 2010-10-28add modelines to .hxx files as wellCaolán McNamara 2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer 2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov 2008-04-10INTEGRATION: CWS changefileheader (1.4.698); FILE MERGEDRüdiger Timm