summaryrefslogtreecommitdiff
path: root/l10ntools/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
randin@collabora.co.uk> 2021-05-26supress leak checking in JavaVMNoel Grandin Change-Id: I82cb41518524949bbd578778724b92d9ebcecad4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116139 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-05-21suppress more leaks in external librariesNoel Grandin Change-Id: Ia69ce6a7be9f995dc919b91e4a3a56375e1c4c96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115908 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-05-12suppress more basic leaksNoel Grandin Change-Id: I283457e47b919411455afac209e78e508139f9af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115498 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-05-11suppress some leaks I don't want to deal withNoel Grandin Change-Id: I66d39f3c4500ca75da62f023c80c8fe2851636a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115376 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-05-10update leak-suppressNoel Grandin with some CPPUNIT stuff that is being deliberately leaked Change-Id: I7e3e3090877394f05e5bc9f270c456de7e7c57f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115333 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-05-07ignore leaks in idlcNoel Grandin which seems to be leaking deliberately and we don't really care about leaks in this tool Change-Id: I6b6630fb64f905037efc043ea81c5cdc5a3207a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93644 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-05-05add some leak suppressionsNoel Grandin Change-Id: Ie004a2fd3b5f2654541b0bcec0d4d7dae312598f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93451 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-11-13fix docNoel Grandin Change-Id: I39418b70040c34ade39f5e35ea700792f25418ab Reviewed-on: https://gerrit.libreoffice.org/82545 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>