summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-02jvmfwk: de-Pascalize do_msvcr71_magicMichael Stahl1-11/+7
2013-04-17-Werror=unused-macros (MinGW, jvmfwk)Stephan Bergmann1-3/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-27/+24
2013-03-27WaE: macro "RUNNING_ON_VALGRIND" is not usedTor Lillqvist1-2/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-5/+4
2013-03-09-Werror=unused-local-typedefs (GCC 4.8)Stephan Bergmann1-1/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-37/+36
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann1-2/+2
2012-07-13re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-05-17removed unused const rtl::OUStringTakeshi Abe1-1/+0
2012-04-18WaE: declaration of 'errcode' shadows a global declarationDavid Tardon1-8/+8