# -*- 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_Library_Library,active_native)) $(eval $(call gb_Library_add_exception_objects,active_native, \ desktop/test/deployment/active/active_native \ )) $(eval $(call gb_Library_set_external_code,active_native)) $(eval $(call gb_Library_use_externals,active_native, \ boost_headers \ )) $(eval $(call gb_Library_use_libraries,active_native, \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_sdk_api,active_native)) # vim: set noet sw=4 ts=4: re> ...and add a minimal test for it Change-Id: Ia6c61e41a7e60fd01c639e893c34bd9d215c1513 Reviewed-on: https://gerrit.libreoffice.org/82983 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Fix loplugin::Entry ODR violation 2019-11-16T15:48:33+00:00 Stephan Bergmann sbergman@redhat.com 2019-11-16T14:39:12+00:00 ab8fc2603c647754d7954b77c1347123402c8b7b (caused crashes with CLANGDEBUG=1 in compilerplugins/Makefile-clang.mk) Change-Id: I43ba276f03c87c97b624a59f2b368422fd5b0a7b Reviewed-on: https://gerrit.libreoffice.org/82982 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(caused crashes with CLANGDEBUG=1 in compilerplugins/Makefile-clang.mk)

Change-Id: I43ba276f03c87c97b624a59f2b368422fd5b0a7b
Reviewed-on: https://gerrit.libreoffice.org/82982
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
PPCallback clang plugin should say so 2019-05-19T09:56:14+00:00 Luboš Luňák l.lunak@collabora.com 2019-05-01T09:15:47+00:00 62fb97fb41477003626af2c15901a75496c4aa22 Change-Id: I76148f152f57af74935c99e290b30b509511dfd8 Reviewed-on: https://gerrit.libreoffice.org/72546 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Change-Id: I76148f152f57af74935c99e290b30b509511dfd8
Reviewed-on: https://gerrit.libreoffice.org/72546
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
new loplugin readability-redundant-pp 2018-11-07T09:49:22+00:00 Noel Grandin noel.grandin@collabora.co.uk 2018-11-07T06:58:45+00:00 13c247b7fee91b0ffb256e85bcd0cf416b3cd83e code originally from vmiklos, copied from dev-tools repo Change-Id: Iadc2388fec888dde38cb4d59c78691dc1ea94c09 Reviewed-on: https://gerrit.libreoffice.org/62983 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
code originally from vmiklos, copied from dev-tools repo

Change-Id: Iadc2388fec888dde38cb4d59c78691dc1ea94c09
Reviewed-on: https://gerrit.libreoffice.org/62983
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>