summaryrefslogtreecommitdiff
path: root/lingucomponent/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:
dg-app got renamed to FlatpakStephan Bergmann 2016-05-06coverity#1359235 Resource leakCaolán McNamara 2016-05-02-Werror,-Wlogical-not-parenthesesStephan Bergmann 2016-05-01tdf#99311 Detect SSDs in pageinNurhak ALTIN 2016-04-07refactor pagein, as it still seems to cause rare crashesBjoern Michaelsen 2016-04-04Add DBus-based IPC mechanism for xdg-appStephan Bergmann 2016-03-21No, I don't want to see that "bootstap" typo on every start of sofficeStephan Bergmann 2016-03-12tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)Rohan Kumar 2016-03-02tdf#98210 do not require R_OK for pipe dirHank Leininger 2016-02-23new loplugin: commaoperatorNoel Grandin 2016-01-19-Werror=strict-aliasing (GCC 6)Stephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-07tdf#94829: Splash screen sets invalid XSizeHintsJulien Nabet 2015-10-06Fix typosAndrea Gelmini 2015-10-05Add new line after error message during startupArnaud Versini 2015-09-23CppCheck : reduce variables scopeMichaël Lefèvre 2015-05-08read_percent returns ProgressStatus, not sal_BoolStephan Bergmann 2015-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist 2015-03-30Merge the --invisible and --headless optionsTor Lillqvist 2015-03-26tdf#39440 cppcheck cleanliness, Fixing basic cpp errorsVarun 2015-03-16CppCheck cleaning : remove unused struct memberMichaël Lefèvre 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin