# -*- 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,sc_datapilotfieldgroupsobj)) $(eval $(call gb_CppunitTest_use_external,sc_datapilotfieldgroupsobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilotfieldgroupsobj, \ sc/qa/extras/scdatapilotfieldgroupsobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_datapilotfieldgroupsobj, \ comphelper \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_datapilotfieldgroupsobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_datapilotfieldgroupsobj,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_datapilotfieldgroupsobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_datapilotfieldgroupsobj)) $(eval $(call gb_CppunitTest_use_rdb,sc_datapilotfieldgroupsobj,services)) $(eval $(call gb_CppunitTest_use_components,sc_datapilotfieldgroupsobj)) $(eval $(call gb_CppunitTest_use_configuration,sc_datapilotfieldgroupsobj)) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/Library_mysqlc.mk
AgeCommit message (Expand)Author
2024-05-06tdf#150082: LO Base MariaDB/MySQL connector don't accept auth via gssapi...Julien Nabet
2024-04-22tdf#150082: LO Base MariaDB/MySQL connector don't accept auth via gssapiJulien Nabet
2023-12-02Mysql/Mariadb: implement refreshUsers so get access to users admin pageJulien Nabet
2022-03-25loplugin:unusedmethodsNoel Grandin
2022-01-16Mysql/MariaDB: implement edit VIEW with GUI or SQLJulien Nabet
2022-01-14Mysql/MariaDB: tdf#81430 make tables editable (with or without PK)Julien Nabet
2022-01-11Mysql/MariaDB: add catalog+indexes+keys+user(s) skeleton partJulien Nabet
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2020-11-06tdf#135202: Mysql use openssl libs to be able to use caching_sha2_pwJulien Nabet
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-04-25mysqlc: Allow conversions between different typesTamas Bunth
2018-11-05mysqlc: allow multiple open statementsTamas Bunth
2018-11-01Fix build on HaikuKacper Kasper
2018-08-30Revert "On macOS Library_mysqlc needs _iconv{,_close,_open}"Michael Stahl
2018-08-26drop unnecessary SYSTEM_MYSQL_CONNECTOR_CPPCaolán McNamara
2018-08-26presumably should be mysqlc hereCaolán McNamara
2018-08-26CPPCONN_LIB now unusedCaolán McNamara
2018-08-24Moving mysqlc into connectivity as a libraryTamas Bunth