summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-09-19try harder to remove "OSL_PIPE" pipe on SIGTERMCaolán McNamara1-1/+6
2022-02-21Avoid unnecessary empty -Djava.class.path=Stephan Bergmann1-2/+6
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen1-0/+2
2021-11-17Don't fail jfw_findAllJREs for just one JRE of WrongArchStephan Bergmann1-0/+2
2021-11-16rtl::Static->thread-safe static in jvmfwkNoel Grandin1-16/+16
2021-08-04Fix alternate JREs missing bin/ directory on java.library.pathSamuel Mehrbrodt1-0/+18
2020-10-22Only read Java settings files in application modeMichael Weghorn1-30/+35
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: jvmfwkStephan Bergmann1-2/+2
2020-06-22tdf#134167: jfw_plugin_getAllJavaInfos can successfully return empty listStephan Bergmann1-2/+1
2020-05-15Drop the JVM "feature" concept supportStephan Bergmann1-5/+1
2020-05-07jfw::isAccessibilitySupportDesired is obsoleteThorsten Behrens1-93/+10
2020-02-03tdf#96505: Get rid of cargo cult long integer literalsDesmin Alpaslan1-1/+1
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin1-1/+1
2019-04-26tdf#42949 Fix IWYU warnings in jvmfwk/ & jvmaccess/Gabor Kelemen1-3/+3
2019-04-09tdf#124503: Support JRE installations with unknown java.vendor propertyStephan Bergmann1-180/+93
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
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