# -*- 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_Library_Library,urelibs)) # gb_URELIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,urelibs,\ $(gb_URELIBS) \ )) # needed to generate proper deps for module-deps.pl $(eval $(call gb_Library_use_libraries,urelibs,\ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_static_libraries,urelibs,\ findsofficepath \ )) $(eval $(call gb_Library_use_externals,urelibs,\ libxml2 \ )) $(eval $(call gb_Library_add_libs,urelibs,\ $(if $(filter $(OS),LINUX), \ -ldl \ -lpthread \ -lrt \ ) \ )) # vim: set noet sw=4 ts=4: eoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/helpcompiler/source
AgeCommit message (Expand)Author
2020-11-13tdf#123936 Formatting files in module helpcompiler with clang-formatPhilipp Hofer
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-04-08loplugin:flatten in helpcompilerNoel Grandin
2019-12-30Avoid -Werror,-Wdeprecated-enum-enum-conversionStephan Bergmann
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-11-22cid#1448239 unsafe_xml_parse_configCaolán McNamara
2019-11-22cid#1448239 unsafe_xml_parse_configCaolán McNamara
2019-11-22document HelpCompiler::getSourceDocument behaviourCaolán McNamara
2019-11-22fs::getThreadTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2019-11-22drop impl_sleep hackCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin
2019-07-19cid#1448441 Unchecked return valueCaolán McNamara
2019-07-18cid#703974 Unchecked return valueCaolán McNamara
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen
2019-05-22New loplugin:dataStephan Bergmann
2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin
2019-02-18use clear() instead of erase(begin, end)Noel Grandin
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-21improve function-local statics in forms..reportdesignNoel Grandin