summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)AuthorFilesLines
2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn3-75/+58
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-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-8/+8
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-4/+10
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-10/+4
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-13coverity#1066164 Resource leakCaolán McNamara1-0/+2
2014-10-09vendorplugin.h is jvmfwk-internal (and no need for extern "C")Stephan Bergmann5-8/+256
2014-10-09Remove jvmfwk plugin featureStephan Bergmann16-512/+74
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 Lillqvist3-4/+12
2014-09-03Nothrow dtorStephan Bergmann1-0/+1
2014-09-02coverity#707200 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-29Linux AArch64 portStephan Bergmann1-0/+2
2014-08-25this code is redundant and leaks memoryMarkus Mohrhard1-3/+0
2014-08-21jvmfwk: Removes the checking for W98 in JREProperties.javarbuj1-15/+1
2014-08-21openjdk appears to use ppc64/server/libjvm.so and not ppc64le/server/libjvm.soCaolán McNamara1-5/+1
2014-08-21Related: rhbz#1125588 first steps for ppc64leCaolán McNamara1-1/+5
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+3
2014-07-01New loplugin:stringconcatStephan Bergmann1-8/+5
2014-07-01simplifyStephan Bergmann1-2/+1
2014-07-01Fix osl_setEnvironment argsStephan Bergmann1-2/+1
2014-07-01clang scan-build: various warningsCaolán McNamara2-5/+4
2014-06-27Unused declarationStephan Bergmann1-10/+0
2014-06-27Dead declarationsStephan Bergmann2-4/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin6-56/+11
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin8-51/+10
2014-06-05various: remove SAL_THROW macroNoel Grandin1-7/+6
2014-05-26coverity#705191 Missing break in switchCaolán McNamara1-0/+1
2014-05-23jvmfwk: generalize (and fix) the do_msvcr71_magic to Oracle JRE 7Michael Stahl1-17/+50