summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-27/+27
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-11-05java: combine nested if statementsNoel Grandin1-4/+2
2015-11-04Avoid using reserved identifiers, add missing includesStephan Bergmann1-2/+6
2015-11-04Add mode linesStephan Bergmann2-0/+8
2015-11-04loplugin:passstuffbyrefStephan Bergmann2-2/+2
2015-11-04tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby5-11/+181
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-11/+11
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-4/+4
2015-08-23loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn2-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann3-4/+4
2015-07-11tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)Christian Lohmaier1-1/+1
2015-07-10jvmfwk: pluginlib: Add support for mips64.Heiher1-0/+2
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-30Fix typosAndrea Gelmini1-2/+2
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 Abe2-8/+8
2015-06-15cppcheck:redundantAssignmentNoel Grandin2-10/+7
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann1-1/+2
2015-05-27Support Azul Zulu JRE (at least on Windows)Stephan Bergmann2-1/+3
2015-05-27fprintf -> SAL_INFOStephan Bergmann2-8/+2
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