summaryrefslogtreecommitdiff
path: root/vcl/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:
>Noel Grandin 2020-07-21loplugin:unusedmethodsNoel Grandin 2020-07-20compact namespace declNoel Grandin 2020-06-17Adapt to C++20 CWG2237Stephan Bergmann 2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin 2020-05-03use more compact namespace syntax in /includeNoel Grandin 2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann 2020-03-16Revert "loplugin:constfields in vbahelper"Noel Grandin 2019-12-24sal_Char->char in vclNoel Grandin 2019-11-06loplugin:indentation find broken if statementsNoel Grandin 2019-10-31loplugin:finalclasses in vbahelperNoel Grandin 2019-09-26loplugin:constmethod in vbahelperNoel Grandin 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vbahelperStephan Bergmann 2019-07-22tdf#42949 Fix IWYU warnings in include/vbahelperGabor Kelemen 2019-07-20Fix typosAndrea Gelmini 2019-05-10an uno -> a unoCaolán McNamara 2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin 2019-02-22loplugin:unusedfields in vbahelperNoel Grandin 2019-02-13Pointer is pointlessNoel Grandin 2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann 2018-09-18loplugin:constfields in vbahelperNoel Grandin