# -*- 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,sax_parser)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sax_parser)) $(eval $(call gb_CppunitTest_add_exception_objects,sax_parser, \ sax/qa/cppunit/parser \ )) $(eval $(call gb_CppunitTest_use_libraries,sax_parser, \ comphelper \ cppu \ cppuhelper \ unotest \ expwrap \ sal \ sax \ test \ )) $(eval $(call gb_CppunitTest_use_externals,sax_parser, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sax_parser)) $(eval $(call gb_CppunitTest_use_ure,sax_parser)) $(eval $(call gb_CppunitTest_use_vcl,sax_parser)) $(eval $(call gb_CppunitTest_use_components,sax_parser,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ sfx2/util/sfx \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_use_configuration,sax_parser)) # vim: set noet sw=4 ts=4: i/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/postgresql
AgeCommit message (Expand)Author
2024-06-12postgresql: fix arm64 buildXisco Fauli
2024-06-11postgresql: Upgrade to 14.12 (master only)Xisco Fauli
2024-05-06makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)Christian Lohmaier
2023-06-30postgresql: upgrade to release 13.11Taichi Haradaguchi
2023-06-21openldap: upgrade to release 2.6.4Taichi Haradaguchi
2023-03-01postgresql: upgrade to release 13.10Taichi Haradaguchi
2022-11-04Fix ARM64 build after postgres upgrade to 13.8Xisco Fauli
2022-09-23postgresql: upgrade to release 13.8Taichi Haradaguchi
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2021-10-08Centralize VS-to-toolset mapping in configureMike Kaganski
2021-09-16Add preliminary VS 2022 supportHossein
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-05-05Switch OPENSSL config var from negative to positiveJan-Marek Glogowski
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski
2021-03-14Fix ARM64 build after postgres upgrade to 13.1Thorsten Behrens
2021-02-03postgresql: try to cargo-cult MSBuild argumentsMichael Stahl
2021-01-20postgresql: upgrade to release 13.1Michael Stahl
2020-07-17openssl: update to 1.1.1gJan-Marek Glogowski
2020-07-05Use correct location for the config.{guess,sub} in the postgresql tarballTor Lillqvist
2020-06-23Brown paper bag fix for e69f547bce7de376a0af464c5f7af5e7d2c8784aTor Lillqvist
2020-06-23Fix -Werror,-Wimplicit-function-declaration in posrgresql configuryTor Lillqvist
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-10-11Pass LDFLAGS into external/postgresqlStephan Bergmann
2019-02-10Make LDAP support optionalAndrew Udvare
2018-12-07Upgrade external/postgresql to postgresql-9.2.24Stephan Bergmann
2018-12-07Use gb_UnpackedTarball_update_autoconf_configs in external/postgresqlStephan Bergmann
2017-11-01external: consistently use gb_ExternalProject_use_nmakeMichael Stahl
2017-02-10Remove MinGW supportStephan Bergmann