# -*- 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,vcl_gen)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_gen, \ vcl/qa/cppunit/gen/gen \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_gen, \ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ subsequenttest \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_external,vcl_gen,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_gen)) $(eval $(call gb_CppunitTest_use_ure,vcl_gen)) $(eval $(call gb_CppunitTest_use_vcl_non_headless,vcl_gen)) $(eval $(call gb_CppunitTest_use_rdb,vcl_gen,services)) $(eval $(call gb_CppunitTest_use_configuration,vcl_gen)) # vim: set noet sw=4 ts=4: n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/redland
AgeCommit message (Expand)Author
2024-12-03tdf#164047 Don't include libicuuc in libraptor2-lo link list on macOSPatrick Luby
2024-11-27tsan: use of freed mutexNoel Grandin
2024-07-17fix raptor build when using system-icuChristian Lohmaier
2024-07-10Fix UBSan build of ExternalProject_redlandStephan Bergmann
2024-07-09Upgrade raptor to 2.0.16Taichi haradaguchi
2024-07-03raptor: Use --without-wwwXisco Fauli
2024-07-01Revert "libxml2: upgrade to 2.13.1"Xisco Fauli
2024-06-27libxml2: upgrade to 2.13.1Xisco Fauli
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier
2023-09-15A more principled suppression of -fsanitize=function in external C codeStephan Bergmann
2023-05-24upgrade to libxml2-2.11.4Caolán McNamara
2023-01-27Remove support for AIXStephan Bergmann
2023-01-12Adapt to newer Emscripten SDKTor Lillqvist
2022-08-03external/redland: Fix -Wint-conversionStephan Bergmann
2022-06-09redland WASM: add Emscripten flags to fix NEH buildJan-Marek Glogowski
2022-04-12use gb_DEBUGINFO_FLAGS consistently in gbuild ExternalProject'sLuboš Luňák
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2021-12-03libxml2: use xml2-config dummy for internal buildJan-Marek Glogowski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-11-24CVE-2020-25713 raptor2: malformed input file can lead to a segfaultCaolán McNamara
2020-11-23CVE-2020-25713 raptor2: malformed input file can lead to a segfaultCaolán McNamara
2020-09-03external/redland: Honour LIBXML_CFLAGS/LIBS in raptor's configureStephan Bergmann
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-10-22Pass ENABLE_DEBUG into ExternalProject_redlandStephan Bergmann
2019-10-22external/redland: Avoid UBSan nullptr-with-nonzero-offsetStephan Bergmann
2019-08-19Fix typosAndrea Gelmini
2019-08-07redland/raptor: use system xml2-config only on MacOSXMichael Stahl
2019-05-24disable warnings in external libsLuboš Luňák
2019-04-29Remove spurious non-empty line from end of patch fileStephan Bergmann
2019-04-17avoid C4013 and C4117Tomoyuki Kubota
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2017-11-08redland: update autoconf configs the gbuild wayDavid Tardon
2017-11-03-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann
2017-11-02Use gb_UnpackedTarball_get_dirStephan Bergmann
2017-10-31redland: pass opt. flags to configureosnola
2017-10-28use predefined workdir pathDavid Tardon
2017-09-15consistent naming of externals: xml2 -> libxml2Michael Stahl
2017-06-13iOS, patch redlandjan Iversen
2017-05-02Make some externals' libtool copies cope with -mllvmStephan Bergmann
2017-04-19redland: add raptor patch to fix some bugsMichael Stahl
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-03-03Fix typosAndrea Gelmini
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-02Adapt the external/redland/raptor/xml2-config.patch to raptor2-2.0.15Stephan Bergmann