summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold13-27/+27
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-05-08Remove unused jfw_setJRELocationsStephan Bergmann1-27/+2
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni2-4/+4
2014-04-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+6
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-09Clean up function declarationsStephan Bergmann1-4/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-10/+10
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-26Remove visual noise from jvmfwkAlexander Wilms4-12/+12
2014-02-18Support OpenJDK "-internal" version suffixStephan Bergmann2-1/+4
2014-02-18jvmfwk: sal_Bool -> boolStephan Bergmann5-13/+13
2014-02-12Don't set JAVA_HOME on Mac OS XStephan Bergmann1-1/+1
2014-02-12Simplify string handlingStephan Bergmann1-4/+3
2014-02-11Related fdo#74597: Java on Mac doesn't use javaldx/library path fiddlingStephan Bergmann1-7/+1
2014-01-28bool improvementsStephan Bergmann5-14/+21
2014-01-27bool improvementsStephan Bergmann3-14/+14
2014-01-24coverity#705670 Resource leakCaolán McNamara1-0/+1
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann3-9/+9
2014-01-21bool improvementsStephan Bergmann2-3/+3
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+1