summaryrefslogtreecommitdiff
path: root/more_fonts/Package_conf.mk
blob: c6d48d09ed94b2a3cb87ed4dbc16c8704d6713ca (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/.
#

$(eval $(call gb_Package_Package,more_fonts_conf,$(SRCDIR)/more_fonts/fonts))

$(eval $(call gb_Package_add_file,more_fonts_conf,pck/fc_local.conf,fc_local.conf))

# vim: set noet sw=4 ts=4:
loplugin:indentation improve checks for brace alignmentNoel Grandin 2021-05-30loplugin:stringviewNoel Grandin 2021-05-14Improve loplugin:stringviewStephan Bergmann 2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin 2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-01-14-Wdeprecated-copy-dtorStephan Bergmann 2021-01-14loplugin:unsignedcompareStephan Bergmann 2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann 2020-12-13tdf#124176 Use #pragma once in idlchomeboy445 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer 2020-11-10new loplugin:reducevarscopeNoel Grandin 2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel 2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara 2020-09-21Fix typo in codeAndrea Gelmini 2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann 2020-08-17inline some use-once typedefsNoel Grandin 2020-08-14loplugin:simplifybool moreNoel Grandin 2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin 2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: idlcStephan Bergmann