# -*- 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,readlicense_oo_readme_inc,$(call gb_CustomTarget_get_workdir,readlicense_oo/readme))) $(eval $(call gb_Package_add_files,readlicense_oo_readme_inc,bin/osl,\ $(foreach lang,en-US $(filter-out en-US,$(gb_WITH_LANG)),\ $(if $(filter-out WNT,$(OS)),README_$(lang),readme_$(lang).txt) \ ) \ )) # vim: set noet sw=4 ts=4: it();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)Author
2023-04-12OUString::intern is a relicNoel Grandin
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin
2023-03-14elide some temporary OStringsNoel Grandin
2023-03-06no need to allocate these separatelyNoel Grandin
2023-01-19tdf#153039 unoxml: replace root element of CDocument throwsMichael Stahl
2023-01-17tdf#153009 Use recursive mutex in CDocumentBuilderMichael Weghorn
2023-01-15XUnoTunnel->dynamic_cast in CNodeNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-09-14libxml2: upgrade to release 2.10.2Michael Stahl
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-27clang-tidy modernize-pass-by-value in unoxmlNoel Grandin
2022-06-20Simplify checks with functions.Hannah Meeks
2022-06-10new loplugin:moveitNoel Grandin
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-07osl::Mutex->std::mutex in librdf_NamedGraphNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in unoxmlStephan Bergmann
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-03-06crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara
2021-12-25osl::Mutex->std::mutex in CEventNoel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-19rtl::Static->thread-safe static in unoxmlNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in unoxmlMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin
2021-08-01unordered_map is better when using pointers as keysNoel Grandin
2021-07-31osl::Mutex->std::mutex in CXPathAPINoel Grandin
2021-07-31osl::Mutex->std::mutex in CDocumentBuilderNoel Grandin
2021-07-31osl::Mutex->std::mutex in CSAXDocumentBuilderNoel Grandin
2021-07-31osl::Mutex->std::mutex in librdf_RepositoryNoel Grandin
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-07rtl::Static -> function local staticNoel Grandin