# -*- 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_CppunitTest_CppunitTest,sal_bytesequence)) $(eval $(call gb_CppunitTest_add_exception_objects,sal_bytesequence,\ sal/qa/ByteSequence/ByteSequence \ )) $(eval $(call gb_CppunitTest_use_libraries,sal_bytesequence,\ sal \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: e='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)Author
2017-03-23jvmfwk: fix JVM detection on 64-bit WindowsMichael Stahl
2017-03-14Related tdf#54443 List only matching JREsSamuel Mehrbrodt
2017-02-27Make JVM -Xrunjdwp option work on macOSStephan Bergmann
2016-11-16Fix regression in bubbleSortVersionStephan Bergmann
2016-11-16Clean up jfw_findAllJREs return value computationStephan Bergmann
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin
2016-11-01Clean up javavendors_*.xml filesStephan Bergmann
2016-11-01quickfix: Automatic selection of Oracle Java runtime on macOSStephan Bergmann
2016-10-28tdf#103507 quickfix: Automatic selection of Oracle Java runtime on WindowsStephan Bergmann
2016-10-16clang-cl loplugin: jvmfwkStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05(initial) sparc64 portJames Clarke
2016-07-22Related: tdf#101057 inherit MalformedVersionException from std::exceptionCaolán McNamara
2016-07-22Related: tdf#101057 allow java update version number > 99Caolán McNamara
2016-07-08loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-06-15passing a NULL pointer to fileno is not allowedMarkus Mohrhard
2016-05-22Convert javaPluginError to scoped enumNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-30Fix typosAndrea Gelmini