# -*- 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,jdbc)) $(eval $(call gb_Library_set_componentfile,jdbc,connectivity/source/drivers/jdbc/jdbc)) $(eval $(call gb_Library_use_external,jdbc,boost_headers)) $(eval $(call gb_Library_use_sdk_api,jdbc)) $(eval $(call gb_Library_set_include,jdbc,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_libraries,jdbc,\ cppu \ cppuhelper \ sal \ salhelper \ jvmaccess \ dbtools \ tl \ utl \ jvmfwk \ comphelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,jdbc,\ connectivity/source/drivers/jdbc/Array \ connectivity/source/drivers/jdbc/Blob \ connectivity/source/drivers/jdbc/Boolean \ connectivity/source/drivers/jdbc/CallableStatement \ connectivity/source/drivers/jdbc/Class \ connectivity/source/drivers/jdbc/Clob \ connectivity/source/drivers/jdbc/ConnectionLog \ connectivity/source/drivers/jdbc/DatabaseMetaData \ connectivity/source/drivers/jdbc/Date \ connectivity/source/drivers/jdbc/DriverPropertyInfo \ connectivity/source/drivers/jdbc/Exception \ connectivity/source/drivers/jdbc/InputStream \ connectivity/source/drivers/jdbc/JConnection \ connectivity/source/drivers/jdbc/JDriver \ connectivity/source/drivers/jdbc/JStatement \ connectivity/source/drivers/jdbc/Object \ connectivity/source/drivers/jdbc/PreparedStatement \ connectivity/source/drivers/jdbc/Reader \ connectivity/source/drivers/jdbc/Ref \ connectivity/source/drivers/jdbc/ResultSet \ connectivity/source/drivers/jdbc/ResultSetMetaData \ connectivity/source/drivers/jdbc/SQLException \ connectivity/source/drivers/jdbc/SQLWarning \ connectivity/source/drivers/jdbc/String \ connectivity/source/drivers/jdbc/Throwable \ connectivity/source/drivers/jdbc/Timestamp \ connectivity/source/drivers/jdbc/jservices \ connectivity/source/drivers/jdbc/JBigDecimal \ connectivity/source/drivers/jdbc/tools \ connectivity/source/drivers/jdbc/ContextClassLoader \ )) # vim: set noet sw=4 ts=4: 'distro/collabora/co-22.05-testflight'>distro/collabora/co-22.05-testflight LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2020-02-16Add case table for AdlamAlex Henrie
2020-02-12Add case table for MedefaidrinAlex Henrie
2020-02-10Add case table for Warang CitiAlex Henrie
2020-01-22Add case table for Old HungarianAlex Henrie
2020-01-10Fix Osage lowercase-to-uppercase mappingsAlex Henrie
2020-01-08Fix case mapping for undefined characters in the Osage blockAlex Henrie
2019-12-20Add case table for Deseret and OsageAlex Henrie
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-28Upgrade to ICU 64.2Eike Rathke
2019-10-05Drop bogus memsetStephan Bergmann
2019-09-17avoid some copyingNoel Grandin
2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-12-20Fix typo in codeAndrea Gelmini
2018-11-29Adds 16k papers to print files in vcl and paper files in i18nutilDaniel Silva
2018-11-29Sets paper sizes listbox in print dialogDaniel Silva
2018-11-07tdf#42949 Fix IWYU warnings in include/i18nutil/*Gabor Kelemen
2018-10-31loplugin:useuniqueptr in oneToOneMappingWithFlagNoel Grandin
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-16Upgrade to ICU 62.1Eike Rathke
2018-06-27fix thread-unsafe return of a reference to a staticLuboš Luňák
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke