# -*- 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,i18nsearch)) $(eval $(call gb_Library_set_componentfile,i18nsearch,i18npool/source/search/i18nsearch)) $(eval $(call gb_Library_use_sdk_api,i18nsearch)) $(eval $(call gb_Library_use_externals,i18nsearch,\ icui18n \ icuuc \ icu_headers \ )) $(eval $(call gb_Library_use_libraries,i18nsearch,\ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_add_exception_objects,i18nsearch,\ i18npool/source/search/levdis \ i18npool/source/search/textsearch \ )) # vim: set noet sw=4 ts=4: /libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/helpcompiler/inc
AgeCommit message (Expand)Author
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-03-16tdf#143148: Use pragma once instead of include guardsUday Sharma
2023-01-27Remove support for AIXStephan Bergmann
2022-06-21clang-tidy modernize-pass-by-value in helpcompilerNoel Grandin
2022-06-18tdf#143148 Use pragma once in embedserv and helpcompilerDiane Leigh
2021-01-01Use Unicode paths on Windows for help compilerMike Kaganski
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2019-12-05make some classes module privateNoel Grandin
2019-11-22fs::getThreadTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2019-11-03make some classes module-privateNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-07-19cid#1448495 Unchecked return valueCaolán McNamara
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen
2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin
2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin
2018-07-27helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin
2018-01-15loplugin:useuniqueptr in BasicCodeTaggerNoel Grandin
2017-11-26Replace lists by vector and deque (helpcompiler)Julien Nabet
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-10-23loplugin:includeform: helpcompilerStephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-07-18loplugin:constparams in vclNoel Grandin
2017-05-09Clean up uses of SAL_U/SAL_W: helpcompilerStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2016-10-16clang-cl loplugin: helpcompilerStephan Bergmann
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu