summaryrefslogtreecommitdiff
path: root/jvmaccess/Library_jvmaccess.mk
blob: b4ef50a7d427475f342f1a97c5d581082258bf96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- 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,jvmaccess))

$(eval $(call gb_Library_add_defs,jvmaccess,\
    -DJVMACCESS_DLLIMPLEMENTATION \
))

$(eval $(call gb_Library_use_api,jvmaccess,\
    udkapi \
))

$(eval $(call gb_Library_use_libraries,jvmaccess,\
    cppu \
    cppuhelper \
    sal \
    salhelper \
))

$(eval $(call gb_Library_add_exception_objects,jvmaccess,\
    jvmaccess/source/classpath \
    jvmaccess/source/unovirtualmachine \
    jvmaccess/source/virtualmachine \
))

# vim:set noet sw=4 ts=4:
racle's JDK to be used on OS X 10.10 and 10.11Patrick Luby 2015-10-27loplugin:unusedmethodsNoel Grandin 2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-01loplugin:unusedmethodsNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-08-27Clean up sEmptyStephan Bergmann 2015-08-23loplugin:defaultparamsStephan Bergmann 2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn 2015-08-11loplugin: defaultparamsNoel Grandin 2015-07-16loplugin:simplifyboolStephan Bergmann 2015-07-11tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)Christian Lohmaier 2015-07-10jvmfwk: pluginlib: Add support for mips64.Heiher 2015-07-03Fix typosAndrea Gelmini 2015-06-30Fix typosAndrea Gelmini 2015-06-24jvmfwk: pass along -Xss to JVM on AMD64 tooMichael Stahl 2015-06-24jvmfwk: slighly misleading error messageMichael Stahl 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-15cppcheck:redundantAssignmentNoel Grandin 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann 2015-06-01loplugin:loopvartoosmallNoel Grandin 2015-05-29Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann 2015-05-27Support Azul Zulu JRE (at least on Windows)Stephan Bergmann 2015-05-27fprintf -> SAL_INFOStephan Bergmann 2015-05-12java dir for powepc64 and powepc64le can differDavid Tardon 2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann 2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe 2015-04-27More loplugin:simplifyboolStephan Bergmann 2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-02V805: Decreased performanceCaolán McNamara 2015-02-07loplugin:deletedspecialStephan Bergmann