summaryrefslogtreecommitdiff
path: root/include/jvmfwk
AgeCommit message (Expand)Author
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-05-15Drop the JVM "feature" concept supportStephan Bergmann
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-12-14Remove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITYStephan Bergmann
2019-12-05Fix typoAndrea Gelmini
2019-09-06TyposAndrea Gelmini
2019-07-10Fix typoAndrea Gelmini
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
2016-01-10Fix typosAndrea Gelmini
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2014-12-20Typo: bootrap=>bootstrapJulien Nabet
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann
2014-10-09Remove unused JVMFWK_DLLPRIVATEStephan Bergmann
2014-10-09Remove jvmfwk plugin featureStephan Bergmann
2014-10-09UNO_JAVA_JFW_PLUGIN is long goneStephan Bergmann
2014-05-08Remove unused jfw_setJRELocationsStephan Bergmann