summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor
AgeCommit message (Expand)AuthorFilesLines
2015-07-11tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)Christian Lohmaier1-1/+1
2015-06-24jvmfwk: pass along -Xss to JVM on AMD64 tooMichael Stahl1-2/+2
2015-05-29Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann1-1/+2
2015-05-29Support Azul Zulu JRE (at least on Windows)Stephan Bergmann2-1/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann5-8/+8
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-02V805: Decreased performanceCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: jvmfwkStephan Bergmann2-4/+4
2015-01-08avoid copying of vectorMichael Weghorn1-17/+7
2015-01-07jvmfwk: fix Android buildMiklos Vajna1-1/+1
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+3
2014-12-18jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-16jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann2-9/+4
2014-12-16Related fdo#83753: Fix JVM_ONE_PATH_CHECK feature againStephan Bergmann1-2/+4
2014-12-15Check each potential JRE location only onceStephan Bergmann4-265/+103
2014-12-15Rename getJREInfoByPath overload to getAndAddJREInfoByPathStephan Bergmann2-41/+27
2014-12-15getJREInfoFromBinPath return value is unusedStephan Bergmann2-9/+4
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn3-3/+126
2014-12-10java: unused importsNoel Grandin1-1/+0
2014-12-05java: remove some unused local variablesNoel Grandin1-1/+1
2014-11-26fix higher debug level buildCaolán McNamara1-0/+1
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-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-14coverity#1247641 Uncaught exceptionCaolán McNamara1-51/+49
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-6/+6
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30coverity#1247641 Uncaught exceptionCaolán McNamara1-1/+10
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-21Remove unnecessary jfw_plugin::getVendorNamesStephan Bergmann2-20/+2
2014-10-20Clean up VendorBase (virtual) member functions furtherStephan Bergmann4-27/+23
2014-10-20Clean up VendorBase (virtual) member functionsStephan Bergmann5-39/+23
2014-10-20Missing "Stephan Bergmann1-1/+1
2014-10-20Clean jvmfwk tracing outputTor Lillqvist3-46/+29
2014-10-20Skip vendors that are irrelevantTor Lillqvist1-2/+7
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann1-5/+1
2014-10-09Remove jvmfwk plugin featureStephan Bergmann1-16/+0
2014-10-07java: simplify some for loops to while loopsNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin2-3/+3
2014-09-11jvmfwk: print a warning if running java faMichael Stahl1-0/+16
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-2/+10