# -*- 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_CppunitTest_CppunitTest,extensions_test_update)) $(eval $(call gb_CppunitTest_add_exception_objects,extensions_test_update, \ extensions/qa/update/test_update \ )) $(eval $(call gb_CppunitTest_use_external,extensions_test_update,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \ cppu \ cppuhelper \ sal \ salhelper \ test \ tl \ utl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_library_objects,extensions_test_update, \ updchk \ )) ifeq ($(OS),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,extensions_test_update,\ shell32 \ ole32 \ wininet \ )) endif $(eval $(call gb_CppunitTest_use_external,extensions_test_update,curl)) $(eval $(call gb_CppunitTest_set_include,extensions_test_update,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ )) $(eval $(call gb_CppunitTest_use_sdk_api,extensions_test_update)) $(eval $(call gb_CppunitTest_use_ure,extensions_test_update)) $(eval $(call gb_CppunitTest_use_vcl,extensions_test_update)) $(eval $(call gb_CppunitTest_use_components,extensions_test_update,\ configmgr/source/configmgr \ extensions/source/update/feed/updatefeed \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_use_configuration,extensions_test_update)) # vim:set shiftwidth=4 softtabstop=4 noexpandtab: ro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Expand)Author
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Simplify a OUString constructionStephan Bergmann
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-03-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-05-28no need to allocate these on the heapNoel Grandin
2021-04-19use more string_view in OString APINoel 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-30HelpParser::ProcessHelp: Tidy Null checksDr. David Alan Gilbert
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27pocheck: don't require reference for stock labelsChristian Lohmaier
2021-01-15prep to replace stock button labelsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09Apparently, Windows doesn't have the concept of a set but empty env varStephan Bergmann
2020-12-08Assert that certain env vars are set in these build-time toolsStephan Bergmann
2020-12-08Use OString::Concat(...) + ... instead of ... + OStringLiteral(...)Stephan Bergmann
2020-11-16Clean up --disable-assert-always-abort loplugin:stringviewparamStephan Bergmann
2020-11-14loplugin:stringviewparam (l10ntools)Julien Nabet
2020-11-13tdf#123936 Formatting files in module l10ntools with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann