summaryrefslogtreecommitdiff
path: root/basctl/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann 2017-04-13More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann 2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann 2017-04-12Simplify jfw::VersionInfoStephan Bergmann 2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann 2017-04-11Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann 2017-04-11sal_Bool -> boolStephan Bergmann 2017-03-13Related tdf#54443 List only matching JREsSamuel Mehrbrodt 2016-12-25tdf#95416 Fix include filetamsil1amani3 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-04Fix some spelling errors in comments and stringsOtto Kekäläinen 2016-05-22Convert javaPluginError to scoped enumNoel Grandin 2016-04-30Fix typosAndrea Gelmini 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann 2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2015-07-10jvmfwk: pluginlib: Add support for mips64.Heiher 2015-05-12java dir for powepc64 and powepc64le can differDavid Tardon 2014-12-15Remove obsolete commentStephan Bergmann 2014-12-15Check each potential JRE location only onceStephan Bergmann 2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn 2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn 2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann