# -*- 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,stoc)) $(eval $(call gb_Module_add_targets,stoc,\ Library_bootstrap \ Library_introspection \ Library_invocadapt \ Library_invocation \ Library_namingservice \ Library_proxyfac \ Library_reflection \ Library_stocservices \ )) ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_Module_add_targets,stoc,\ Library_javaloader \ Library_javavm \ )) endif $(eval $(call gb_Module_add_check_targets,stoc, \ CppunitTest_stoc_dump \ CppunitTest_stoc_uriproc \ )) # vim:set noet sw=4 ts=4: /CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ure
AgeCommit message (Expand)Author
2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey
2023-05-30Revert "Use getXWeak in ure"Mike Kaganski
2023-05-27Use getXWeak in ureMike Kaganski
2022-11-07Revert "tdf#145538 Use range based for loops"Hossein
2022-11-06tdf#145538 Use range based for loopsjsala
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann
2022-02-25Provide unoidl-write also for the SDKStephan Bergmann
2022-02-24Update README lists of URE dynamic librariesStephan Bergmann
2022-01-08Don't install the uno script when uno is not buildJan-Marek Glogowski
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-08-31Adapt to cppu-/javamaker's idiosyncratic relative URL notationStephan Bergmann
2021-08-17Fix typoAndrea Gelmini
2021-06-29Revert bogus drop of "rtl::" prefix in external codeStephan Bergmann
2021-04-19Updated README.md filesHossein
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann
2017-05-30Fix quotingStephan Bergmann
2017-05-20tdf#105204 fix shellcheck warnings in ure/source/unoYeliz Taneroğlu
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-26ure/source/uretest is !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-18update approximate install location in READMECaolán McNamara
2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-03-04Don't put symlink to MacOS folder of sandboxed appAndras Timar
2015-09-15Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, againStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe