summaryrefslogtreecommitdiff
path: root/fontconfig/Module_fontconfig.mk
blob: 1bfcbdb7878a02b3d7e6a9014dfb909ebeb0a4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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_Module_Module,fontconfig))

ifeq ($(OS),ANDROID)

$(eval $(call gb_Module_add_targets,fontconfig,\
	ExternalPackage_fontconfig \
	ExternalProject_fontconfig \
	UnpackedTarball_fontconfig \
))

endif

# vim: set noet sw=4 ts=4:
+0100'>2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann 2016-01-26Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann 2016-01-26Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann 2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann 2016-01-10Fix typosAndrea Gelmini 2015-11-28Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann 2015-11-28Silence clang-cl warnings in ATL headersStephan Bergmann 2015-11-28Remove unused dataStephan Bergmann 2015-11-28-Werror,-Wwritable-stringsStephan Bergmann 2015-11-28-Werror,-Wunused-functionStephan Bergmann 2015-11-28-Werror,-Wmicrosoft-exception-specStephan Bergmann 2015-11-28-Werror,-Wunused-private-fieldStephan Bergmann 2015-11-28-Werror,-WreorderStephan Bergmann 2015-11-28-Werror,-Winconsistent-missing-overrideStephan Bergmann 2015-11-28-Werror,-WreorderStephan Bergmann 2015-11-28-Werror,-WreorderStephan Bergmann 2015-11-24com::sun::star->css in winaccessibility/Noel Grandin 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-02Allow non ASCII chars as accelerator keysNiklas Johansson 2015-09-29Fix typosAndrea Gelmini 2015-09-19boost->stdCaolán McNamara 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-09-02dtrans, winaccessibility: consistently use $(gb_UWINAPI)Michael Stahl 2015-07-19Fix typosAndrea Gelmini 2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl 2015-07-08Fix typosAndrea Gelmini 2015-06-30Fix typosAndrea Gelmini 2015-06-16Remove reference to AccessibleTextImpl.javaAndrea Gelmini 2015-06-15cppcheck:redundantAssignmentNoel Grandin 2015-06-15Fix typosAndrea Gelmini 2015-04-23winaccessibility: rename unhelpful string defines.Michael Meeks 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-22presumably this will fix the mismatch of the service namesCaolán McNamara 2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet 2015-03-13Typos for descriptionJulien Nabet 2015-02-03Typo accpet->acceptJulien Nabet 2015-02-03Typo: selction/slection -> selectionJulien Nabet 2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn