# -*- 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_CppunitTest_CppunitTest,sfx2_doc)) $(eval $(call gb_CppunitTest_use_externals,sfx2_doc,\ boost_headers \ )) $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_doc, \ sfx2/qa/cppunit/doc \ )) $(eval $(call gb_CppunitTest_use_libraries,sfx2_doc, \ comphelper \ cppu \ cppuhelper \ sal \ subsequenttest \ test \ unotest \ sfx \ svl \ utl \ tl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_doc)) $(eval $(call gb_CppunitTest_use_ure,sfx2_doc)) $(eval $(call gb_CppunitTest_use_vcl,sfx2_doc)) $(eval $(call gb_CppunitTest_use_rdb,sfx2_doc,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sfx2_doc,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sfx2_doc)) # vim: set noet sw=4 ts=4: 5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/cairo
AgeCommit message (Expand)Author
2024-08-27MSAN: Use-of-uninitialized-valueCaolán McNamara
2024-05-07cool#7015 fix rgba emojisCaolán McNamara
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier
2023-10-16Silence UBSan misaligned-pointer-useStephan Bergmann
2023-09-15A more principled suppression of -fsanitize=function in external C codeStephan Bergmann
2023-07-06cairo RGBA needs to take account of custom RGB24_888 formatCaolán McNamara
2023-06-27add an --enable-cairo-rgba to set the order of pixels for internal cairoCaolán McNamara
2023-05-17ofz#57493 reduce num_edges required to triggerCaolán McNamara
2023-05-11ofz#57493 Timeout in _cairo_bo_event_queue_sort with > 200000 edgesCaolán McNamara
2023-02-27It seems to work to compile also the MMX code for WASMTor Lillqvist
2023-02-13Only package the external/cairo library that is named the same as the SONAMEStephan Bergmann
2023-02-09Use SIMD in pixman for WASMTor Lillqvist
2023-02-09Enable opening of downloaded fonts only in ForKit in OnlineTor Lillqvist
2023-01-23Enforce compiling cairo and pixman for WASM with -O3Tor Lillqvist
2022-11-30if we --disable-arm-neon then also use the new --disable-arm-a64-neonCaolán McNamara
2022-11-29pixman: upgrade to release 0.42.2Taichi Haradaguchi
2022-11-29Don't use pthread for cairoThorsten Behrens
2022-09-02external/cairo: Remove dead code from cairo.RGB24_888.patchStephan Bergmann
2022-08-31document attempt to upstream cairo patchesCaolán McNamara
2022-08-31move part of sanitizer patch to the patch that introduced the problemCaolán McNamara
2022-08-31ofz#50805 crash seen in fuzzing libreoffice text renderingCaolán McNamara
2022-08-27ofz: -Wp,-D_FORTIFY_SOURCE=2 in cairo a problem with msanCaolán McNamara
2022-08-15external/cairo: Fix -Wincompatible-function-pointer-typesStephan Bergmann
2022-05-05Reinstate external/cairo/cairo/san.patch.0Stephan Bergmann
2022-05-04upgrade to cairo 1.17.6Caolán McNamara
2022-05-01try to use also proper debug LDFLAGS for externals librariesLuboš Luňák
2022-04-12use gb_DEBUGINFO_FLAGS consistently in gbuild ExternalProject'sLuboš Luňák
2022-03-30WASM fix native EH build since Emscripten 3.1.6Jan-Marek Glogowski
2022-03-30ofz#46165 ubsan Divide-by-zeroCaolán McNamara
2022-03-07ofz: Use-of-uninitialized valueCaolán McNamara
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski
2021-12-04Fix cairo function pointer usageJan-Marek Glogowski
2021-09-02external/cairo: Avoid UBSan invalid-null-argumentStephan Bergmann
2021-09-01augment CFLAGS for cairo instead of overwritingCaolán McNamara
2021-08-31upgrade internal cairo and pixman to 1.17.4 and 0.40.0Caolán McNamara
2021-06-03external/cairo: Fix previous -fsanitize=alignment fixStephan Bergmann
2021-06-01cairo: just register and use external fontconfigJan-Marek Glogowski
2021-06-01cairo: Drop config for WNT and MACOSX buildJan-Marek Glogowski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski