summaryrefslogtreecommitdiff
path: root/include/jvmfwk/framework.hxx
AgeCommit message (Expand)Author
2017-11-13Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
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
2016-03-29Avoid reserved identifierStephan Bergmann
2016-03-10Fix memory leaksStephan Bergmann
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann
2016-03-10No need for SAL_CALL hereStephan Bergmann
2016-03-10No need for extern "C" hereStephan Bergmann
2016-03-10Avoid reserved identifier, remove unnecessary typedefStephan Bergmann
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann