# -*- 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_StaticLibrary_StaticLibrary,fuzzer_core)) $(eval $(call gb_StaticLibrary_set_include,fuzzer_core,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_StaticLibrary_use_api,fuzzer_core,\ offapi \ udkapi \ )) $(eval $(call gb_StaticLibrary_add_generated_exception_objects,fuzzer_core,\ CustomTarget/vcl/workben/native-core \ )) # vim: set noet sw=4 ts=4: ='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppcanvas/inc
AgeCommit message (Expand)Author
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl
2018-03-02delete colordata.hxxNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-20loplugin:unusedmethodsNoel Grandin
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-10do not include boost/utility.hppMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-18Remove include stdio (part2)Julien Nabet
2015-02-05Updated all precompiled headers.Ashod Nakashian
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-09Work around GCC 4.8 -Werror=virtual-move-assignStephan Bergmann
2013-03-04remove unused and commented out codeThomas Arnhold
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks