# -*- 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_CppunitTest_CppunitTest,sc_parallelism)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_parallelism)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_parallelism, \ sc/qa/unit/parallelism \ )) $(eval $(call gb_CppunitTest_use_library_objects,sc_parallelism, \ sc \ scqahelper \ )) $(eval $(call gb_CppunitTest_use_externals,sc_parallelism, \ boost_headers \ $(call gb_Helper_optional,OPENCL,clew) \ icu_headers \ icui18n \ icuuc \ libxml2 \ mdds_headers \ orcus \ orcus-parser \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_parallelism, \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ comphelper \ cppu \ cppuhelper \ dbtools \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ i18nutil \ $(call gb_Helper_optional,OPENCL,opencl) \ sal \ salhelper \ sax \ sb \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_parallelism,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/source/core/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_parallelism,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_custom_headers,sc_parallelism,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_ure,sc_parallelism)) $(eval $(call gb_CppunitTest_use_vcl,sc_parallelism)) $(eval $(call gb_CppunitTest_use_components,sc_parallelism,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/source/search/i18nsearch \ i18npool/util/i18npool \ sax/source/expatwrap/expwrap \ scaddins/source/analysis/analysis \ scaddins/source/datefunc/date \ scaddins/source/pricing/pricing \ sfx2/util/sfx \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ uui/util/uui \ vcl/vcl.common \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_parallelism)) # vim: set noet sw=4 ts=4: abora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/sal
AgeCommit message (Expand)Author
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-09-17Improve loggingStephan Bergmann
2014-09-10WaE: unknown log areaTor Lillqvist
2014-08-26sw HTML export: don't crash on embedded object without native dataMiklos Vajna
2014-08-22add formula.uiEike Rathke
2014-08-14WaE: C4722: destructor never returns, potential memory leakTor Lillqvist
2014-07-16bnc#862510: Improve handling of OOXML gradientsTor Lillqvist
2014-07-12Add LOK and tiledrendering log areas.Andrzej Hunt
2014-06-30It is useful to know what macros are we expanding, and to what.Jan Holesovsky
2014-06-25loplugin:sallogareasMiklos Vajna
2014-06-17-Wstrict-prototypesStephan Bergmann
2014-06-10pct import: Add logging.Jan Holesovsky
2014-06-05remove the definition of SAL_THROW macroNoel Grandin
2014-05-23Add SAL_INFO tracing for CoreText callsTor Lillqvist
2014-05-22Avoid undef use of null ptr, use offsetof insteadStephan Bergmann
2014-05-22WaE: unused variable 'bHandled'Tor Lillqvist
2014-05-21Use more specific tagTor Lillqvist
2014-05-18fix include guard for sal/types.hThomas Arnhold
2014-05-15loplugin:sallogareasStephan Bergmann
2014-05-15Add connectivity.odbcTor Lillqvist
2014-05-13More warnings related to glTF renderingZolnai Tamás
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-12WaE: unknown log area 'chart2.3dopengl'Tor Lillqvist
2014-04-16oox: add a method to dump a PropertyMap as dataMiklos Vajna
2014-04-08WaE: unknown log area 'chart2.barchart3D'Tor Lillqvist
2014-04-08WaE: unknown log area 'svx.opengl'Tor Lillqvist
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre
2014-04-02glTF 3D model embedding: Embed all external resources of *.json fileZolnai Tamás
2014-03-31Add SAL_INFOs for very detailed CoreGraphics tracingTor Lillqvist
2014-03-30sot: convert that to SAL_INFOMichael Stahl
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist
2014-03-18Add a couple SAL_INFOsTor Lillqvist
2014-03-17Add vcl.openglTor Lillqvist
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard
2014-03-14Move OpenGLRender to vclZolnai Tamás
2014-03-10Hack on the iOS vcl codeTor Lillqvist
2014-03-05loplugin:sallogareasStephan Bergmann
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
2014-02-18writerfilter: convert some fprintf to SAL_INFOMichael Stahl
2014-02-17convert biblio choose data source dialog to .uiCaolán McNamara
2014-02-10Do not throw if AcceleratorConfigurations are missing.Matúš Kukan
2014-02-06Typo: formating -> formattingJulien Nabet
2014-02-05fdo#43157 - Clean up OSL_ASSERTTimothy Markle
2014-02-03convert OOODEBUG to SAL_INFOAndras Timar
2014-01-29Missing log areStephan Bergmann
2014-01-24Add cppuhelper.shlibTor Lillqvist
2014-01-23Use the "sfx" log area consistently in sfx2Tor Lillqvist
2014-01-23Use assert() and SAL_WARN() instead of DBG_ASSERT() and OSL_FAIL()Tor Lillqvist