# -*- 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_UnpackedTarball_UnpackedTarball,cppunit)) $(eval $(call gb_UnpackedTarball_set_tarball,cppunit,$(CPPUNIT_TARBALL))) $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\ cppunit/windows.patch \ cppunit/unix.patch \ cppunit/wundef.patch \ )) ifeq ($(OS),ANDROID) $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\ cppunit/android.patch \ )) else ifeq ($(OS),IOS) $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\ cppunit/ios.patch \ )) endif ifeq ($(DISABLE_DYNLOADING),TRUE) $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\ cppunit/disable-dynloading.patch \ )) endif # vim: set noet sw=4 ts=4: value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ixbm
AgeCommit message (Expand)Author
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-14return early on clearly broken xbmsCaolán McNamara
2017-03-10ofz#782 oom in xbmCaolán McNamara
2017-02-08ofz#394 xbm ParseDefine problemCaolán McNamara
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2017-01-09unnecessary const castCaolán McNamara
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01Fix typosAndrea Gelmini
2015-08-20more config skipping stuff and a tester toolCaolán McNamara