summaryrefslogtreecommitdiff
path: root/smoketest/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:
5-18 21:58:31 +0200'>2017-05-18Revert "Fix typos"Stephan Bergmann 2017-05-18Fix typosAndrea Gelmini 2017-04-13Simplify jfw_findAllJREsStephan Bergmann 2017-04-13Simplify passing options to jfw_startVMStephan Bergmann 2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann 2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann 2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann 2017-04-11sal_Bool -> boolStephan Bergmann 2017-04-11Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann 2017-04-11sal_Bool -> boolStephan Bergmann 2017-04-11jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann 2017-04-11sal_Bool -> boolStephan Bergmann 2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann 2017-03-25Fix typosAndrea Gelmini 2017-03-03Typo: requirments -> requirementsSamuel Mehrbrodt 2016-12-07Fix typo in comments: et -> edTakeshi Abe