summaryrefslogtreecommitdiff
path: root/extras/Package_glade.mk
blob: 1590550f3270e19f64604ff49dafb42ca6436947 (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,extras_glade,$(call gb_CustomTarget_get_workdir,extras/source/glade)))

$(eval $(call gb_Package_add_file,extras_glade,$(LIBO_SHARE_FOLDER)/glade/libreoffice-catalog.xml,libreoffice-catalog.xml))

# vim: set noet sw=4 ts=4:
rce/fastparser?h=cp-6.4-42&id=edcdfe5477559ca6c62897f0cad47d4d6149d77a'>Simplify Sequence iterations in postprocess..saxArkadiy Illarionov 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann 2019-07-26cid#1448394 try silence unsafe_xml_parse_configCaolán McNamara 2019-07-24cid#1448394 can't change xml_parse_config settingCaolán McNamara 2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov 2019-05-10an uno -> a unoCaolán McNamara 2019-04-17loplugin:sequentialassign in scNoel Grandin 2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski 2019-03-07log nice exception messages whereever possibleNoel Grandin 2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin 2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov 2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin 2018-11-23convert CallbackType to scoped enumNoel Grandin 2018-10-17ofz: thread shenanigansCaolán McNamara 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin 2018-09-14Join the thread only if launch succeeded.Michael Meeks 2018-09-12Ensure fastparser thread is joined in case of exceptions.Michael Meeks 2018-08-13ofz#9591 Indirect-leakCaolán McNamara 2018-07-20tdf#79878 perf loading docx file, pendingCharsNoel Grandin 2018-07-17tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin 2018-07-11tdf#79878 perf loading docx file, improve threading heuristicNoel Grandin 2018-07-11tdf#79878 perf loading docx file, more saxNoel Grandin 2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin