summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-02-22Avoid unnecessary empty -Djava.class.path=Stephan Bergmann1-2/+6
2021-08-05Fix alternate JREs missing bin/ directory on java.library.pathSamuel Mehrbrodt1-0/+18
2019-04-12tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann1-181/+94
2018-04-12Keep strings alive again as necessaryStephan Bergmann1-0/+4
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-03-28Don't pass empty option to JNI_CreateJavaVMStephan Bergmann1-6/+11
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann1-8/+8
2017-10-13Use loop ranges in jvmfwkJulien Nabet1-18/+8
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin1-2/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-1/+1
2017-05-30cleanup some OString stuff in jvmfwkNoel Grandin1-31/+17
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann1-32/+7
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann1-9/+5
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann1-6/+3
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann1-22/+15
2017-04-13Simplify jfw_findAllJREsStephan Bergmann1-123/+29
2017-04-13Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann1-28/+23
2017-04-13Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann1-15/+11
2017-04-13More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann1-2/+2
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann1-6/+8
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-12Remove unused jfw::VendorSettings instantiationsStephan Bergmann1-5/+0
2017-04-12Remove unnecessary copyStephan Bergmann1-2/+0
2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann1-6/+4
2017-04-12Simplify jfw::VersionInfoStephan Bergmann1-10/+5
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann1-14/+8
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann1-23/+12
2017-04-11Fix missing derefStephan Bergmann1-1/+1
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-04-11Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann1-8/+2
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-04-11jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann1-3/+0
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann1-37/+26
2017-04-11Remove unnecessary jfw::CJavaInfo::cloneJavaInfoStephan Bergmann1-9/+1
2017-03-03Typo: requirments -> requirementsSamuel Mehrbrodt1-1/+1
2016-11-16Clean up jfw_findAllJREs return value computationStephan Bergmann1-5/+2
2016-10-16clang-cl loplugin: jvmfwkStephan Bergmann1-2/+2
2016-05-22Convert javaPluginError to scoped enumNoel Grandin1-19/+19
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-14/+8
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-10/+2
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-15/+5
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann1-11/+7
2016-03-10No need to repeat SAL_CALL in definitionsStephan Bergmann1-20/+18
2016-03-10No need for extern "C" hereStephan Bergmann1-6/+6
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1