# -*- 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_tiledrendering)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_tiledrendering, \ sc/qa/unit/tiledrendering/tiledrendering \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_tiledrendering, \ comphelper \ cppu \ cppuhelper \ editeng \ sal \ sfx \ svl \ svt \ svxcore \ sc \ scui \ test \ unotest \ vcl \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_externals,sc_tiledrendering,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sc_tiledrendering,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_tiledrendering)) $(eval $(call gb_CppunitTest_use_ure,sc_tiledrendering)) $(eval $(call gb_CppunitTest_use_vcl,sc_tiledrendering)) $(eval $(call gb_CppunitTest_use_rdb,sc_tiledrendering,services)) $(eval $(call gb_CppunitTest_use_configuration,sc_tiledrendering)) $(call gb_CppunitTest_get_target,sc_tiledrendering) : $(call gb_AllLangResTarget_get_target,sc) # vim: set noet sw=4 ts=4: (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
...(for now, from LIBO_INTERNAL_CODE only).  See the mail thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html>
"Dynamic Exception Specifications" for details.

Most changes have been done automatically by the rewriting loplugin:dynexcspec
(after enabling the rewriting mode, to be committed shortly).  The way it only
removes exception specs from declarations if it also sees a definition, it
identified some dead declarations-w/o-definitions (that have been removed
manually) and some cases where a definition appeared in multiple include files
(which have also been cleaned up manually).  There's also been cases of macro
paramters (that were used to abstract over exception specs) that have become
unused now (and been removed).

Furthermore, some code needed to be cleaned up manually
(avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no
configurations available that would actually build that code.  Missing @throws
documentation has not been applied in such manual clean-up.

Change-Id: I3408691256c9b0c12bc5332de976743626e13960
Reviewed-on: https://gerrit.libreoffice.org/33574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
teach stylepolice plugin about ref-counted-pointer naming 2016-04-28T09:31:16+00:00 Noel Grandin noel@peralex.com 2016-04-27T07:22:13+00:00 43b4903db3e925c652e25c34362490f8adc9c5ec Change-Id: I6e91d22fc1826038c05ddb6fc065563c6a250752 Reviewed-on: https://gerrit.libreoffice.org/24459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: I6e91d22fc1826038c05ddb6fc065563c6a250752
Reviewed-on: https://gerrit.libreoffice.org/24459
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
loplugin:unusedfields various 2015-11-26T11:26:25+00:00 Noel Grandin noel@peralex.com 2015-11-25T12:45:38+00:00 abc6071b7a8af354a56c91e4caecd8afc79f55cc Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d
Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d
loplugin:nullptr (automatic rewrite) 2015-11-10T09:31:58+00:00 Stephan Bergmann sbergman@redhat.com 2015-11-10T09:28:02+00:00 6dea86213c495721790462a7037b0fafc6efa522 Change-Id: I4f9d6c93a0bdbba290277a41537ba2728d1ee4f5
Change-Id: I4f9d6c93a0bdbba290277a41537ba2728d1ee4f5
hm/libreoffice-7-2+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/Library_index_data.mk
AgeCommit message (Expand)Author