summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
AgeCommit message (Expand)Author
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-18Add missing punctuation/spaces to error messagesStephan Bergmann
2020-05-19Avoid UB when calling setjmpStephan Bergmann
2020-05-17jvmfwk: fix [-Werror,-Wunused-function]Thorsten Behrens
2020-05-15Drop the JVM "feature" concept supportStephan Bergmann
2020-05-15Avoid any false GCC -WclobberedStephan Bergmann
2020-05-15Use symbolic JFW_FEATURE_ACCESSBRIDGEStephan Bergmann
2020-05-13The -Wclobbered hack appears to be needed for all versions of GCCStephan Bergmann
2020-05-13gcc 10 also generates this clobber warningNoel Grandin
2020-03-27tdf#131399 Update java settings after slight java version changeilhan
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
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
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-02-09loplugin:indentation in jvmfwk..lotuswordproNoel Grandin
2019-01-22Silence bogus -Werror=clobbered (GCC 7 --enable-optimized)Stephan Bergmann
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-03-27Improve error reportingStephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann
2017-10-13Use loop ranges in jvmfwkJulien Nabet
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-05-20loplugin:stringcopy (macOS)Stephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock
2017-04-21Clean up do_msvcr_magicStephan Bergmann
2017-04-13Use std::unique_ptr<JavaInfo> in createJavaInfoStephan Bergmann
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-12Simplify jfw::VersionInfoStephan Bergmann
2017-04-12Silence -Werror=unused-parameter on AndroidStephan Bergmann
2017-04-11Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann
2017-04-11jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-03-13Related tdf#54443 List only matching JREsSamuel Mehrbrodt
2017-02-24Make JVM -Xrunjdwp option work on macOSStephan Bergmann
2016-10-16clang-cl loplugin: jvmfwkStephan Bergmann
2016-06-15passing a NULL pointer to fileno is not allowedMarkus Mohrhard