# # 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 # 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 /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/connectivity
AgeCommit message (Expand)Author
2018-09-21new loplugin:methodcyclesNoel Grandin
2018-09-11loplugin:constantparamNoel Grandin
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-07-27connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-10move Java from config_features to already existing config_javaRene Engelhard
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-29Use for-range loops in include/connectivityJulien Nabet
2018-03-05Rename OCharsetMap::find overload to findIanaNameStephan Bergmann
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin
2018-02-05loplugin:useuniqueptr in OSQLParseNodeNoel Grandin
2018-02-02remove connectivity OSubComponentNoel Grandin
2018-01-31connectivity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-14Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2018-01-11connectivity: various small cleanups in the Writer driverMiklos Vajna
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin
2017-12-20Fix typosAndrea Gelmini
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-12-19remove unused typedefsNoel Grandin
2017-12-19inline use-once typedefsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-21Fix typosAndrea Gelmini
2017-11-07loplugin:finalclasses in connectivityNoel Grandin
2017-11-04fix build with older boostDavid Tardon
2017-11-01loplugin:constantparam in connectivityNoel Grandin