summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-07jvmfwk: fix Android buildMiklos Vajna1-1/+1
2014-12-15Check each potential JRE location only onceStephan Bergmann1-10/+15
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn1-0/+99
2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn1-45/+28
2014-11-18Pass by refStephan Bergmann1-1/+1
2014-11-18sunjavaplugin.cxx: extracted function for Java version checkMichael Weghorn1-133/+110
2014-11-18remove duplicate code lineMichael Weghorn1-1/+0
2014-10-29coverity#1247624 oslModule -> osl::ModuleCaolán McNamara1-15/+14
2014-10-27Work around OpenJDK's os::workaround_expand_exec_shield_cs_limitStephan Bergmann1-0/+40
2014-10-27Clean up JNI_CreateJavaVM option codeStephan Bergmann1-36/+34
2014-10-20Clean up VendorBase (virtual) member functionsStephan Bergmann1-2/+2
2014-10-20Clean jvmfwk tracing outputTor Lillqvist1-14/+8
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann1-5/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-07-01simplifyStephan Bergmann1-2/+1
2014-07-01Fix osl_setEnvironment argsStephan Bergmann1-2/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-4/+3
2014-05-23jvmfwk: generalize (and fix) the do_msvcr71_magic to Oracle JRE 7Michael Stahl1-17/+50
2014-05-08New --disable-runtime-optimizationsStephan Bergmann1-3/+7
2014-05-08Resolves: rhbz#1092589 Thoroughly check whether JRE is still presentStephan Bergmann1-2/+1
2014-02-12Don't set JAVA_HOME on Mac OS XStephan Bergmann1-1/+1
2014-02-12Simplify string handlingStephan Bergmann1-4/+3
2014-01-28bool improvementsStephan Bergmann1-8/+15
2014-01-27bool improvementsStephan Bergmann1-1/+1
2014-01-24coverity#705670 Resource leakCaolán McNamara1-0/+1
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-3/+3