summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann1-14/+14
2017-10-13Use loop ranges in jvmfwkJulien Nabet1-24/+16
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-3/+4
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-1/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-4/+2
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin1-5/+4
2017-07-31loplugin:oncevarNoel Grandin1-2/+1
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-4/+4
2017-05-20loplugin:stringcopy (macOS)Stephan Bergmann1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-6/+6
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock1-6/+6
2017-04-21Clean up do_msvcr_magicStephan Bergmann1-33/+38
2017-04-13Use std::unique_ptr<JavaInfo> in createJavaInfoStephan Bergmann1-18/+14
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfosStephan Bergmann1-12/+4
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPathStephan Bergmann1-2/+2
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHomeStephan Bergmann1-2/+3
2017-04-13Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPathStephan Bergmann1-4/+6
2017-04-12Simplify jfw::VersionInfoStephan Bergmann1-27/+12
2017-04-12Silence -Werror=unused-parameter on AndroidStephan Bergmann1-0/+1
2017-04-11Assert obvious preconditions instead of returning javaPluginError:InvalidArgStephan Bergmann1-14/+6
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann1-2/+3
2017-04-11jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann1-2/+4
2017-04-11sal_Bool -> boolStephan Bergmann1-1/+1
2017-03-13Related tdf#54443 List only matching JREsSamuel Mehrbrodt1-1/+5
2017-02-24Make JVM -Xrunjdwp option work on macOSStephan Bergmann1-0/+10
2016-10-16clang-cl loplugin: jvmfwkStephan Bergmann1-6/+6
2016-06-15passing a NULL pointer to fileno is not allowedMarkus Mohrhard1-0/+3
2016-05-22Convert javaPluginError to scoped enumNoel Grandin1-46/+46
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-4/+3
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-10/+4
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann1-3/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-04tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby1-0/+13
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-23loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-11tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)Christian Lohmaier1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-24jvmfwk: pass along -Xss to JVM on AMD64 tooMichael Stahl1-2/+2
2015-06-24jvmfwk: slighly misleading error messageMichael Stahl1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-27fprintf -> SAL_INFOStephan Bergmann1-3/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: jvmfwkStephan Bergmann1-3/+3
2015-01-08avoid copying of vectorMichael Weghorn1-17/+7