# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,psdfuzzer)) $(eval $(call gb_Executable_use_api,psdfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,psdfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,psdfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,psdfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,psdfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,psdfuzzer,\ vcl/workben/psdfuzzer \ )) $(eval $(call gb_Executable_add_libs,psdfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: '>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ridljar/source
/td>
AgeCommit message (Expand)Author
2012-02-21Add unit test for B2DRange's froundKorrawit Pruegsanusak
2012-02-20Remove unused codeElton Chung
2012-02-19Remove unused codeElton Chung
2012-02-16Use the same simple lo_main() on iOS as on AndroidTor Lillqvist
2012-02-16Removed unused code.Björgvin Ragnarsson
2012-02-15Fix fdo#45779 - accessing empty polygon.Thorsten Behrens
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-08use boost::noncopyableCaolán McNamara
2012-02-08Recover some methods needed by windows directxKorrawit Pruegsanusak
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-06Change the zoom factor to 2^(1/6), hopefully it fits all :-)Jan Holesovsky
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-01unusedcode.easy: Removed unused codeAlexander Bergmann
2012-01-28remove traces of b2dhompointThomas Arnhold
2012-01-28unusedcode.easy: Removed unused code (basegfx::B2DHomPoint)Alexander Bergmann
2012-01-28Actually apply substance of previous unused code removalAlexander Bergmann
2012-01-27unusedcode.easy: Removed unused code (basegfx::B3DPolygon, basegfx::B3DPolyPo...Alexander Bergmann
2012-01-25optimized zoom to use more common intervalsTim Hardeck
2012-01-25Removing unused code (basegfx).Alexander Bergmann
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-20Code clean up.Stephan Bergmann
2012-01-19remove unused methodsThomas Arnhold
2012-01-18decompose() should return the original rotation angle and scales.Thorsten Behrens
2012-01-18Add more unit test coverage for generic clipperThorsten Behrens
2012-01-18Fix error in handling 'z' for svg:d string parsingThorsten Behrens
2012-01-18Remove old-fashioned VERBOSE, use OSL_DEBUG_LEVEL instead.Thorsten Behrens
2012-01-17callcatcher: remove recently unused codeCaolán McNamara
2012-01-10callcatcher: update listCaolán McNamara
2012-01-08callcatcher: Remove unused codeAugust Sodora
2012-01-06Fix "Same expression on both sides of '&&'" (reported by cppcheck)Julien Nabet
2012-01-06unusedcode: remove PlotterMatúš Kukan
2011-12-22unusedcode: remove various unused classesMatúš Kukan
2011-12-19Remove DebugPlotterAugust Sodora
2011-12-13Fix abort from stl debug iterators' invalid access.Thorsten Behrens
2011-12-13More efficient insertion of B3DPolygonsThorsten Behrens