# # 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/. # # Use via environment variable LSAN_OPTIONS=.../leak-suppress.txt # uno typelib leak:cppu/source/typelib/typelib.cxx # uno component context leak:cppu::defaultBootstrap_InitialComponentContext # global objects leak:SfxFilterContainer::ReadSingleFilter_Impl # build-time tool soltools/cpp: leak:soltools/cpp/_cpp.c # resource managers, normally global objects leak:ResMgr::CreateResMgr # bridge's RTTI information, leaked knowingly leak:RTTI::getRTTI # ignore glib reported leaks, most likely false positives # glib not built with asan/lsan leak:libglib # ignore gdk reported leaks, most likely false positives # gdk not built with asan/lsan leak:libgdk # ignore fontconfig reported leaks, most likely false positives # fontconfig not built with asan/lsan leak:libfontconfig.so # ignore libGL related leaks, most likely false positives # libGL is not built with asan/lsan leak:libGL.so # knowingly leaked in the unit tests to get a SfxMedium leak:SfxObjectShell::DoInitUnitTest # ignore some libc related leaks leak:__new_exitfn leak:__GI___strdup tro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2017-11-20Upgrade to ICU 60.1Eike Rathke
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke
2017-11-17Upgrade to ICU 60.1David Tardon
2017-11-11Remove duplication of Paper enum as #definesTor Lillqvist
2017-11-10There is no "paperconf" command on macOSTor Lillqvist
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-23loplugin:includeform: i18nutilStephan Bergmann
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-07-17loplugin:constparams in i18nutil,sotNoel Grandin
2017-07-12Turn OSL_ENSURE() into static_assert() for NUM_PAPER_ENTRIES enum matchEike Rathke
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-06-07Make use of OUString::startsWith rest parameterStephan Bergmann
2017-05-30coverity#1411565 'Constant' variable guards dead codeCaolán McNamara
2017-05-29i18nutil: fix invalid string copy that prevents startupMichael Stahl
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-28loplugin:salunicodeliteral: i18nutilStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21remove some old MSVC workaroundsNoel Grandin
2017-04-20loplugin:unusedfieldsNoel Grandin
2017-04-13Removed duplicated includesAndrea Gelmini
2017-03-31use actual UNO enums in i18nutilNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann
2017-03-22Use nl_langinfo_l with an explicitly created localeStephan Bergmann
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara
2017-01-09New loplugin:externvar: i18npoolStephan Bergmann
2016-11-02upgrade to ICU 58Eike Rathke
2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara
2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann
2016-09-20Remove redundant default ctor definitionStephan Bergmann
2016-05-11convert MappingType to scoped enumNoel Grandin
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2015-12-19coverity#1343620 Unchecked return valueCaolán McNamara