# -*- 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_Executable_Executable,cfgex)) $(eval $(call gb_Executable_set_include,cfgex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,cfgex,\ sal \ )) $(eval $(call gb_Executable_add_scanners,cfgex,\ l10ntools/source/cfglex \ )) $(eval $(call gb_Executable_use_static_libraries,cfgex,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,cfgex,\ l10ntools/source/cfgmerge \ )) $(eval $(call gb_Executable_use_externals,cfgex,\ boost_headers \ libxml2 \ )) # vim:set noet sw=4 ts=4: -LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)Author
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-09-08clang-tidy bugprone-sizeof-expressionNoel Grandin
2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-01-30Typ-o negativIlmari Lauhakangas
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe
2018-01-17tdf#114939: Verify rtl_digest_SHA1 computes broken results, by designStephan Bergmann
2018-01-16tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian
2017-12-20Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.Jan Holesovsky
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-11-21Fix typosAndrea Gelmini