summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
AgeCommit message (Expand)Author
2022-02-21Avoid unnecessary empty -Djava.class.path=Stephan Bergmann
2021-11-17Don't fail jfw_findAllJREs for just one JRE of WrongArchStephan Bergmann
2021-11-16rtl::Static->thread-safe static in jvmfwkNoel Grandin
2021-08-04Fix alternate JREs missing bin/ directory on java.library.pathSamuel Mehrbrodt
2020-10-22Only read Java settings files in application modeMichael Weghorn
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: jvmfwkStephan Bergmann
2020-06-22tdf#134167: jfw_plugin_getAllJavaInfos can successfully return empty listStephan Bergmann
2020-05-15Drop the JVM "feature" concept supportStephan Bergmann
2020-05-07jfw::isAccessibilitySupportDesired is obsoleteThorsten Behrens
2020-02-03tdf#96505: Get rid of cargo cult long integer literalsDesmin Alpaslan
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin
2019-04-26tdf#42949 Fix IWYU warnings in jvmfwk/ & jvmaccess/Gabor Kelemen
2019-04-09tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-04-12Keep strings alive again as necessaryStephan Bergmann
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-03-28Don't pass empty option to JNI_CreateJavaVMStephan Bergmann
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann
2017-10-13Use loop ranges in jvmfwkJulien Nabet
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-05-30cleanup some OString stuff in jvmfwkNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann
2017-04-13Simplify jfw_findAllJREsStephan Bergmann
2017-04-13Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann
2017-04-13Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>Stephan Bergmann
2017-04-13More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-12Remove unused jfw::VendorSettings instantiationsStephan Bergmann
2017-04-12Remove unnecessary copyStephan 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-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann
2017-04-11Fix missing derefStephan 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-04-11Remove unnecessary jfw::CJavaInfo::cloneJavaInfoStephan Bergmann
2017-03-03Typo: requirments -> requirementsSamuel Mehrbrodt