# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_CppunitTest_CppunitTest,editeng_borderline)) $(eval $(call gb_CppunitTest_add_exception_objects,editeng_borderline, \ editeng/qa/items/borderline_test \ )) $(eval $(call gb_CppunitTest_use_libraries,editeng_borderline, \ xo \ basegfx \ editeng \ lng \ svt \ tk \ vcl \ svl \ sot \ utl \ tl \ comphelper \ ucbhelper \ cppuhelper \ cppu \ sal \ salhelper \ i18nlangtag \ i18nutil \ )) $(eval $(call gb_CppunitTest_use_externals,editeng_borderline,\ boost_headers \ icuuc \ )) $(eval $(call gb_CppunitTest_use_sdk_api,editeng_borderline)) # vim: set noet sw=4 ts=4: -4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)Author
2022-02-28Fix jurt/source/pipe/staticsalhack.cxxStephan Bergmann
2022-02-20Adapt Library_jpipe__staticsalhackStephan Bergmann
2022-01-23Avoid loplugin:salcallStephan Bergmann
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-02-08Avoid macro redefinition warnings in sanitizer buildsStephan Bergmann
2021-02-01Fix Library_jpipe__staticsalhackStephan Bergmann
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet
2020-11-30Adapt buck build to jars merged into libreoffice.jarRene Engelhard
2020-11-13tdf#123936 Formatting files in module jurt with clang-formatPhilipp Hofer
2020-08-05add dependency to juh,jurt,ridl,unoil pomsRene Engelhard
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-03-03Use thread_local statics in dtoa.c to be thread-safeMike Kaganski
2020-02-28Adapt Clang -fsanitize jurt/source/pipe/staticsalhack.cxxStephan Bergmann
2020-02-10Cleanup: Move unit tests to ridljarSamuel Mehrbrodt
2020-02-10Cleanup: Move files to ridljarSamuel Mehrbrodt
2020-02-06These tests don't need gb_JunitTest_use_jar_classset,*,jurtStephan Bergmann
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-11-17cid#1448367 Explicit null dereferencedCaolán McNamara
2019-08-20Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-08-04Fix typoAndrea Gelmini
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota
2019-05-16Fix typoAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann