summaryrefslogtreecommitdiff
path: root/instsetoo_native/Package_setup_ure.mk
blob: a0c7216fc1d0c9536cfd84cb3a9856d1babc1a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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,instsetoo_native_setup_ure,$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)))

$(eval $(call gb_Package_add_files,instsetoo_native_setup_ure,$(LIBO_URE_ETC_FOLDER), \
    $(call gb_Helper_get_rcfile,uno) \
))

# vim: set noet sw=4 ts=4:
>Noel Grandin 2022-05-08osl::Mutex->std::mutex in OMarkableInputStreamNoel Grandin 2022-05-08osl::Mutex->std::mutex in OMarkableOutputStreamNoel Grandin 2022-05-08osl::Mutex->std::mutex in OAcceptorNoel Grandin 2022-05-04Just use Any ctor instead of makeAny in ioStephan Bergmann 2022-04-12loplugin:stringview more o3tl conversionNoel Grandin 2022-02-25Don't use Library_tl in URE librariesStephan Bergmann 2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen 2021-12-20osl::Mutex->std::mutex in SocketConnectionNoel Grandin 2021-12-20osl::Mutex->std::mutex in PipeAcceptorNoel Grandin 2021-12-20osl::Mutex->std::mutex in SocketConnectionNoel Grandin 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-10-05drop 'using namespace std' in h* i* j*Julien Nabet 2021-08-06use more comphelper::OInterfaceContainerHelper2Noel Grandin 2021-05-25Add forgotten io/Executable_io-testconnection.mkStephan Bergmann 2021-05-25Resurrect io testconnection executableStephan Bergmann 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann 2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-26Drop these definesMike Kaganski 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel 2021-02-11loplugin:refcounting generalise type checkingNoel 2021-01-03tdf#124176 Use pragma once instead of include guardsAlchemist 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen 2020-10-22long->tools::Long in hwpfilter..ooxNoel 2020-09-27improve some exception messagesNoel Grandin 2020-07-14io: create instances with uno constructorsNoel Grandin 2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens