# -*- 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_JunitTest_JunitTest,toolkit_unoapi)) $(eval $(call gb_JunitTest_set_defs,toolkit_unoapi,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/toolkit/qa/unoapi/toolkit.sce \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/toolkit/qa/unoapi/knownissues.xcl \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/toolkit/qa/unoapi/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,toolkit_unoapi,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_classes,toolkit_unoapi,\ org.openoffice.test.UnoApiTest \ )) # vim: set noet sw=4 ts=4: lue='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/clucene
AgeCommit message (Expand)Author
2012-05-28CLucene contribs-lib artifacts were missing during system wide installationDavid Ostrovsky
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-25Fixed placement of commentStephan Bergmann
2012-04-25Mention that the CLucene patch was also sent upstreamCatalin Iacob
2012-04-24do not use internal clucene if building with an external oneLuboš Luňák
2012-04-23WaE: patch CLucene to avoid Clang unused parameter warningCatalin Iacob
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
2012-04-11CLucene headers are better in inc/externalCaolán McNamara
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-31clucene: do not use mixed path hereMatúš Kukan
2012-03-31clucene: use CustomTarget makefileMatúš Kukan
2012-03-23older versions of tar don't do autodetection of compression formatChristian Lohmaier
2012-03-23Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba
2012-03-21chmod -xTor Lillqvist
2012-03-13gtar actually expects --strip-components, with trailing 's'Korrawit Pruegsanusak
2012-03-10patch clucene to avoid narrowing conversionsLuboš Luňák
2012-03-06more idle code documentation improvementMichael Meeks
2012-02-25make this consistentMatúš Kukan
2012-02-24filter out not needed uwinapi which is not yet builtMatúš Kukan
2012-02-24MinGW: Make clucene build.Jan Holesovsky
2012-02-24Trailing whitespace cleanup in the clucene configs.Jan Holesovsky
2012-02-23fix for cross-compilingCaolán McNamara
2012-02-23Fix CLucene _DEBUG codeStephan Bergmann
2012-02-23tweak generic config for MacOSXCaolán McNamara
2012-02-23another problematic _CL_HAVE_GCC_ATOMIC_FUNCTIONS for MacOSXCaolán McNamara
2012-02-23use the same compiler test for atomics in clucene as salCaolán McNamara
2012-02-23wcsdup not universally available on non-windowsCaolán McNamara
2012-02-23disable warnings in exported headersCaolán McNamara
2012-02-23need to export more headers from CLuceneCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-17get clucene building under windows-msvcCaolán McNamara
2012-02-17suppress -Werror for cluceneDavid Tardon
2012-02-17use custom target for preparing sourcesDavid Tardon
2012-02-17first cut at building an internal cluceneCaolán McNamara