# -*- 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,hsqldb)) $(eval $(call gb_Library_set_include,hsqldb,\ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_externals,hsqldb,\ boost_headers \ hsqldb \ )) $(eval $(call gb_Library_use_sdk_api,hsqldb)) $(eval $(call gb_Library_use_libraries,hsqldb,\ comphelper \ cppu \ cppuhelper \ dbtools \ jvmfwk \ sal \ salhelper \ tl \ utl \ i18nlangtag \ )) $(eval $(call gb_Library_set_componentfile,hsqldb,connectivity/source/drivers/hsqldb/hsqldb)) $(eval $(call gb_Library_add_exception_objects,hsqldb,\ connectivity/source/drivers/hsqldb/HCatalog \ connectivity/source/drivers/hsqldb/HColumns \ connectivity/source/drivers/hsqldb/HConnection \ connectivity/source/drivers/hsqldb/HDriver \ connectivity/source/drivers/hsqldb/HStorageAccess \ connectivity/source/drivers/hsqldb/HStorageMap \ connectivity/source/drivers/hsqldb/HTable \ connectivity/source/drivers/hsqldb/HTables \ connectivity/source/drivers/hsqldb/HTerminateListener \ connectivity/source/drivers/hsqldb/HTools \ connectivity/source/drivers/hsqldb/HUser \ connectivity/source/drivers/hsqldb/HUsers \ connectivity/source/drivers/hsqldb/HView \ connectivity/source/drivers/hsqldb/HViews \ connectivity/source/drivers/hsqldb/Hservices \ connectivity/source/drivers/hsqldb/StorageFileAccess \ connectivity/source/drivers/hsqldb/StorageNativeInputStream \ connectivity/source/drivers/hsqldb/StorageNativeOutputStream \ connectivity/source/drivers/hsqldb/accesslog \ )) # vim: set noet sw=4 ts=4: ice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
2020-03-06Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexprStephan Bergmann
2020-03-04Remove redundant local reallyWeak functionStephan Bergmann
2020-02-24Fix typoAndrea Gelmini
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin
2020-01-07Replace a CPPUNIT_ASSERT_EQUAL with a static_assertStephan Bergmann
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-08Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin