# -*- 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/. # ifeq (,$(gb_Side)) gb_Side := host endif ifeq (,$(BUILDDIR)) BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) endif include $(BUILDDIR)/config_$(gb_Side).mk include $(SRCDIR)/solenv/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) # vim: set noet sw=4 ts=4: '> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/bitmapscalesuper.cxx
AgeCommit message (Expand)Author
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-03-12Another "ancient compiler fix"Jan-Marek Glogowski
2015-03-12loplugin:stringconcatStephan Bergmann
2015-03-12vcl: parallelize image scaling.Michael Meeks
2015-01-01fdo#82870 scale "super" quality degradation bugTomaž Vajngerl
2014-10-14vcl: re-factor scaling to use a single fn. pointer based invocation.Michael Meeks
2014-10-14vcl: Re-factor to use the ScaleContext to pass parameters.Michael Meeks
2014-10-14vcl: create a ScaleContext to share copy/paste Bitmap scaling code.Michael Meeks
2014-10-14vcl: hide bitmap helpers in an anonymous namespace.Michael Meeks
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara
2014-06-10coverity#1222225 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222226 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222227 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222228 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222229 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222230 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222231 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222232 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222233 Division or modulo by zeroCaolán McNamara
2014-06-10coverity#1222234 Division or modulo by zeroCaolán McNamara
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl