# -*- 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_UITest_UITest,sc_options)) $(eval $(call gb_UITest_add_modules,sc_options,$(SRCDIR)/sc/qa/uitest,\ options/ \ )) $(eval $(call gb_UITest_set_defs,sc_options, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) # vim: set noet sw=4 ts=4: e/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Expand)Author
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