# -*- 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_Library_Library,crashreport)) $(eval $(call gb_Library_set_include,crashreport,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ )) $(eval $(call gb_Library_use_externals,crashreport,\ breakpad \ curl \ )) $(eval $(call gb_Library_add_defs,crashreport,\ -DCRASHREPORT_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_libs,crashreport,\ $(if $(filter LINUX %BSD SOLARIS, $(OS)), \ $(UNIX_DLAPI_LIBS) \ ) \ )) $(eval $(call gb_Library_use_sdk_api,crashreport)) $(eval $(call gb_Library_use_custom_headers,crashreport,\ officecfg/registry \ )) $(eval $(call gb_Library_use_libraries,crashreport,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ utl \ )) $(eval $(call gb_Library_add_exception_objects,crashreport,\ desktop/source/app/crashreport \ desktop/source/minidump/minidump \ )) # vim: set ts=4 sw=4 et: n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/registry
AgeCommit message (Expand)Author
2024-04-18tdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca
2023-09-19The name is macOS since 2016Andras Timar
2022-08-12tdf#113753 Easier use of CSV in Wizards->Address Data SourceRadhey Parekh
2022-03-17Remove old mysql_jdbc/mysqlc in drivers.xcuJulien Nabet
2022-03-16tdf#147997: MySQL/MariaDB for dialog for direct connectionJulien Nabet
2021-10-07tdf#85148 New option on database wizard to connect to Firebird Serverjucasaca
2020-12-13tdf#138715 remove mork driverRene Engelhard
2019-05-22tdf#122538: add index appendix for hsqldbJulien Nabet
2019-03-27tdf#123999: ParameterNameSubstitution in mysqljdbcJulien Nabet
2019-03-13tdf#121092: synchronize defaults for drivers settingsMike Kaganski
2019-03-11Related: tdf#123975 I think this needs to be initially unsetCaolán McNamara
2019-03-11tdf#121092: save AppendTableAliasName to ODBMike Kaganski
2019-03-10tdf#121092: save GenerateASBeforeCorrelationName to ODBMike Kaganski
2019-03-10tdf#121092: synchronize defaults for ODBC settingsJulien Nabet
2018-10-25tdf#120713 correctly handle boolean values in filtersLionel Elie Mamane
2018-10-14Revert removal of mysql jdbc connectorTamas Bunth
2018-10-03Fix some drivers xcu (connectivity/registry)Julien Nabet
2018-10-03Add README for xcu drivers in connectivity/registryJulien Nabet
2018-10-01Revert "Fix type for BooleanComparisonMode"Julien Nabet
2018-10-01Fix type for BooleanComparisonModeJulien Nabet
2018-09-22tdf#119850 show missing mysql connector optionsTamas Bunth
2018-09-20tdf#119743: add Features entries in Properties block Drivers.xcuJulien Nabet
2018-08-28mysqlc: registry xml: install driverTamas Bunth
2018-08-24Moving mysqlc into connectivity as a libraryTamas Bunth
2018-06-14tdf#118112: Use ParameterNameSubstitution for MysqlJulien Nabet
2018-04-22Iceweasel and Icedove are dead…Adolfo Jayme Barrientos
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder
2018-04-10Remove dead HSQLDB driverTamas Bunth
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2017-07-18connectivity writer driver: mention Writer in display nameMiklos Vajna
2017-07-17connectivity: add initial writer backendMiklos Vajna
2017-06-13remove TDE integration (vclplug, address book, config backend)Michael Stahl
2016-03-26tdf#90561: Add AS keyword in Query-designer for hsqldbJulien Nabet